Home
last modified time | relevance | path

Searched defs:ppbus (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/sys/dev/disk/vpo/
H A Dimmio.c282 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_disconnect() local
318 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_connect() local
368 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_detect() local
439 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_outstr() local
460 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_instr() local
476 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_select() local
499 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_wait() local
526 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_negotiate() local
584 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_attach() local
642 device_t ppbus = device_get_parent(vpo->vpo_dev); in imm_reset_bus() local
[all …]
H A Dvpoio.c279 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_disconnect() local
292 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_connect() local
320 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_reset() local
346 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_in_disk_mode() local
362 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_detect() local
446 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_outstr() local
466 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_instr() local
480 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_select() local
530 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_wait() local
597 device_t ppbus = device_get_parent(vpo->vpo_dev); in vpoio_attach() local
[all …]
/dflybsd-src/sys/dev/misc/lpt/
H A Dlpt.c179 #define NOT_READY(ppbus) ((ppb_rstr(ppbus)^LPS_INVERT)&LPS_MASK) argument
203 device_t ppbus = device_get_parent(dev); in lpt_request_ppbus() local
220 device_t ppbus = device_get_parent(dev); in lpt_release_ppbus() local
234 lpt_port_test(device_t ppbus, u_char data, u_char mask) in lpt_port_test()
300 device_t ppbus = device_get_parent(dev); in lpt_detect() local
361 device_t ppbus = device_get_parent(dev); in lpt_attach() local
412 device_t ppbus = device_get_parent(dev); in lptout() local
453 device_t ppbus = device_get_parent(lptdev); in lptopen() local
573 device_t ppbus = device_get_parent(lptdev); in lptclose() local
625 device_t ppbus = device_get_parent(dev); in lpt_pushbytes() local
[all …]
/dflybsd-src/sys/dev/misc/ppi/
H A Dppi.c106 device_t ppbus = device_get_parent(ppidev); in ppi_enable_intr() local
118 device_t ppbus = device_get_parent(ppidev); in ppi_disable_intr() local
188 device_t ppbus = device_get_parent(ppidev); in ppiintr() local
249 device_t ppbus = device_get_parent(ppidev); in ppiopen() local
285 device_t ppbus = device_get_parent(ppidev); in ppiclose() local
330 device_t ppbus = device_get_parent(ppidev); in ppiread() local
416 device_t ppbus = device_get_parent(ppidev); in ppiwrite() local
502 device_t ppbus = device_get_parent(ppidev); in ppiioctl() local
/dflybsd-src/sys/dev/misc/lpbb/
H A Dlpbb.c92 device_t ppbus = device_get_parent(dev); in lpbb_callback() local
137 device_t ppbus = device_get_parent(dev); in lpbb_setsda() local
148 device_t ppbus = device_get_parent(dev); in lpbb_setscl() local
158 device_t ppbus = device_get_parent(dev); in lpbb_detect() local
184 device_t ppbus = device_get_parent(dev); in lpbb_reset() local
/dflybsd-src/sys/dev/netif/plip/
H A Dif_plip.c190 device_t ppbus = device_get_parent(dev); in lp_probe() local
287 device_t ppbus = device_get_parent(dev); in lpioctl() local
390 clpoutbyte (u_char byte, int spin, device_t ppbus) in clpoutbyte()
406 clpinbyte (int spin, device_t ppbus) in clpinbyte()
447 device_t ppbus = device_get_parent(dev); in lp_intr() local
574 lpoutbyte (u_char byte, int spin, device_t ppbus) in lpoutbyte()
592 device_t ppbus = device_get_parent(dev); in lpoutput() local
/dflybsd-src/sys/dev/misc/pps/
H A Dpps.c85 device_t ppbus = device_get_parent(ppsdev); in ppsattach() local
115 device_t ppbus = device_get_parent(ppsdev); in ppsopen() local
145 device_t ppbus = device_get_parent(ppsdev); in ppsclose() local
162 device_t ppbus = device_get_parent(ppsdev); in ppsintr() local
/dflybsd-src/sys/dev/misc/pcfclock/
H A Dpcfclock.c146 device_t ppbus = device_get_parent(pcfclockdev); in pcfclock_open() local
168 device_t ppbus = device_get_parent(pcfclockdev); in pcfclock_close() local
183 device_t ppbus = device_get_parent(ppidev); in pcfclock_write_cmd() local
226 device_t ppbus = device_get_parent(ppidev); in pcfclock_read_data() local
265 device_t ppbus = device_get_parent(ppidev); in pcfclock_read_dev() local
/dflybsd-src/sys/dev/misc/ppc/
H A Dppc.c1965 device_t ppbus; in ppc_attach() local
H A Dppcreg.h105 device_t ppbus; /* parallel port chipset corresponding ppbus */ member