Home
last modified time | relevance | path

Searched refs:ppbdev (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/ppbus/
H A Dppbconf.c64 struct ppb_device *ppbdev; in ppbus_print_child() local
71 if (ppbdev->flags != 0) in ppbus_print_child()
95 struct ppb_device *ppbdev; in ppbus_add_child() local
101 if (!ppbdev) in ppbus_add_child()
105 ppbdev->name = name; in ppbus_add_child()
451 ppbdev->intr_hook(ppbdev->intr_arg); in ppbus_intr()
472 ppbdev->intr_arg = arg; in ppbus_setup_intr()
473 *cookiep = ppbdev; in ppbus_setup_intr()
491 ppbdev->intr_hook = NULL; in ppbus_teardown_intr()
538 if (ppbdev->ctx.valid) in ppb_request_bus()
[all …]
H A Dppb_msq.c59 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) in mode2xfer() argument
66 table = ppbdev->get_xfer; in mode2xfer()
70 table = ppbdev->put_xfer; in mode2xfer()
121 struct ppb_device *ppbdev = (struct ppb_device *)device_get_ivars(dev); in ppb_MS_init() local
122 struct ppb_xfer *xfer = mode2xfer(bus, ppbdev, opcode); in ppb_MS_init()
259 struct ppb_device *ppbdev = (struct ppb_device *)device_get_ivars(dev); in ppb_MS_microseq() local
286 xfer = mode2xfer(bus, ppbdev, mi->opcode); in ppb_MS_microseq()