/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | debug.c | 33 static const char *usb_decode_device_feature(u16 wValue) in usb_decode_device_feature() argument 35 switch (wValue) { in usb_decode_device_feature() 72 __u8 bRequest, __u16 wValue, in usb_decode_set_clear_feature() 79 usb_decode_device_feature(wValue), in usb_decode_set_clear_feature() 80 wValue == USB_DEVICE_TEST_MODE ? in usb_decode_set_clear_feature() 86 wValue == USB_INTRF_FUNC_SUSPEND ? in usb_decode_set_clear_feature() 92 wValue == USB_ENDPOINT_HALT ? "Halt" : "UNKNOWN", in usb_decode_set_clear_feature() 99 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address() argument 101 snprintf(str, size, "Set Address(Addr = %02x)", wValue); in usb_decode_set_address() 105 __u16 wValue, __u1 in usb_decode_get_set_descriptor() 71 usb_decode_set_clear_feature(__u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, char *str, size_t size) usb_decode_set_clear_feature() 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 174 usb_decode_set_configuration(__u8 wValue, char *str, size_t size) usb_decode_set_configuration() argument 186 usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, size_t size) usb_decode_set_intf() argument 205 usb_decode_set_isoch_delay(__u8 wValue, char *str, size_t size) usb_decode_set_isoch_delay() 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 D | debug.c | 34 static const char *usb_decode_device_feature(u16 wValue) in usb_decode_device_feature() argument 36 switch (wValue) { in usb_decode_device_feature() 73 __u8 bRequest, __u16 wValue, in usb_decode_set_clear_feature() 80 usb_decode_device_feature(wValue), in usb_decode_set_clear_feature() 81 wValue == USB_DEVICE_TEST_MODE ? in usb_decode_set_clear_feature() 87 wValue == USB_INTRF_FUNC_SUSPEND ? in usb_decode_set_clear_feature() 93 wValue == USB_ENDPOINT_HALT ? "Halt" : "UNKNOWN", in usb_decode_set_clear_feature() 100 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address() argument 102 snprintf(str, size, "Set Address(Addr = %02x)", wValue); in usb_decode_set_address() 106 __u16 wValue, __u1 in usb_decode_get_set_descriptor() 72 usb_decode_set_clear_feature(__u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, char *str, size_t size) usb_decode_set_clear_feature() 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 175 usb_decode_set_configuration(__u8 wValue, char *str, size_t size) usb_decode_set_configuration() argument 187 usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, size_t size) usb_decode_set_intf() argument 206 usb_decode_set_isoch_delay(__u8 wValue, char *str, size_t size) usb_decode_set_isoch_delay() 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-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 169 u16 wIndex, u16 wValue) in ast_vhub_hub_dev_status() 192 u16 wIndex, u16 wValue) in ast_vhub_hub_ep_status() 211 u16 wIndex, u16 wValue, in ast_vhub_hub_dev_feature() 217 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature() 219 if (wValue == USB_DEVICE_REMOTE_WAKEUP) { in ast_vhub_hub_dev_feature() 226 if (wValue == USB_DEVICE_TEST_MODE) { in ast_vhub_hub_dev_feature() 239 u16 wIndex, u16 wValue, in ast_vhub_hub_ep_feature() 247 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature() 251 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_hub_ep_feature() 404 u16 wValue, wInde in ast_vhub_std_hub_request() local 168 ast_vhub_hub_dev_status(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue) ast_vhub_hub_dev_status() argument 191 ast_vhub_hub_ep_status(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue) ast_vhub_hub_ep_status() argument 210 ast_vhub_hub_dev_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_dev_feature() argument 238 ast_vhub_hub_ep_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_ep_feature() argument 768 u16 wValue, wIndex, wLength; ast_vhub_class_hub_request() local [all...] |
H A D | dev.c | 109 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() 115 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature() 117 if (wValue == USB_DEVICE_REMOTE_WAKEUP) { in ast_vhub_dev_feature() 122 if (wValue == USB_DEVICE_TEST_MODE) { in ast_vhub_dev_feature() 135 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() 142 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature() 147 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_ep_feature() 167 u16 wIndex, u16 wValue) in ast_vhub_dev_status() 181 u16 wIndex, u16 wValue) in ast_vhub_ep_status() 221 u16 wValue, wInde in ast_vhub_std_dev_request() local 108 ast_vhub_dev_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_dev_feature() argument 134 ast_vhub_ep_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_ep_feature() argument 166 ast_vhub_dev_status(struct ast_vhub_dev *d, u16 wIndex, u16 wValue) ast_vhub_dev_status() argument 180 ast_vhub_ep_status(struct ast_vhub_dev *d, u16 wIndex, u16 wValue) ast_vhub_ep_status() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 163 u16 wIndex, u16 wValue) in ast_vhub_hub_dev_status() 186 u16 wIndex, u16 wValue) in ast_vhub_hub_ep_status() 205 u16 wIndex, u16 wValue, in ast_vhub_hub_dev_feature() 209 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature() 211 if (wValue != USB_DEVICE_REMOTE_WAKEUP) in ast_vhub_hub_dev_feature() 222 u16 wIndex, u16 wValue, in ast_vhub_hub_ep_feature() 230 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature() 234 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_hub_ep_feature() 381 u16 wValue, wIndex, wLength; in ast_vhub_std_hub_request() local 383 wValue in ast_vhub_std_hub_request() 162 ast_vhub_hub_dev_status(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue) ast_vhub_hub_dev_status() argument 185 ast_vhub_hub_ep_status(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue) ast_vhub_hub_ep_status() argument 204 ast_vhub_hub_dev_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_dev_feature() argument 221 ast_vhub_hub_ep_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_ep_feature() argument 743 u16 wValue, wIndex, wLength; ast_vhub_class_hub_request() local [all...] |
H A D | dev.c | 115 u16 wIndex, u16 wValue, in ast_vhub_dev_feature() 119 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature() 121 if (wValue != USB_DEVICE_REMOTE_WAKEUP) in ast_vhub_dev_feature() 130 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() 137 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature() 142 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_ep_feature() 162 u16 wIndex, u16 wValue) in ast_vhub_dev_status() 176 u16 wIndex, u16 wValue) in ast_vhub_ep_status() 216 u16 wValue, wIndex; in ast_vhub_std_dev_request() local 241 wValue in ast_vhub_std_dev_request() 114 ast_vhub_dev_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_dev_feature() argument 129 ast_vhub_ep_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_ep_feature() argument 161 ast_vhub_dev_status(struct ast_vhub_dev *d, u16 wIndex, u16 wValue) ast_vhub_dev_status() argument 175 ast_vhub_ep_status(struct ast_vhub_dev *d, u16 wIndex, u16 wValue) ast_vhub_ep_status() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ep0.c | 60 cfg = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_config() 93 addr = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_address() 107 pdev->device_address = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_set_address() 213 switch (le16_to_cpu(ctrl->wValue)) { in cdnsp_ep0_handle_feature_device() 267 u16 wValue, wIndex; in cdnsp_ep0_handle_feature_intf() local 270 wValue = le16_to_cpu(ctrl->wValue); in cdnsp_ep0_handle_feature_intf() 273 switch (wValue) { in cdnsp_ep0_handle_feature_intf() 302 u16 wValue; in cdnsp_ep0_handle_feature_endpoint() local 304 wValue in cdnsp_ep0_handle_feature_endpoint() [all...] |
H A D | cdns3-ep0.c | 140 u32 config = le16_to_cpu(ctrl_req->wValue); in cdns3_req_ep0_set_configuration() 187 addr = le16_to_cpu(ctrl_req->wValue); in cdns3_req_ep0_set_address() 281 u32 wValue; in cdns3_ep0_feature_handle_device() local 284 wValue = le16_to_cpu(ctrl->wValue); in cdns3_ep0_feature_handle_device() 288 switch (wValue) { in cdns3_ep0_feature_handle_device() 341 u32 wValue; in cdns3_ep0_feature_handle_intf() local 344 wValue = le16_to_cpu(ctrl->wValue); in cdns3_ep0_feature_handle_intf() 346 switch (wValue) { in cdns3_ep0_feature_handle_intf() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-ep0.c | 124 u32 config = le16_to_cpu(ctrl_req->wValue); in cdns2_req_ep0_set_configuration() 217 u32 wValue; in cdns2_ep0_handle_feature_device() local 220 wValue = le16_to_cpu(ctrl->wValue); in cdns2_ep0_handle_feature_device() 224 switch (wValue) { in cdns2_ep0_handle_feature_device() 268 u32 wValue; in cdns2_ep0_handle_feature_intf() local 270 wValue = le16_to_cpu(ctrl->wValue); in cdns2_ep0_handle_feature_intf() 272 switch (wValue) { in cdns2_ep0_handle_feature_intf() 287 u8 wValue; in cdns2_ep0_handle_feature_endpoint() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | ep0.c | 324 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status() 453 u32 wValue; in dwc3_ep0_handle_device() local 457 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device() 461 switch (wValue) { in dwc3_ep0_handle_device() 490 u32 wValue; in dwc3_ep0_handle_intf() local 493 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf() 495 switch (wValue) { in dwc3_ep0_handle_intf() 516 u32 wValue; in dwc3_ep0_handle_endpoint() local 745 u16 wValue; dwc3_ep0_set_isoch_delay() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_virthub.c | 264 u16 wValue, in musb_hub_control() 289 switch (wValue) { in musb_hub_control() 301 switch (wValue) { in musb_hub_control() 320 musb_dbg(musb, "clear feature %d", wValue); in musb_hub_control() 321 musb->port1_status &= ~(1 << wValue); in musb_hub_control() 361 switch (wValue) { in musb_hub_control() 425 musb_dbg(musb, "set feature %d", wValue); in musb_hub_control() 426 musb->port1_status |= 1 << wValue; in musb_hub_control() 261 musb_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) musb_hub_control() argument
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_virthub.c | 263 u16 wValue, in musb_hub_control() 288 switch (wValue) { in musb_hub_control() 300 switch (wValue) { in musb_hub_control() 319 musb_dbg(musb, "clear feature %d", wValue); in musb_hub_control() 320 musb->port1_status &= ~(1 << wValue); in musb_hub_control() 360 switch (wValue) { in musb_hub_control() 424 musb_dbg(musb, "set feature %d", wValue); in musb_hub_control() 425 musb->port1_status |= 1 << wValue; in musb_hub_control() 260 musb_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) musb_hub_control() argument
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fhci-hub.c | 202 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control() argument 217 switch (wValue) { in fhci_hub_control() 226 fhci->vroot_hub->feature &= (1 << wValue); in fhci_hub_control() 228 switch (wValue) { in fhci_hub_control() 286 switch (wValue) { in fhci_hub_control() 295 fhci->vroot_hub->feature |= (1 << wValue); in fhci_hub_control() 297 switch (wValue) { in fhci_hub_control()
|
H A D | ohci-s3c2410.c | 165 u16 wValue, in ohci_s3c2410_hub_control() 177 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control() 183 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control() 192 if (wValue == USB_PORT_FEAT_POWER) { in ohci_s3c2410_hub_control() 200 switch (wValue) { 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-6.6/drivers/usb/host/ |
H A D | fhci-hub.c | 201 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control() argument 216 switch (wValue) { in fhci_hub_control() 225 fhci->vroot_hub->feature &= (1 << wValue); in fhci_hub_control() 227 switch (wValue) { in fhci_hub_control() 285 switch (wValue) { in fhci_hub_control() 294 fhci->vroot_hub->feature |= (1 << wValue); in fhci_hub_control() 296 switch (wValue) { in fhci_hub_control()
|
H A D | ohci-s3c2410.c | 163 u16 wValue, in ohci_s3c2410_hub_control() 175 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control() 181 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control() 190 if (wValue == USB_PORT_FEAT_POWER) { in ohci_s3c2410_hub_control() 198 switch (wValue) { 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-5.10/drivers/usb/cdns3/ |
H A D | ep0.c | 140 u32 config = le16_to_cpu(ctrl_req->wValue); in cdns3_req_ep0_set_configuration() 187 addr = le16_to_cpu(ctrl_req->wValue); in cdns3_req_ep0_set_address() 281 u32 wValue; in cdns3_ep0_feature_handle_device() local 284 wValue = le16_to_cpu(ctrl->wValue); in cdns3_ep0_feature_handle_device() 288 switch (wValue) { in cdns3_ep0_feature_handle_device() 341 u32 wValue; in cdns3_ep0_feature_handle_intf() local 344 wValue = le16_to_cpu(ctrl->wValue); in cdns3_ep0_feature_handle_intf() 346 switch (wValue) { in cdns3_ep0_feature_handle_intf() [all...] |
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | ep0.c | 345 value = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_status() 477 u32 wValue; in dwc3_ep0_handle_device() local 481 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_device() 485 switch (wValue) { in dwc3_ep0_handle_device() 518 u32 wValue; in dwc3_ep0_handle_intf() local 521 wValue = le16_to_cpu(ctrl->wValue); in dwc3_ep0_handle_intf() 523 switch (wValue) { in dwc3_ep0_handle_intf() 538 u32 wValue; in dwc3_ep0_handle_endpoint() local 771 u16 wValue; dwc3_ep0_set_isoch_delay() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 66 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in c67x00_hub_control() argument 113 switch (wValue) { in c67x00_hub_control() 128 switch (wValue) { in c67x00_hub_control() 148 __func__, port, wValue); in c67x00_hub_control() local 157 switch (wValue) { in c67x00_hub_control() 209 __func__, port, wValue); in c67x00_hub_control() local
|
/kernel/linux/linux-6.6/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 66 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in c67x00_hub_control() argument 113 switch (wValue) { in c67x00_hub_control() 128 switch (wValue) { in c67x00_hub_control() 148 __func__, port, wValue); in c67x00_hub_control() local 157 switch (wValue) { in c67x00_hub_control() 209 __func__, port, wValue); in c67x00_hub_control() local
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 34 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 315 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument 335 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control() 373 switch (wValue) { in vhci_hub_control() 398 wValue); in vhci_hub_control() 399 if (wValue >= 32) in vhci_hub_control() 401 vhci_hcd->port_status[rhport] &= ~(1 << wValue); in vhci_hub_control() 409 wValue != (USB_DT_SS_HUB << 8))) { in vhci_hub_control() 422 if ((wValue >> in vhci_hub_control() [all...] |
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 34 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 315 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument 335 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control() 373 switch (wValue) { in vhci_hub_control() 398 wValue); in vhci_hub_control() 399 if (wValue >= 32) in vhci_hub_control() 401 vhci_hcd->port_status[rhport] &= ~(1 << wValue); in vhci_hub_control() 409 wValue != (USB_DT_SS_HUB << 8))) { in vhci_hub_control() 422 if ((wValue >> in vhci_hub_control() [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | usb.c | 24 __le16 wValue; member 98 static int hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, in hub_control() argument 121 request->wValue = cpu_to_le16(wValue); in hub_control()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | usb.c | 24 __le16 wValue; member 98 static int hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, in hub_control() argument 121 request->wValue = cpu_to_le16(wValue); in hub_control()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | dtcs033.c | 19 u16 wValue; member 27 u16 wValue, u16 wIndex, u16 wLength) in reg_rw() 39 wValue, wIndex, in reg_rw() 61 preq->wValue, preq->wIndex, preq->wLength); in reg_reqs() 155 u16 wValue = (0xFF00&gainVal)>>8; in dtcs033_setexposure() local 166 bRequestType, bRequest, wValue, wIndex, 0); in dtcs033_setexposure() 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
|