Searched refs:usba_hcdi_ops (Results 1 – 13 of 13) sorted by relevance
198 add usba_hcdi_ops::usba_hcdi_console_input_init targets \200 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \203 add usba_hcdi_ops::usba_hcdi_console_input_init targets \205 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \208 add usba_hcdi_ops::usba_hcdi_console_input_init targets \210 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
86 add usba_hcdi_ops::usba_hcdi_console_input_init targets \88 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
84 add usba_hcdi_ops::usba_hcdi_console_input_init targets \86 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
142 add usba_hcdi_ops::usba_hcdi_console_input_init targets \144 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
1702 usba_hcdi_ops_t *usba_hcdi_ops; in ehci_alloc_hcdi_ops() local1707 usba_hcdi_ops = usba_alloc_hcdi_ops(); in ehci_alloc_hcdi_ops()1709 usba_hcdi_ops->usba_hcdi_ops_version = HCDI_OPS_VERSION; in ehci_alloc_hcdi_ops()1711 usba_hcdi_ops->usba_hcdi_pm_support = ehci_hcdi_pm_support; in ehci_alloc_hcdi_ops()1712 usba_hcdi_ops->usba_hcdi_pipe_open = ehci_hcdi_pipe_open; in ehci_alloc_hcdi_ops()1713 usba_hcdi_ops->usba_hcdi_pipe_close = ehci_hcdi_pipe_close; in ehci_alloc_hcdi_ops()1715 usba_hcdi_ops->usba_hcdi_pipe_reset = ehci_hcdi_pipe_reset; in ehci_alloc_hcdi_ops()1716 usba_hcdi_ops->usba_hcdi_pipe_reset_data_toggle = in ehci_alloc_hcdi_ops()1719 usba_hcdi_ops->usba_hcdi_pipe_ctrl_xfer = ehci_hcdi_pipe_ctrl_xfer; in ehci_alloc_hcdi_ops()1720 usba_hcdi_ops->usba_hcdi_pipe_bulk_xfer = ehci_hcdi_pipe_bulk_xfer; in ehci_alloc_hcdi_ops()[all …]
45 struct usba_hcdi_ops *hcdi_ops;
55 typedef struct usba_hcdi_ops { struct
252 struct usba_hcdi_ops *usb_hcdi_ops; /* ptr to HCD ops */
232 usba_hcdi_ops_t *usba_hcdi_ops, dev_info_t *usb_root_hub_dip,
2015 usba_hcdi_ops_t *usba_hcdi_ops; in ohci_alloc_hcdi_ops() local2020 usba_hcdi_ops = usba_alloc_hcdi_ops(); in ohci_alloc_hcdi_ops()2022 usba_hcdi_ops->usba_hcdi_ops_version = HCDI_OPS_VERSION; in ohci_alloc_hcdi_ops()2024 usba_hcdi_ops->usba_hcdi_pm_support = ohci_hcdi_pm_support; in ohci_alloc_hcdi_ops()2025 usba_hcdi_ops->usba_hcdi_pipe_open = ohci_hcdi_pipe_open; in ohci_alloc_hcdi_ops()2026 usba_hcdi_ops->usba_hcdi_pipe_close = ohci_hcdi_pipe_close; in ohci_alloc_hcdi_ops()2028 usba_hcdi_ops->usba_hcdi_pipe_reset = ohci_hcdi_pipe_reset; in ohci_alloc_hcdi_ops()2029 usba_hcdi_ops->usba_hcdi_pipe_reset_data_toggle = in ohci_alloc_hcdi_ops()2032 usba_hcdi_ops->usba_hcdi_pipe_ctrl_xfer = ohci_hcdi_pipe_ctrl_xfer; in ohci_alloc_hcdi_ops()2033 usba_hcdi_ops->usba_hcdi_pipe_bulk_xfer = ohci_hcdi_pipe_bulk_xfer; in ohci_alloc_hcdi_ops()[all …]
246 usba_hcdi_ops_t *usba_hcdi_ops; in usba_alloc_hcdi_ops() local248 usba_hcdi_ops = kmem_zalloc(sizeof (usba_hcdi_ops_t), KM_SLEEP); in usba_alloc_hcdi_ops()250 return (usba_hcdi_ops); in usba_alloc_hcdi_ops()
183 usba_hcdi_ops_t *usba_hcdi_ops; in usba_bus_ctl() local295 usba_hcdi_ops = usba_hcdi->hcdi_ops; in usba_bus_ctl()296 ASSERT(usba_hcdi_ops != NULL); in usba_bus_ctl()835 usba_hcdi_ops_t *usba_hcdi_ops, in usba_create_child_devi() argument862 usba_device->usb_hcdi_ops = usba_hcdi_ops; in usba_create_child_devi()869 if (usba_hcdi_ops) { in usba_create_child_devi()870 ASSERT(usba_device->usb_hcdi_ops == usba_hcdi_ops); in usba_create_child_devi()