Searched refs:get_cmap (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/dev/tc/ |
| H A D | xcfb.c | 144 static int get_cmap(struct xcfb_softc *, struct wsdisplay_cmap *); 414 return get_cmap(sc, (struct wsdisplay_cmap *)data); in xcfbioctl() 541 get_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p) in get_cmap() function
|
| H A D | cfb.c | 185 static int get_cmap(struct cfb_softc *, struct wsdisplay_cmap *); 381 return get_cmap(sc, (struct wsdisplay_cmap *)data); in cfbioctl() 664 get_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p) in get_cmap() function
|
| H A D | tfb.c | 223 static int get_cmap(struct tfb_softc *, struct wsdisplay_cmap *); 415 return get_cmap(sc, (struct wsdisplay_cmap *)data); in tfbioctl() 722 get_cmap(struct tfb_softc *sc, struct wsdisplay_cmap *p) in get_cmap() function
|
| H A D | sfb.c | 198 static int get_cmap(struct sfb_softc *, struct wsdisplay_cmap *); 415 return get_cmap(sc, (struct wsdisplay_cmap *)data); in sfbioctl() 717 get_cmap(struct sfb_softc *sc, struct wsdisplay_cmap *p) in get_cmap() function
|
| H A D | sfbplus.c | 189 static int get_cmap(struct sfbp_softc *, struct wsdisplay_cmap *); 449 return get_cmap(sc, (struct wsdisplay_cmap *)data); in sfbioctl() 700 get_cmap(struct sfbp_softc *sc, struct wsdisplay_cmap *p) in get_cmap() function
|
| /netbsd-src/sys/arch/arm/iomd/ |
| H A D | vidcvideo.c | 180 static int get_cmap(struct vidcvideo_softc *, struct wsdisplay_cmap *); 383 return get_cmap(sc, (struct wsdisplay_cmap *)data); in vidcvideoioctl() 642 get_cmap(struct vidcvideo_softc *sc, struct wsdisplay_cmap *p) in get_cmap() function
|