/linux-5.19.10/drivers/usb/common/ |
D | debug.c | 14 static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex, in usb_decode_get_status() argument 24 wIndex, wLength); in usb_decode_get_status() 28 wIndex & ~USB_DIR_IN, in usb_decode_get_status() 29 wIndex & USB_DIR_IN ? "in" : "out"); in usb_decode_get_status() 54 static const char *usb_decode_test_mode(u16 wIndex) in usb_decode_test_mode() argument 56 switch (wIndex) { in usb_decode_test_mode() 74 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature() argument 82 usb_decode_test_mode(wIndex) : ""); in usb_decode_set_clear_feature() 94 wIndex & ~USB_DIR_IN, in usb_decode_set_clear_feature() 95 wIndex & USB_DIR_IN ? "in" : "out"); in usb_decode_set_clear_feature() [all …]
|
/linux-5.19.10/drivers/usb/host/ |
D | xhci-hub.c | 568 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_disable_port() argument 587 hcd->self.busnum, wIndex + 1, port_status); in xhci_disable_port() 591 u16 wIndex, __le32 __iomem *addr, u32 port_status) in xhci_clear_port_change_bit() argument 638 wIndex + 1, port_change_bit, port_status); in xhci_clear_port_change_bit() 691 u16 test_mode, u16 wIndex) in xhci_port_set_test_mode() argument 697 port = xhci->usb2_rhub.ports[wIndex]; in xhci_port_set_test_mode() 707 u16 test_mode, u16 wIndex, unsigned long *flags) in xhci_enter_test_mode() argument 745 test_mode, wIndex + 1); in xhci_enter_test_mode() 746 xhci_port_set_test_mode(xhci, test_mode, wIndex); in xhci_enter_test_mode() 888 u16 wIndex) in xhci_del_comp_mod_timer() argument [all …]
|
D | ehci-hub.c | 735 u16 wIndex, in ehci_hub_control() argument 752 temp = (wIndex - 1) & 0xff; in ehci_hub_control() 778 if (!wIndex || wIndex > ports) in ehci_hub_control() 780 wIndex--; in ehci_hub_control() 804 if ((hcd->self.otg_port == (wIndex + 1)) in ehci_hub_control() 827 ehci->reset_done[wIndex] = jiffies in ehci_hub_control() 829 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 830 usb_hcd_start_port_resume(&hcd->self, wIndex); in ehci_hub_control() 833 clear_bit(wIndex, &ehci->port_c_suspend); in ehci_hub_control() 838 ehci_port_power(ehci, wIndex, false); in ehci_hub_control() [all …]
|
D | ohci-s3c2410.c | 166 u16 wIndex, in ohci_s3c2410_hub_control() argument 177 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control() 184 wIndex, buf, wLength); in ohci_s3c2410_hub_control() 194 s3c2410_usb_set_power(info, wIndex, 1); in ohci_s3c2410_hub_control() 205 if (valid_port(wIndex)) { in ohci_s3c2410_hub_control() 206 info->port[wIndex-1].oc_changed = 0; in ohci_s3c2410_hub_control() 207 info->port[wIndex-1].oc_status = 0; in ohci_s3c2410_hub_control() 216 if (valid_port(wIndex)) in ohci_s3c2410_hub_control() 217 info->port[wIndex-1].oc_status = 0; in ohci_s3c2410_hub_control() 225 if (valid_port(wIndex)) { in ohci_s3c2410_hub_control() [all …]
|
D | ohci-at91.c | 357 u16 wIndex, char *buf, u16 wLength) in ohci_at91_hub_control() argument 367 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_at91_hub_control() 369 wIndex--; in ohci_at91_hub_control() 376 if (valid_port(wIndex)) { in ohci_at91_hub_control() 377 ohci_at91_usb_set_power(pdata, wIndex, 1); in ohci_at91_hub_control() 385 if (valid_port(wIndex)) { in ohci_at91_hub_control() 399 if (valid_port(wIndex)) { in ohci_at91_hub_control() 400 pdata->overcurrent_changed[wIndex] = 0; in ohci_at91_hub_control() 401 pdata->overcurrent_status[wIndex] = 0; in ohci_at91_hub_control() 410 if (valid_port(wIndex)) in ohci_at91_hub_control() [all …]
|
D | xen-hcd.c | 427 __u16 wIndex, char *buf, __u16 wLength) in xenhcd_hub_control() argument 442 if (!wIndex || wIndex > ports) in xenhcd_hub_control() 447 xenhcd_rhport_resume(info, wIndex); in xenhcd_hub_control() 450 xenhcd_rhport_power_off(info, wIndex); in xenhcd_hub_control() 453 xenhcd_rhport_disable(info, wIndex); in xenhcd_hub_control() 456 info->ports[wIndex - 1].c_connection = false; in xenhcd_hub_control() 459 info->ports[wIndex - 1].status &= ~(1 << wValue); in xenhcd_hub_control() 471 if (!wIndex || wIndex > ports) in xenhcd_hub_control() 474 wIndex--; in xenhcd_hub_control() 477 if (info->ports[wIndex].resuming && in xenhcd_hub_control() [all …]
|
D | ohci-da8xx.c | 34 u16 wValue, u16 wIndex, char *buf, u16 wLength); 301 u16 wIndex, char *buf, u16 wLength) in ohci_da8xx_hub_control() argument 309 if (wIndex != 1) in ohci_da8xx_hub_control() 312 dev_dbg(dev, "GetPortStatus(%u)\n", wIndex); in ohci_da8xx_hub_control() 314 temp = roothub_portstatus(hcd_to_ohci(hcd), wIndex - 1); in ohci_da8xx_hub_control() 325 if (ocic_mask & (1 << wIndex)) in ohci_da8xx_hub_control() 338 if (wIndex != 1) in ohci_da8xx_hub_control() 344 temp ? "Set" : "Clear", wIndex, "POWER"); in ohci_da8xx_hub_control() 349 temp ? "Set" : "Clear", wIndex, in ohci_da8xx_hub_control() 353 ocic_mask |= 1 << wIndex; in ohci_da8xx_hub_control() [all …]
|
D | ohci-hub.c | 680 u16 wIndex, in ohci_hub_control() argument 706 if (!wIndex || wIndex > ports) in ohci_hub_control() 708 wIndex--; in ohci_hub_control() 739 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 750 if (!wIndex || wIndex > ports) in ohci_hub_control() 752 wIndex--; in ohci_hub_control() 753 temp = roothub_portstatus (ohci, wIndex); in ohci_hub_control() 757 dbg_port(ohci, "GetStatus", wIndex, temp); in ohci_hub_control() 770 if (!wIndex || wIndex > ports) in ohci_hub_control() 772 wIndex--; in ohci_hub_control() [all …]
|
D | ehci-brcm.c | 56 u16 wIndex, in ehci_brcm_hub_control() argument 67 temp = (wIndex & 0xff) - 1; in ehci_brcm_hub_control() 77 (wIndex && wIndex <= ports) && in ehci_brcm_hub_control() 78 ehci->reset_done[wIndex-1] && in ehci_brcm_hub_control() 79 time_after_eq(jiffies, ehci->reset_done[wIndex-1]) && in ehci_brcm_hub_control() 91 retval = ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ehci_brcm_hub_control()
|
D | isp116x-hcd.c | 1004 u16 wValue, u16 wIndex, char *buf, u16 wLength) in isp116x_hub_control() argument 1051 if (!wIndex || wIndex > ports) in isp116x_hub_control() 1054 tmp = isp116x_read_reg32(isp116x, (--wIndex) ? HCRHPORT2 : HCRHPORT1); in isp116x_hub_control() 1057 DBG("GetPortStatus: port[%d] %08x\n", wIndex + 1, tmp); in isp116x_hub_control() 1061 if (!wIndex || wIndex > ports) in isp116x_hub_control() 1063 wIndex--; in isp116x_hub_control() 1102 isp116x_write_reg32(isp116x, wIndex in isp116x_hub_control() 1108 if (!wIndex || wIndex > ports) in isp116x_hub_control() 1110 wIndex--; in isp116x_hub_control() 1115 isp116x_write_reg32(isp116x, wIndex in isp116x_hub_control() [all …]
|
D | fotg210-hcd.c | 1461 u16 wIndex, char *buf, u16 wLength) in fotg210_hub_control() argument 1491 if (!wIndex || wIndex > ports) in fotg210_hub_control() 1493 wIndex--; in fotg210_hub_control() 1521 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control() 1525 clear_bit(wIndex, &fotg210->port_c_suspend); in fotg210_hub_control() 1552 if (!wIndex || wIndex > ports) in fotg210_hub_control() 1554 wIndex--; in fotg210_hub_control() 1572 if (!fotg210->reset_done[wIndex]) { in fotg210_hub_control() 1574 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control() 1578 fotg210->reset_done[wIndex]); in fotg210_hub_control() [all …]
|
/linux-5.19.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 170 u16 wIndex, u16 wValue) in ast_vhub_hub_dev_status() argument 193 u16 wIndex, u16 wValue) in ast_vhub_hub_ep_status() argument 198 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_hub_ep_status() 212 u16 wIndex, u16 wValue, in ast_vhub_hub_dev_feature() argument 230 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7); in ast_vhub_hub_dev_feature() 240 u16 wIndex, u16 wValue, in ast_vhub_hub_ep_feature() argument 246 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_hub_ep_feature() 405 u16 wValue, wIndex, wLength; in ast_vhub_std_hub_request() local 408 wIndex = le16_to_cpu(crq->wIndex); in ast_vhub_std_hub_request() 431 return ast_vhub_hub_dev_status(ep, wIndex, wValue); in ast_vhub_std_hub_request() [all …]
|
D | dev.c | 110 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() argument 126 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7); in ast_vhub_dev_feature() 136 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument 141 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature() 156 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature() 168 u16 wIndex, u16 wValue) in ast_vhub_dev_status() argument 182 u16 wIndex, u16 wValue) in ast_vhub_ep_status() argument 184 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status() 197 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status() 222 u16 wValue, wIndex; in ast_vhub_std_dev_request() local [all …]
|
/linux-5.19.10/drivers/usb/cdns3/ |
D | cdnsp-ep0.c | 135 static int cdnsp_w_index_to_ep_index(u16 wIndex) in cdnsp_w_index_to_ep_index() argument 137 if (!(wIndex & USB_ENDPOINT_NUMBER_MASK)) in cdnsp_w_index_to_ep_index() 140 return ((wIndex & USB_ENDPOINT_NUMBER_MASK) * 2) + in cdnsp_w_index_to_ep_index() 141 (wIndex & USB_ENDPOINT_DIR_MASK ? 1 : 0) - 1; in cdnsp_w_index_to_ep_index() 172 ep_sts = cdnsp_w_index_to_ep_index(le16_to_cpu(ctrl->wIndex)); in cdnsp_ep0_handle_status() 238 tmode = le16_to_cpu(ctrl->wIndex); in cdnsp_ep0_handle_feature_device() 267 u16 wValue, wIndex; in cdnsp_ep0_handle_feature_intf() local 271 wIndex = le16_to_cpu(ctrl->wIndex); in cdnsp_ep0_handle_feature_intf() 283 if (wIndex & USB_INTRF_FUNC_SUSPEND_RW) in cdnsp_ep0_handle_feature_intf() 305 pep = &pdev->eps[cdnsp_w_index_to_ep_index(le16_to_cpu(ctrl->wIndex))]; in cdnsp_ep0_handle_feature_endpoint() [all …]
|
D | cdns3-ep0.c | 253 index = cdns3_ep_addr_to_index(le16_to_cpu(ctrl->wIndex)); in cdns3_req_ep0_get_status() 257 cdns3_select_ep(priv_dev, le16_to_cpu(ctrl->wIndex)); in cdns3_req_ep0_get_status() 311 tmode = le16_to_cpu(ctrl->wIndex); in cdns3_ep0_feature_handle_device() 367 if (!(le16_to_cpu(ctrl->wIndex) & ~USB_DIR_IN)) in cdns3_ep0_feature_handle_endpoint() 370 index = cdns3_ep_addr_to_index(le16_to_cpu(ctrl->wIndex)); in cdns3_ep0_feature_handle_endpoint() 373 cdns3_select_ep(priv_dev, le16_to_cpu(ctrl->wIndex)); in cdns3_ep0_feature_handle_endpoint() 455 if (ctrl_req->wIndex || ctrl_req->wLength) in cdns3_req_ep0_set_isoch_delay()
|
/linux-5.19.10/drivers/media/usb/gspca/ |
D | dtcs033.c | 20 u16 wIndex; member 27 u16 wValue, u16 wIndex, u16 wLength) in reg_rw() argument 39 wValue, wIndex, in reg_rw() 61 preq->wValue, preq->wIndex, preq->wLength); in reg_reqs() 154 u16 wIndex = 0x0100|(0x00FF&gainVal); in dtcs033_setexposure() local 166 bRequestType, bRequest, wValue, wIndex, 0); in dtcs033_setexposure()
|
/linux-5.19.10/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 113 u16 wIndex; in flexcop_usb_v8_memory_req() local 115 wIndex = page << 8; in flexcop_usb_v8_memory_req() 129 wIndex |= pbBuffer[0]; in flexcop_usb_v8_memory_req() 144 wAddress, wIndex, buflen); in flexcop_usb_v8_memory_req() 155 wIndex, in flexcop_usb_v8_memory_req() 235 u16 wValue, wIndex; in flexcop_usb_i2c_req() local 265 wIndex = (chipaddr << 8 ) | addr; in flexcop_usb_i2c_req() 270 wIndex & 0xff, wIndex >> 8); in flexcop_usb_i2c_req() 281 wIndex, in flexcop_usb_i2c_req()
|
/linux-5.19.10/drivers/usb/usbip/ |
D | vhci_hcd.c | 35 u16 wIndex, char *buff, u16 wLength); 316 u16 wIndex, char *buf, u16 wLength) in vhci_hub_control() argument 334 wIndex = ((__u8)(wIndex & 0x00ff)); in vhci_hub_control() 336 wIndex); in vhci_hub_control() 345 if (wIndex < 1 || wIndex > VHCI_HC_PORTS) { in vhci_hub_control() 347 if (wIndex > VHCI_HC_PORTS) in vhci_hub_control() 348 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control() 350 rhport = wIndex - 1; in vhci_hub_control() 370 pr_err("invalid port number %d\n", wIndex); in vhci_hub_control() 433 usbip_dbg_vhci_rh(" GetPortStatus port %x\n", wIndex); in vhci_hub_control() [all …]
|
/linux-5.19.10/drivers/usb/musb/ |
D | musb_virthub.c | 265 u16 wIndex, in musb_hub_control() argument 298 if ((wIndex & 0xff) != 1) in musb_hub_control() 347 if (wIndex != 1) in musb_hub_control() 358 if ((wIndex & 0xff) != 1) in musb_hub_control() 386 wIndex >>= 8; in musb_hub_control() 387 switch (wIndex) { in musb_hub_control()
|
D | musb_gadget_ep0.c | 85 epnum = (u8) ctrlrequest->wIndex; in service_tx_status_request() 237 ctrlrequest->wIndex & 0x0f; in service_zero_data_request() 251 is_in = ctrlrequest->wIndex & USB_DIR_IN; in service_zero_data_request() 310 if (ctrlrequest->wIndex & 0xff) in service_zero_data_request() 313 switch (ctrlrequest->wIndex >> 8) { in service_zero_data_request() 398 ctrlrequest->wIndex & 0x0f; in service_zero_data_request() 411 is_in = ctrlrequest->wIndex & USB_DIR_IN; in service_zero_data_request() 589 le16_to_cpu(req->wIndex), in musb_read_setup()
|
/linux-5.19.10/drivers/staging/greybus/ |
D | usb.c | 25 __le16 wIndex; member 98 static int hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, in hub_control() argument 122 request->wIndex = cpu_to_le16(wIndex); in hub_control()
|
/linux-5.19.10/drivers/usb/dwc3/ |
D | ep0.c | 366 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status() 437 u32 wIndex, int set) in dwc3_ep0_handle_test() argument 439 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_test() 444 switch (wIndex >> 8) { in dwc3_ep0_handle_test() 450 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_test() 465 u32 wIndex; in dwc3_ep0_handle_device() local 469 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_device() 489 ret = dwc3_ep0_handle_test(dwc, state, wIndex, set); in dwc3_ep0_handle_device() 534 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_endpoint() 761 u16 wIndex; in dwc3_ep0_set_isoch_delay() local [all …]
|
/linux-5.19.10/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 67 u16 wIndex, char *buf, u16 wLength) in c67x00_hub_control() argument 73 unsigned int port = wIndex-1; in c67x00_hub_control() 84 if (wIndex > C67X00_PORTS) in c67x00_hub_control() 125 if (wIndex > C67X00_PORTS) in c67x00_hub_control() 154 if (wIndex > C67X00_PORTS) in c67x00_hub_control()
|
/linux-5.19.10/drivers/usb/chipidea/ |
D | host.c | 237 u16 wIndex, in ci_ehci_hub_control() argument 252 port_index = wIndex & 0xff; in ci_ehci_hub_control() 259 retval = ci->platdata->hub_control(ci, typeReq, wValue, wIndex, in ci_ehci_hub_control() 266 if (!wIndex || wIndex > ports) { in ci_ehci_hub_control() 317 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ci_ehci_hub_control()
|
/linux-5.19.10/drivers/usb/mtu3/ |
D | mtu3_trace.h | 97 __field(__u16, wIndex) 104 __entry->wIndex = le16_to_cpu(setup->wIndex); 109 __entry->wValue, __entry->wIndex, __entry->wLength
|