Searched refs:wValue (Results 26 - 50 of 161) sorted by relevance

1234567

/linux-master/drivers/usb/musb/
H A Dmusb_host.h109 u16 typeReq, u16 wValue, u16 wIndex,
/linux-master/drivers/usb/dwc3/
H A Dtrace.h78 __field(__u16, wValue)
85 __entry->wValue = le16_to_cpu(ctrl->wValue);
91 __entry->bRequest, __entry->wValue,
/linux-master/drivers/usb/host/
H A Dohci-da8xx.c35 u16 wValue, u16 wIndex, char *buf, u16 wLength);
301 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
342 switch (wValue) {
361 return orig_ohci_hub_control(hcd, typeReq, wValue,
H A Dehci-brcm.c55 u16 wValue,
91 retval = ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
52 ehci_brcm_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dohci-hub.c679 u16 wValue,
694 switch (wValue) {
710 switch (wValue) {
760 switch (wValue) {
773 switch (wValue) {
676 ohci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dohci-at91.c351 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
362 hcd, typeReq, wValue, wIndex, buf, wLength);
368 switch (wValue) {
389 switch (wValue) {
431 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength);
H A Dxhci-hub.c579 static void xhci_clear_port_change_bit(struct xhci_hcd *xhci, u16 wValue, argument
585 switch (wValue) {
1162 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
1199 wValue != (USB_DT_SS_HUB << 8))) {
1208 if ((wValue & 0xff00) != (USB_DT_BOS << 8))
1240 if (wValue == 0x02) {
1254 if (wValue == USB_PORT_FEAT_LINK_STATE)
1256 if (wValue == USB_PORT_FEAT_REMOTE_WAKE_MASK)
1258 if (wValue == USB_PORT_FEAT_TEST)
1277 switch (wValue) {
[all...]
H A Dohci-pxa27x.c191 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
203 if (wValue != USB_PORT_FEAT_POWER)
213 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
H A Dehci-hub.c735 u16 wValue,
769 switch (wValue) {
792 switch (wValue) {
1022 switch (wValue) {
1051 switch (wValue) {
732 ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
/linux-master/drivers/input/misc/
H A Dpowermate.c130 pm->configcr->wValue = cpu_to_le16( SET_PULSE_ASLEEP );
134 pm->configcr->wValue = cpu_to_le16( SET_PULSE_AWAKE );
166 pm->configcr->wValue = cpu_to_le16( (pm->pulse_table << 8) | SET_PULSE_MODE );
170 pm->configcr->wValue = cpu_to_le16( SET_STATIC_BRIGHTNESS );
179 /* printk("powermate: %04x %04x\n", pm->configcr->wValue, pm->configcr->wIndex); */
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c162 /* Set wValue */
163 ven_req.wValue = (req_data->dev_addr << 9 | _i2c_period << 4 |
276 * reads data from the usb device specifying bRequest and wValue
355 ven_req->wValue = ven_req->wValue & 0xFFFB;
356 ven_req->wValue = (ven_req->wValue & 0xFFBD) | 0x2;
359 ven_req->wValue, ven_req->wIndex, pdata,
364 ven_req->wValue = (ven_req->wValue
[all...]
/linux-master/drivers/net/usb/
H A Dcdc_ether.c420 event->wValue ? "on" : "off");
421 usbnet_link_change(dev, !!event->wValue, 0);
515 event->wValue ? "on" : "off");
517 if (event->wValue &&
521 usbnet_link_change(dev, !!event->wValue, 0);
/linux-master/drivers/media/usb/b2c2/
H A Dflexcop-usb.c232 u16 wValue, wIndex; local
261 wValue = (func << 8) | (i2c->port << 4);
266 wValue & 0xff, wValue >> 8,
277 wValue,
/linux-master/include/uapi/linux/
H A Dusbdevice_fs.h43 __u16 wValue; member in struct:usbdevfs_ctrltransfer
/linux-master/drivers/usb/usbip/
H A Dstub_rx.c23 (req->wValue == USB_ENDPOINT_HALT);
53 value = le16_to_cpu(req->wValue);
111 alternate = le16_to_cpu(req->wValue);
139 config = le16_to_cpu(req->wValue);
/linux-master/drivers/usb/cdns3/
H A Dcdns3-trace.h175 __field(u16, wValue)
182 __entry->wValue = le16_to_cpu(ctrl->wValue);
188 __entry->bRequest, __entry->wValue,
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h246 __field(u16, wValue)
253 __entry->wValue = le16_to_cpu(ctrl->wValue);
259 __entry->bRequest, __entry->wValue,
/linux-master/tools/perf/trace/beauty/include/uapi/linux/
H A Dusbdevice_fs.h43 __u16 wValue; member in struct:usbdevfs_ctrltransfer
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c235 static int tegra_ehci_hub_control(struct ci_hdrc *ci, u16 typeReq, u16 wValue, argument
248 if (wValue != USB_PORT_FEAT_RESET || !usb->needs_double_reset)
/linux-master/drivers/usb/gadget/function/
H A Df_uac1.c508 u16 w_value = le16_to_cpu(cr->wValue);
559 u16 w_value = le16_to_cpu(cr->wValue);
606 u16 w_value = le16_to_cpu(cr->wValue);
653 u16 w_value = le16_to_cpu(cr->wValue);
701 u16 w_value = le16_to_cpu(cr->wValue);
755 u16 w_value = le16_to_cpu(cr->wValue);
781 u16 w_value = le16_to_cpu(ctrl->wValue);
816 u16 w_value = le16_to_cpu(ctrl->wValue);
862 u16 w_value = le16_to_cpu(ctrl->wValue);
904 u16 w_value = le16_to_cpu(ctrl->wValue);
[all...]
H A Df_uac1_legacy.c392 u16 w_value = le16_to_cpu(ctrl->wValue);
429 u16 w_value = le16_to_cpu(ctrl->wValue);
465 u16 w_value = le16_to_cpu(ctrl->wValue);
501 u16 w_value = le16_to_cpu(ctrl->wValue);
529 u16 w_value = le16_to_cpu(ctrl->wValue);
/linux-master/drivers/usb/core/
H A Dhcd.c458 u16 typeReq, wValue, wIndex, wLength; local
479 wValue = le16_to_cpu (cmd->wValue);
529 if (wValue == USB_DEVICE_REMOTE_WAKEUP)
536 && wValue == USB_DEVICE_REMOTE_WAKEUP)
548 switch (wValue & 0xff00) {
594 if ((wValue & 0xff) < 4)
595 urb->actual_length = rh_string(wValue & 0xff,
613 /* wValue == urb->dev->devaddr */
615 wValue);
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c2241 u16 wValue; local
2244 wValue = le16_to_cpu(ctrlrequest->wValue);
2250 if ((wValue != 0) || (wIndex != 0) || (wLength != 2))
2263 if ((wValue != 0) || (wLength != 2))
2276 if ((wValue != 0) || (wLength != 2))
2301 u16 wValue; local
2304 wValue = le16_to_cpu(ctrlrequest->wValue);
2313 if (wValue !
2374 u16 wValue; local
2410 u16 wValue; local
[all...]
/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.c519 if (req->wLength != cpu_to_le16(2) || req->wValue != cpu_to_le16(0))
607 req->wValue != cpu_to_le16(USB_ENDPOINT_HALT))
651 req->wValue != cpu_to_le16(USB_ENDPOINT_HALT))
678 return isp1760_udc_set_address(udc, le16_to_cpu(req->wValue));
692 usb_gadget_set_state(&udc->gadget, req->wValue ?
755 "%s: bRequestType 0x%02x bRequest 0x%02x wValue 0x%04x wIndex 0x%04x wLength 0x%04x\n",
757 le16_to_cpu(req.r.wValue), le16_to_cpu(req.r.wIndex),
/linux-master/drivers/usb/misc/
H A Dusbtest.c1250 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8);
1254 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
1276 req.wValue = cpu_to_le16 (USB_DT_DEVICE_QUALIFIER << 8);
1282 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
1287 req.wValue = cpu_to_le16 (USB_DT_INTERFACE << 8);
1297 /* wValue 0 == ep halt */
1310 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
1316 req.wValue = cpu_to_le16(USB_DT_ENDPOINT << 8);
1323 req.wValue = cpu_to_le16(USB_DT_STRING << 8);
1330 req.wValue
[all...]

Completed in 503 milliseconds

1234567