/src/sys/dev/ic/ |
pl061var.h | 37 struct gpio_chipset_tag sc_gc; member in struct:plgpio_softc
|
igpiovar.h | 43 struct gpio_chipset_tag sc_gc; member in struct:igpio_softc
|
ct65550var.h | 77 glyphcache sc_gc; member in struct:chipsfb_softc
|
/src/sys/arch/mips/alchemy/dev/ |
augpio.c | 57 struct gpio_chipset_tag sc_gc; member in struct:augpio_softc 105 sc->sc_gc.gp_cookie = sc; 111 sc->sc_gc.gp_pin_read = augpio_read; 112 sc->sc_gc.gp_pin_write = augpio_write; 113 sc->sc_gc.gp_pin_ctl = augpio_ctl; 125 sc->sc_gc.gp_pin_read = augpio2_read; 126 sc->sc_gc.gp_pin_write = augpio2_write; 127 sc->sc_gc.gp_pin_ctl = augpio2_ctl; 142 pp->pin_state = sc->sc_gc.gp_pin_read(sc, pin); 145 gba.gba_gc = &sc->sc_gc; [all...] |
/src/sys/arch/mips/atheros/dev/ |
argpio.c | 63 struct gpio_chipset_tag sc_gc; member in struct:argpio_softc 127 sc->sc_gc.gp_cookie = sc; 128 sc->sc_gc.gp_pin_read = argpio_read; 129 sc->sc_gc.gp_pin_write = argpio_write; 130 sc->sc_gc.gp_pin_ctl = argpio_ctl; 205 gba.gba_gc = &sc->sc_gc;
|
/src/sys/dev/sun/ |
cgsixvar.h | 80 glyphcache sc_gc; member in struct:cgsix_softc
|
/src/sys/dev/acpi/ |
amdgpio.c | 71 struct gpio_chipset_tag sc_gc; member in struct:amdgpio_softc 208 sc->sc_gc.gp_cookie = sc; 209 sc->sc_gc.gp_pin_read = amdgpio_pin_read; 210 sc->sc_gc.gp_pin_write = amdgpio_pin_write; 211 sc->sc_gc.gp_pin_ctl = amdgpio_pin_ctl; 212 sc->sc_gc.gp_intr_establish = amdgpio_intr_establish; 213 sc->sc_gc.gp_intr_disestablish = amdgpio_intr_disestablish; 214 sc->sc_gc.gp_intr_str = amdgpio_intr_str; 215 sc->sc_gc.gp_intr_mask = amdgpio_intr_mask; 216 sc->sc_gc.gp_intr_unmask = amdgpio_intr_unmask [all...] |
qcomgpio.c | 93 struct gpio_chipset_tag sc_gc; member in struct:qcomgpio_softc 252 sc->sc_gc.gp_cookie = sc; 253 sc->sc_gc.gp_pin_read = qcomgpio_pin_read; 254 sc->sc_gc.gp_pin_write = qcomgpio_pin_write; 255 sc->sc_gc.gp_pin_ctl = qcomgpio_pin_ctl; 256 sc->sc_gc.gp_intr_establish = qcomgpio_intr_establish; 257 sc->sc_gc.gp_intr_disestablish = qcomgpio_intr_disestablish; 258 sc->sc_gc.gp_intr_str = qcomgpio_intr_str; 259 sc->sc_gc.gp_intr_mask = qcomgpio_intr_mask; 260 sc->sc_gc.gp_intr_unmask = qcomgpio_intr_unmask [all...] |
/src/sys/arch/sparc/dev/ |
cgfourteenvar.h | 102 glyphcache sc_gc; member in struct:cgfourteen_softc
|
/src/sys/arch/mips/ralink/ |
ralink_gpio.c | 297 struct gpio_chipset_tag sc_gc; member in struct:ra_gpio_softc 671 sc->sc_gc.gp_cookie = sc; 672 sc->sc_gc.gp_pin_read = ra_gpio_pin_read; 673 sc->sc_gc.gp_pin_write = ra_gpio_pin_write; 674 sc->sc_gc.gp_pin_ctl = ra_gpio_pin_ctl; 749 gba.gba_gc = &sc->sc_gc;
|
/src/sys/dev/isa/ |
nct.c | 159 struct gpio_chipset_tag sc_gc; /* GPIO tag */ member in struct:nct_softc 435 sc->sc_gc.gp_cookie = sc; 436 sc->sc_gc.gp_pin_read = nct_gpio_read; 437 sc->sc_gc.gp_pin_write = nct_gpio_write; 438 sc->sc_gc.gp_pin_ctl = nct_gpio_ctl; 440 gba.gba_gc = &sc->sc_gc;
|
/src/sys/dev/gpio/ |
gpio.c | 69 gpio_chipset_tag_t sc_gc; /* GPIO controller */ member in struct:gpio_softc 151 gpiobus_pin_ctl(sc->sc_gc, pin, sc->sc_pins[pin].pin_flags); 152 gpiobus_pin_write(sc->sc_gc, pin, sc->sc_pins[pin].pin_state); 238 sc->sc_gc = gba->gba_gc; 418 return gpiobus_pin_read(sc->sc_gc, map->pm_map[pin]); 426 gpiobus_pin_write(sc->sc_gc, map->pm_map[pin], value); 465 gpiobus_pin_ctl(sc->sc_gc, map->pm_map[pin], flags); 544 if (sc->sc_gc->gp_intr_establish == NULL) 558 return ((*sc->sc_gc->gp_intr_establish)(sc->sc_gc->gp_cookie [all...] |
/src/sys/dev/sbus/ |
agten.c | 127 glyphcache sc_gc; member in struct:agten_softc 312 sc->sc_gc.gc_bitblt = agten_bitblt; 313 sc->sc_gc.gc_rectfill = agten_rectfill; 314 sc->sc_gc.gc_blitcookie = sc; 315 sc->sc_gc.gc_rop = CR_COPY; 330 glyphcache_init(&sc->sc_gc, 356 glyphcache_init(&sc->sc_gc, 795 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 802 glyphcache_add(&sc->sc_gc, c, x, y);
|
mgx.c | 96 glyphcache sc_gc; member in struct:mgx_softc 354 sc->sc_gc.gc_bitblt = mgx_bitblt; 355 sc->sc_gc.gc_rectfill = mgx_rectfill; 356 sc->sc_gc.gc_blitcookie = sc; 357 sc->sc_gc.gc_rop = ROP_SRC; 364 glyphcache_init(&sc->sc_gc, 723 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 736 glyphcache_add(&sc->sc_gc, c, x, y); 929 glyphcache_adapt(scr, &sc->sc_gc); 1054 glyphcache_wipe(&sc->sc_gc); [all...] |
p9100.c | 134 glyphcache sc_gc; member in struct:p9100_softc 449 sc->sc_gc.gc_bitblt = p9100_bitblt; 450 sc->sc_gc.gc_blitcookie = sc; 451 sc->sc_gc.gc_rop = ROP_SRC; 483 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 538 glyphcache_wipe(&sc->sc_gc); 1189 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1254 glyphcache_add(&sc->sc_gc, c, x, y); 1312 glyphcache_wipe(&sc->sc_gc);
|
/src/sys/dev/pci/ |
r128fb.c | 92 glyphcache sc_gc; member in struct:r128fb_softc 272 sc->vd.show_screen_cookie = &sc->sc_gc; 280 sc->sc_gc.gc_bitblt = r128fb_bitblt; 281 sc->sc_gc.gc_blitcookie = sc; 282 sc->sc_gc.gc_rop = R128_ROP3_S; 294 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 314 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 415 glyphcache_wipe(&sc->sc_gc); 961 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1045 glyphcache_add(&sc->sc_gc, c, x, y) [all...] |
pm2fb.c | 119 glyphcache sc_gc; member in struct:pm2fb_softc 397 sc->vd.show_screen_cookie = &sc->sc_gc; 405 sc->sc_gc.gc_bitblt = pm2fb_bitblt; 406 sc->sc_gc.gc_rectfill = pm2fb_rectfill_a; 407 sc->sc_gc.gc_blitcookie = sc; 408 sc->sc_gc.gc_rop = 3; 430 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 447 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 543 glyphcache_wipe(&sc->sc_gc); 1172 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr) [all...] |
pm3fb.c | 99 glyphcache sc_gc; member in struct:pm3fb_softc 313 sc->vd.show_screen_cookie = &sc->sc_gc; 319 sc->sc_gc.gc_bitblt = pm3fb_bitblt; 320 sc->sc_gc.gc_rectfill = pm3fb_rectfill_a; 321 sc->sc_gc.gc_blitcookie = sc; 322 sc->sc_gc.gc_rop = 3; 338 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 421 glyphcache_wipe(&sc->sc_gc); 990 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1067 glyphcache_add(&sc->sc_gc, c, x, y) [all...] |
gffb.c | 102 glyphcache sc_gc; member in struct:gffb_softc 371 sc->sc_gc.gc_bitblt = gffb_bitblt; 372 sc->sc_gc.gc_blitcookie = sc; 373 sc->sc_gc.gc_rop = 0xcc; 374 sc->vd.show_screen_cookie = &sc->sc_gc; 397 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 420 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 505 glyphcache_wipe(&sc->sc_gc); 1304 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1326 glyphcache_add(&sc->sc_gc, c, x, y) [all...] |
machfb.c | 158 glyphcache sc_gc; member in struct:mach64_softc 726 sc->vd.show_screen_cookie = &sc->sc_gc; 729 sc->sc_gc.gc_bitblt = mach64_bitblt; 730 sc->sc_gc.gc_blitcookie = sc; 731 sc->sc_gc.gc_rop = MIX_SRC; 744 glyphcache_init(&sc->sc_gc, sc->sc_my_mode->vdisplay + 5, 764 glyphcache_init(&sc->sc_gc, sc->sc_my_mode->vdisplay + 5, 1660 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1735 glyphcache_add(&sc->sc_gc, c, x, y); 2012 glyphcache_wipe(&sc->sc_gc); [all...] |
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 111 glyphcache sc_gc; member in struct:voyagerfb_softc 301 sc->vd.show_screen_cookie = &sc->sc_gc; 309 sc->sc_gc.gc_bitblt = voyagerfb_bitblt; 310 sc->sc_gc.gc_blitcookie = sc; 311 sc->sc_gc.gc_rop = ROP_COPY; 329 glyphcache_init(&sc->sc_gc, sc->sc_height, 426 glyphcache_wipe(&sc->sc_gc); 1024 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1069 glyphcache_add(&sc->sc_gc, c, x, y); 1113 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr) [all...] |
/src/sys/arch/hppa/dev/ |
gftfb.c | 92 glyphcache sc_gc; member in struct:gftfb_softc 289 sc->vd.show_screen_cookie = &sc->sc_gc; 294 sc->sc_gc.gc_bitblt = gftfb_bitblt; 295 sc->sc_gc.gc_blitcookie = sc; 296 sc->sc_gc.gc_rop = RopSrc; 306 glyphcache_init(&sc->sc_gc, sc->sc_height + 5, 810 glyphcache_wipe(&sc->sc_gc); 1188 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1225 glyphcache_add(&sc->sc_gc, c, x, y); 1261 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr) [all...] |
summitfb.c | 97 glyphcache sc_gc; member in struct:summitfb_softc 308 sc->vd.show_screen_cookie = &sc->sc_gc; 312 sc->sc_gc.gc_bitblt = summitfb_bitblt; 313 sc->sc_gc.gc_blitcookie = sc; 314 sc->sc_gc.gc_rop = RopSrc; 335 glyphcache_init(&sc->sc_gc, 822 glyphcache_wipe(&sc->sc_gc); 1263 rv = glyphcache_try(&sc->sc_gc, c, x, y, attr); 1306 glyphcache_add(&sc->sc_gc, c, x, y);
|