Home
last modified time | relevance | path

Searched refs:usb_port_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h108 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 Dusba_types.h204 typedef uint16_t usb_port_t; typedef
289 usb_port_t usb_port;
294 usb_port_t usb_hs_hub_port; /* High speed hub port */
H A Dhcdi.h219 usb_port_t port,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c46 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 Duhcitgt.c457 usb_port_t port; in uhci_hcdi_pipe_reset()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c99 static usb_port_t hubd_get_port_num(hubd_t *, struct devctl_iocdata *);
100 static dev_info_t *hubd_get_child_dip(hubd_t *, usb_port_t);
101 static uint_t hubd_cfgadm_state(hubd_t *, usb_port_t);
102 static int hubd_toggle_port(hubd_t *, usb_port_t);
519 usb_port_t port,
522 static int hubd_delete_child(hubd_t *hubd, usb_port_t port, uint_t flag,
531 static int hubd_reset_port(hubd_t *hubd, usb_port_t port);
535 static int hubd_handle_port_connect(hubd_t *hubd, usb_port_t port);
537 static int hubd_disable_port(hubd_t *hubd, usb_port_t port);
539 static int hubd_enable_port(hubd_t *hubd, usb_port_t port);
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h368 usb_port_t or_port;
444 int hubd_select_device_configuration(hubd_t *, usb_port_t,
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcitgt.h91 usb_port_t port);
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h572 usb_port_t xd_port;
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1594 xhci_hcdi_device_init(usba_device_t *ud, usb_port_t port, void **hcdpp) in xhci_hcdi_device_init()