Home
last modified time | relevance | path

Searched defs:usba_hcdi (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dhcdi_impl.h37 typedef struct usba_hcdi { struct
45 struct usba_hcdi_ops *hcdi_ops; argument
47 int hcdi_flags; /* flag options */
50 ddi_softint_handle_t hcdi_softint_hdl; /* soft intr handle */
51 usba_list_entry_t hcdi_cb_queue;
56 uint_t hcdi_min_xfer;
57 uchar_t hcdi_min_burst_size;
58 uchar_t hcdi_max_burst_size;
63 usba_device_t *hcdi_usba_device;
68 char hcdi_usb_address_in_use[USBA_ADDRESS_ARRAY_SIZE];
[all …]
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba.c182 usba_hcdi_t *usba_hcdi; in usba_bus_ctl() local