Home
last modified time | relevance | path

Searched refs:wLength (Results 1 - 25 of 324) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/usb/common/
H A Ddebug.c14 __u16 wLength, char *str, size_t size) in usb_decode_get_status()
18 snprintf(str, size, "Get Device Status(Length = %d)", wLength); in usb_decode_get_status()
23 wIndex, wLength); in usb_decode_get_status()
106 __u16 wLength, char *str, size_t size) in usb_decode_get_set_descriptor()
166 s, wValue & 0xff, wLength); in usb_decode_get_set_descriptor()
169 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size) in usb_decode_get_configuration() argument
171 snprintf(str, size, "Get Configuration(Length = %d)", wLength); in usb_decode_get_configuration()
179 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf() argument
183 wIndex, wLength); in usb_decode_get_intf()
193 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength, in usb_decode_synch_frame() argument
13 usb_decode_get_status(__u8 bRequestType, __u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_status() argument
104 usb_decode_get_set_descriptor(__u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_set_descriptor() argument
200 usb_decode_set_sel(__u16 wLength, char *str, size_t size) usb_decode_set_sel() argument
210 usb_decode_ctrl_generic(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl_generic() argument
229 usb_decode_ctrl_standard(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl_standard() argument
299 usb_decode_ctrl(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/common/
H A Ddebug.c15 __u16 wLength, char *str, size_t size) in usb_decode_get_status()
19 snprintf(str, size, "Get Device Status(Length = %d)", wLength); in usb_decode_get_status()
24 wIndex, wLength); in usb_decode_get_status()
107 __u16 wLength, char *str, size_t size) in usb_decode_get_set_descriptor()
167 s, wValue & 0xff, wLength); in usb_decode_get_set_descriptor()
170 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size) in usb_decode_get_configuration() argument
172 snprintf(str, size, "Get Configuration(Length = %d)", wLength); in usb_decode_get_configuration()
180 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf() argument
184 wIndex, wLength); in usb_decode_get_intf()
194 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength, in usb_decode_synch_frame() argument
14 usb_decode_get_status(__u8 bRequestType, __u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_status() argument
105 usb_decode_get_set_descriptor(__u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_set_descriptor() argument
201 usb_decode_set_sel(__u16 wLength, char *str, size_t size) usb_decode_set_sel() argument
211 usb_decode_ctrl_generic(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl_generic() argument
230 usb_decode_ctrl_standard(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl_standard() argument
300 usb_decode_ctrl(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dusb.c26 __le16 wLength; member
99 char *buf, u16 wLength) in hub_control()
109 response_size = sizeof(*response) + wLength; in hub_control()
123 request->wLength = cpu_to_le16(wLength); in hub_control()
129 if (wLength) { in hub_control()
132 memcpy(buf, response->buf, wLength); in hub_control()
98 hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) hub_control() argument
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dusb.c26 __le16 wLength; member
99 char *buf, u16 wLength) in hub_control()
109 response_size = sizeof(*response) + wLength; in hub_control()
123 request->wLength = cpu_to_le16(wLength); in hub_control()
129 if (wLength) { in hub_control()
132 memcpy(buf, response->buf, wLength); in hub_control()
98 hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) hub_control() argument
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ep0.c345 u16 wLength; in cdnsp_ep0_set_sel() local
350 wLength = le16_to_cpu(ctrl->wLength); in cdnsp_ep0_set_sel()
352 if (wLength != 6) { in cdnsp_ep0_set_sel()
354 wLength); in cdnsp_ep0_set_sel()
371 if (le16_to_cpu(ctrl->wIndex) || le16_to_cpu(ctrl->wLength)) in cdnsp_ep0_set_isoch_delay()
448 len = le16_to_cpu(ctrl->wLength); in cdnsp_setup_analyze()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dep0.c712 u16 wLength; in dwc3_ep0_set_sel() local
717 wLength = le16_to_cpu(ctrl->wLength); in dwc3_ep0_set_sel()
719 if (wLength != 6) { in dwc3_ep0_set_sel()
721 wLength); in dwc3_ep0_set_sel()
744 u16 wLength; in dwc3_ep0_set_isoch_delay() local
749 wLength = le16_to_cpu(ctrl->wLength); in dwc3_ep0_set_isoch_delay()
752 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()
806 len = le16_to_cpu(ctrl->wLength); in dwc3_ep0_inspect_setup()
[all...]
H A Dtrace.h79 __field(__u16, wLength)
87 __entry->wLength = le16_to_cpu(ctrl->wLength);
92 __entry->wIndex, __entry->wLength)
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Ddtcs033.c21 u16 wLength; member
27 u16 wValue, u16 wIndex, u16 wLength) in reg_rw()
40 gspca_dev->usb_buf, wLength, 500); in reg_rw()
61 preq->wValue, preq->wIndex, preq->wLength); in reg_reqs()
72 preq->wLength, in reg_reqs()
74 preq->wLength > 3 ? "...\n" : "\n"); in reg_reqs()
290 /* -- bRequest,wValue,wIndex,wLength */
414 /* -- bRequest,wValue,wIndex,wLength */
25 reg_rw(struct gspca_dev *gspca_dev, u8 bRequestType, u8 bRequest, u16 wValue, u16 wIndex, u16 wLength) reg_rw() argument
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Ddtcs033.c21 u16 wLength; member
27 u16 wValue, u16 wIndex, u16 wLength) in reg_rw()
40 gspca_dev->usb_buf, wLength, 500); in reg_rw()
61 preq->wValue, preq->wIndex, preq->wLength); in reg_reqs()
72 preq->wLength, in reg_reqs()
74 preq->wLength > 3 ? "...\n" : "\n"); in reg_reqs()
290 /* -- bRequest,wValue,wIndex,wLength */
414 /* -- bRequest,wValue,wIndex,wLength */
25 reg_rw(struct gspca_dev *gspca_dev, u8 bRequestType, u8 bRequest, u16 wValue, u16 wIndex, u16 wLength) reg_rw() argument
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-s3c2410.c168 u16 wLength) in ohci_s3c2410_hub_control()
177 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
184 wIndex, buf, wLength); in ohci_s3c2410_hub_control()
233 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
162 ohci_s3c2410_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) ohci_s3c2410_hub_control() argument
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3_trace.h98 __field(__u16, wLength)
105 __entry->wLength = le16_to_cpu(setup->wLength);
109 __entry->wValue, __entry->wIndex, __entry->wLength
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H A Dcdc.h302 __le16 wLength; member
320 __le16 wLength; member
380 __le16 wLength; member
394 __le16 wLength; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-s3c2410.c166 u16 wLength) in ohci_s3c2410_hub_control()
175 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
182 wIndex, buf, wLength); in ohci_s3c2410_hub_control()
231 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
160 ohci_s3c2410_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) ohci_s3c2410_hub_control() argument
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_trace.h96 __field(__u16, wLength)
103 __entry->wLength = le16_to_cpu(setup->wLength);
107 __entry->wValue, __entry->wIndex, __entry->wLength
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H A Dcdc.h306 __le16 wLength; member
333 __le16 wLength; member
393 __le16 wLength; member
407 __le16 wLength; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H A Dcdc.h218 __le16 wLength; member
225 __le16 wLength; member
268 __le16 wLength; member
278 __le16 wLength; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H A Dcdc.h208 __le16 wLength; member
215 __le16 wLength; member
258 __le16 wLength; member
268 __le16 wLength; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H A Dcdc.h218 __le16 wLength; member
225 __le16 wLength; member
268 __le16 wLength; member
278 __le16 wLength; member
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c381 u16 wValue, wIndex, wLength; in ast_vhub_std_hub_request() local
385 wLength = le16_to_cpu(crq->wLength); in ast_vhub_std_hub_request()
437 wLength); in ast_vhub_std_hub_request()
440 wIndex, wLength); in ast_vhub_std_hub_request()
743 u16 wValue, wIndex, wLength; in ast_vhub_class_hub_request() local
747 wLength = le16_to_cpu(crq->wLength); in ast_vhub_class_hub_request()
760 return ast_vhub_rep_desc(ep, USB_DT_HUB, wLength); in ast_vhub_class_hub_request()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c404 u16 wValue, wIndex, wLength; in ast_vhub_std_hub_request() local
408 wLength = le16_to_cpu(crq->wLength); in ast_vhub_std_hub_request()
462 wLength); in ast_vhub_std_hub_request()
465 wIndex, wLength); in ast_vhub_std_hub_request()
768 u16 wValue, wIndex, wLength; in ast_vhub_class_hub_request() local
772 wLength = le16_to_cpu(crq->wLength); in ast_vhub_class_hub_request()
785 return ast_vhub_rep_desc(ep, USB_DT_HUB, wLength); in ast_vhub_class_hub_request()
/kernel/linux/linux-5.10/include/linux/usb/
H A Daudio-v3.h21 __le16 wLength; member
29 __le16 wLength; member
38 __le16 wLength; member
45 __le16 wLength; member
51 __le16 wLength; member
/kernel/linux/linux-6.6/include/linux/usb/
H A Daudio-v3.h21 __le16 wLength; member
29 __le16 wLength; member
38 __le16 wLength; member
45 __le16 wLength; member
51 __le16 wLength; member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dep0.c738 u16 wLength; in dwc3_ep0_set_sel() local
743 wLength = le16_to_cpu(ctrl->wLength); in dwc3_ep0_set_sel()
745 if (wLength != 6) { in dwc3_ep0_set_sel()
747 wLength); in dwc3_ep0_set_sel()
770 u16 wLength; in dwc3_ep0_set_isoch_delay() local
775 wLength = le16_to_cpu(ctrl->wLength); in dwc3_ep0_set_isoch_delay()
778 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay()
832 len = le16_to_cpu(ctrl->wLength); in dwc3_ep0_inspect_setup()
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddevio.c1161 unsigned int wLength, actlen; in do_proc_control() local
1170 wLength = ctrl->wLength; /* To suppress 64k PAGE_SIZE warning */ in do_proc_control()
1171 if (wLength > PAGE_SIZE) in do_proc_control()
1193 dr->wLength = cpu_to_le16(ctrl->wLength); in do_proc_control()
1198 "wIndex=%04x wLength=%04x\n", in do_proc_control()
1200 ctrl->wIndex, ctrl->wLength); in do_proc_control()
1202 if ((ctrl->bRequestType & USB_DIR_IN) && wLength) { in do_proc_control()
1205 wLength, NUL in do_proc_control()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddevio.c1172 unsigned int wLength, actlen; in do_proc_control() local
1181 wLength = ctrl->wLength; /* To suppress 64k PAGE_SIZE warning */ in do_proc_control()
1182 if (wLength > PAGE_SIZE) in do_proc_control()
1204 dr->wLength = cpu_to_le16(ctrl->wLength); in do_proc_control()
1209 "wIndex=%04x wLength=%04x\n", in do_proc_control()
1211 ctrl->wIndex, ctrl->wLength); in do_proc_control()
1213 if ((ctrl->bRequestType & USB_DIR_IN) && wLength) { in do_proc_control()
1216 wLength, NUL in do_proc_control()
[all...]

Completed in 23 milliseconds

12345678910>>...13