/titanic_41/usr/src/uts/common/sys/usb/clients/usbcdc/ |
H A D | usb_cdc.h | 159 uint16_t wLength; member
|
/titanic_41/usr/src/uts/common/sys/usb/usba/ |
H A D | usbai_private.h | 130 uint16_t wLength,
|
H A D | wa.h | 310 uint16_t wLength; member
|
/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 3612 setup.wLength = wlength; in usbvc_vc_get_ctrl() 3641 setup.wLength = wlength; in usbvc_vc_set_ctrl() 3678 setup.wLength = usbvcp->usbvc_vc_header->descr->bcdUVC[0] ? 34 : 26; in usbvc_vs_set_probe_commit() 3682 "usbvc_vs_set_probe_commit: wLength=%d", setup.wLength); in usbvc_vs_set_probe_commit() 3685 if ((data = allocb(setup.wLength, BPRI_HI)) == NULL) { in usbvc_vs_set_probe_commit() 3692 bcopy(ctrl_pc, data->b_rptr, setup.wLength); in usbvc_vs_set_probe_commit() 3693 data->b_wptr += setup.wLength; in usbvc_vs_set_probe_commit() 3730 setup.wLength = usbvcp->usbvc_vc_header->descr->bcdUVC[0] ? 34 : 26; in usbvc_vs_get_probe() 3745 bcopy(data->b_rptr, ctrl_pc, setup.wLength); in usbvc_vs_get_probe()
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 1293 uint16_t wLength, in usb_pipe_sync_ctrl_xfer() argument 1312 bmRequestType, bRequest, wValue, wIndex, wLength, flags); in usb_pipe_sync_ctrl_xfer() 1330 length = ((data) && (*data)) ? 0: wLength; in usb_pipe_sync_ctrl_xfer() 1340 ctrl_req->ctrl_wLength = wLength; in usb_pipe_sync_ctrl_xfer() 1418 setup->wLength, in usb_pipe_ctrl_xfer_wait()
|
H A D | usba_ugen.c | 2402 ushort_t wLength; in ugen_epx_ctrl_req() local 2435 wLength = (setup[7] << 8) | setup[6]; in ugen_epx_ctrl_req() 2436 reqp = usb_alloc_ctrl_req(ugenp->ug_dip, wLength, USB_FLAGS_NOSLEEP); in ugen_epx_ctrl_req() 2448 reqp->ctrl_wLength = wLength; in ugen_epx_ctrl_req() 2490 if (((bp->b_bcount - UGEN_SETUP_PKT_SIZE) - wLength) != 0) { in ugen_epx_ctrl_req() 2497 reqp->ctrl_data->b_wptr, wLength); in ugen_epx_ctrl_req() 2498 reqp->ctrl_data->b_wptr += wLength; in ugen_epx_ctrl_req()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcihub.c | 600 uint16_t wLength = req->ctrl_wLength; in uhci_handle_get_port_status() local 602 ASSERT(wLength == 4); in uhci_handle_get_port_status()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 986 setup.wLength = 0; in ehci_clear_tt_buffer() 1524 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ehci_insert_ctrl_req() local 1559 setup_packet[6] = (uint8_t)wLength; in ehci_insert_ctrl_req() 1560 setup_packet[7] = wLength >> 8; in ehci_insert_ctrl_req() 1584 if (wLength != 0) { in ehci_insert_ctrl_req() 1593 wLength); in ehci_insert_ctrl_req() 1596 wLength + EHCI_MAX_QTD_BUF_SIZE); in ehci_insert_ctrl_req()
|
H A D | ehci_hub.c | 519 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ehci_handle_root_hub_request() local 527 bmRequestType, bRequest, wValue, wIndex, wLength, (void *)data); in ehci_handle_root_hub_request()
|
/titanic_41/usr/src/uts/common/io/ural/ |
H A D | ural.c | 324 req.wLength = sizeof (uint16_t); in ural_read() 360 req.wLength = (uint16_t)len; in ural_read_multi() 394 req.wLength = 0; in ural_write() 869 req.wLength = 0; in ural_set_testmode() 897 req.wLength = (uint16_t)len; in ural_eeprom_read()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | usbser_keyspan.c | 560 setup.wLength = len; in keyspan_write_memory()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 1626 uint16_t wLength; in usbecm_parse_intr_data() local 1637 wLength = data->b_rptr[6]; in usbecm_parse_intr_data() 1695 if (wLength != 8) { in usbecm_parse_intr_data() 3108 setup.wLength = ((data != NULL) && (*data != NULL)) ? MBLKL(*data) : 0; in usbecm_ctrl_write() 3137 setup.wLength = (uint16_t)len; in usbecm_ctrl_read()
|
/titanic_41/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 647 req.wLength = sizeof (uint16_t); in urtw_8225_write_s16() 1227 req.wLength = sizeof (uint8_t); in urtw_read8_c() 1258 req.wLength = sizeof (uint8_t); in urtw_read8e() 1291 req.wLength = sizeof (uint16_t); in urtw_read16_c() 1324 req.wLength = sizeof (uint32_t); in urtw_read32_c() 1358 req.wLength = sizeof (uint8_t); in urtw_write8_c() 1394 req.wLength = sizeof (uint8_t); in urtw_write8e() 1432 req.wLength = sizeof (uint16_t); in urtw_write16_c() 1469 req.wLength = sizeof (uint32_t); in urtw_write32_c()
|
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 1670 ushort_t wValue, ushort_t wIndex, ushort_t wLength, in usb_as_send_ctrl_cmd() argument 1680 bmRequestType, bRequest, wValue, wIndex, wLength, (void *)data); in usb_as_send_ctrl_cmd() 1686 setup.wLength = wLength; in usb_as_send_ctrl_cmd()
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 130 setup.wLength = len; in zyd_usb_ctrl_send() 176 setup.wLength = len; in zyd_usb_ctrl_recv()
|
/titanic_41/usr/src/uts/common/io/rum/ |
H A D | rum.c | 319 req.wLength = (uint16_t)len; in rum_read_multi() 362 req.wLength = (uint16_t)len; in rum_write_multi() 422 req.wLength = 0; in rum_load_microcode() 455 req.wLength = (uint16_t)len; in rum_eeprom_read()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 2584 setup.wLength = ((data != NULL) && (*data != NULL)) ? MBLKL(*data) : 0; in usbsacm_req_write() 3176 uint16_t wLength; in usbsacm_parse_intr_data() local 3190 wLength = data->b_rptr[6]; in usbsacm_parse_intr_data() 3219 if (wLength != 2) { in usbsacm_parse_intr_data()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 843 ushort_t wLength; member
|
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_hub.c | 535 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ohci_handle_root_hub_request() local 543 bmRequestType, bRequest, wValue, wIndex, wLength, (void *)data); in ohci_handle_root_hub_request()
|
H A D | ohci.c | 4818 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ohci_insert_ctrl_req() local 4855 (((wLength >> 8) | (wLength << 8)) & 0x0000FFFF)); in ohci_insert_ctrl_req() 4881 if (wLength != 0) { in ohci_insert_ctrl_req() 4891 wLength, DDI_DEV_AUTOINCR); in ohci_insert_ctrl_req() 4913 wLength, OHCI_CTRL_DATA_PHASE, pp, tw); in ohci_insert_ctrl_req()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 1005 ushort_t wLength; member
|
/titanic_41/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 1499 uint16_t wLength; member
|
/titanic_41/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 783 setup.wLength = USBPRN_MAX_DEVICE_ID_LENGTH; in usbprn_get_device_id() 838 setup.wLength = (uint16_t)len; in usbprn_get_device_id()
|
/titanic_41/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 1922 setup.wLength = hidp->hid_hid_descr.wReportDescriptorLength; in hid_handle_report_descriptor() 2042 setup.wLength = 0; in hid_set_protocol()
|
/titanic_41/usr/src/uts/common/io/atu/ |
H A D | atu.c | 90 req.wLength = length; in atu_usb_request()
|