Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ppbus/
HDppbconf.c64 struct ppb_device *ppbdev; in ppbus_print_child() local
69 ppbdev = (struct ppb_device *)device_get_ivars(dev); in ppbus_print_child()
71 if (ppbdev->flags != 0) in ppbus_print_child()
72 retval += printf(" flags 0x%x", ppbdev->flags); in ppbus_print_child()
95 struct ppb_device *ppbdev; in ppbus_add_child() local
99 ppbdev = malloc(sizeof(struct ppb_device), M_PPBUSDEV, in ppbus_add_child()
101 if (!ppbdev) in ppbus_add_child()
105 ppbdev->name = name; in ppbus_add_child()
110 device_set_ivars(child, ppbdev); in ppbus_add_child()
440 struct ppb_device *ppbdev; in ppbus_intr() local
[all …]
HDppb_msq.c58 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) in mode2xfer() argument
65 table = ppbdev->get_xfer; in mode2xfer()
69 table = ppbdev->put_xfer; in mode2xfer()
120 struct ppb_device *ppbdev = (struct ppb_device *)device_get_ivars(dev); in ppb_MS_init() local
121 struct ppb_xfer *xfer = mode2xfer(bus, ppbdev, opcode); in ppb_MS_init()
258 struct ppb_device *ppbdev = (struct ppb_device *)device_get_ivars(dev); in ppb_MS_microseq() local
285 xfer = mode2xfer(bus, ppbdev, mi->opcode); in ppb_MS_microseq()