Searched refs:usb_port_t (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/usba/ |
H A D | whcdi.h | 108 void (*disconnect_dev)(dev_info_t *, usb_port_t); 109 void (*reconnect_dev)(dev_info_t *, usb_port_t); 110 int (*create_child)(dev_info_t *, usb_port_t); 111 int (*destroy_child)(dev_info_t *, usb_port_t); 118 int (*set_encrypt)(dev_info_t *, usb_port_t, uint8_t); 119 int (*set_ptk)(dev_info_t *, usb_key_descr_t *, size_t, usb_port_t); 121 int (*set_device_info)(dev_info_t *, wusb_dev_info_t *, usb_port_t); 210 usb_port_t *port); 212 usb_port_t *port); 213 usb_port_t wusb_hc_get_free_port(wusb_hc_data_t *hc_data); [all …]
|
H A D | usba_types.h | 195 typedef uint16_t usb_port_t; typedef 274 usb_port_t usb_port; 279 usb_port_t usb_hs_hub_port; /* High speed hub port */
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcihub.c | 46 usb_port_t port); 49 usb_port_t port, 53 usb_port_t port, 57 usb_port_t port, 61 usb_port_t port); 64 usb_port_t port); 67 usb_port_t port); 71 usb_port_t port); 83 usb_port_t port); 280 usb_port_t port) in uhci_handle_set_clear_port_feature() [all …]
|
H A D | uhcitgt.c | 457 usb_port_t port; in uhci_hcdi_pipe_reset()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 100 static usb_port_t hubd_get_port_num(hubd_t *, struct devctl_iocdata *); 101 static dev_info_t *hubd_get_child_dip(hubd_t *, usb_port_t); 102 static uint_t hubd_cfgadm_state(hubd_t *, usb_port_t); 103 static int hubd_toggle_port(hubd_t *, usb_port_t); 518 usb_port_t port, 521 static int hubd_delete_child(hubd_t *hubd, usb_port_t port, uint_t flag, 528 static int hubd_reset_port(hubd_t *hubd, usb_port_t port); 532 static int hubd_handle_port_connect(hubd_t *hubd, usb_port_t port); 534 static int hubd_disable_port(hubd_t *hubd, usb_port_t port); 536 static int hubd_enable_port(hubd_t *hubd, usb_port_t port); [all …]
|
/titanic_50/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 360 usb_port_t or_port; 426 int hubd_select_device_configuration(hubd_t *, usb_port_t,
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcitgt.h | 91 usb_port_t port);
|