Searched refs:usb_ugen_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h44 typedef struct usb_ugen_hdl *usb_ugen_hdl_t;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c278 usb_ugen_release_hdl(usb_ugen_hdl_t usb_ugen_hdl) argument
281 (usb_ugen_hdl_impl_t *)usb_ugen_hdl;
306 usb_ugen_attach(usb_ugen_hdl_t usb_ugen_hdl, ddi_attach_cmd_t cmd) argument
309 (usb_ugen_hdl_impl_t *)usb_ugen_hdl;
313 if (usb_ugen_hdl == NULL) {
425 usb_ugen_detach(usb_ugen_hdl_t usb_ugen_hdl, ddi_detach_cmd_t cmd) argument
428 (usb_ugen_hdl_impl_t *)usb_ugen_hdl;
431 if (usb_ugen_hdl) {
613 usb_ugen_disconnect_ev_cb(usb_ugen_hdl_t usb_ugen_hdl) argument
616 (usb_ugen_hdl_impl_t *)usb_ugen_hdl;
659 usb_ugen_reconnect_ev_cb(usb_ugen_hdl_t usb_ugen_hdl) argument
756 usb_ugen_open(usb_ugen_hdl_t usb_ugen_hdl, dev_t *devp, int flag, int sflag, cred_t *cr) argument
893 usb_ugen_close(usb_ugen_hdl_t usb_ugen_hdl, dev_t dev, int flag, int otype, cred_t *cr) argument
985 usb_ugen_read(usb_ugen_hdl_t usb_ugen_hdl, dev_t dev, struct uio *uiop, cred_t *credp) argument
1010 usb_ugen_write(usb_ugen_hdl_t usb_ugen_hdl, dev_t dev, struct uio *uiop, cred_t *credp) argument
1037 usb_ugen_poll(usb_ugen_hdl_t usb_ugen_hdl, dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
4524 usb_ugen_power(usb_ugen_hdl_t usb_ugen_hdl, int comp, int level) argument
[all...]

Completed in 60 milliseconds