Searched refs:wValue (Results 126 - 150 of 161) sorted by relevance

1234567

/linux-master/drivers/usb/gadget/function/
H A Df_sourcesink.c769 u16 w_value = le16_to_cpu(ctrl->wValue);
H A Df_hid.c653 value = __le16_to_cpu(ctrl->wValue);
H A Df_mass_storage.c463 u16 w_value = le16_to_cpu(ctrl->wValue);
510 le16_to_cpu(ctrl->wValue), w_index, w_length);
H A Df_midi2.c1409 value = le16_to_cpu(ctrl->wValue);
/linux-master/drivers/usb/core/
H A Ddevio.c1202 dr->wValue = cpu_to_le16(ctrl->wValue);
1208 "bRequest=%02x wValue=%04x "
1210 ctrl->bRequestType, ctrl->bRequest, ctrl->wValue,
1697 "bRequest=%02x wValue=%04x "
1700 __le16_to_cpu(dr->wValue),
H A Dmessage.c150 dr->wValue = cpu_to_le16(value);
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx.h472 u16 wValue; member in struct:VENDOR_REQUEST_IN
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1452 static int fotg210_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
1473 switch (wValue) {
1496 switch (wValue) {
1681 switch (wValue) {
1699 switch (wValue) {
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c1880 if (netif_carrier_ok(dev->net) != !!event->wValue)
1881 usbnet_link_change(dev, !!event->wValue, 0);
H A Dpegasus.c157 req->wValue = cpu_to_le16(0);
/linux-master/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c1478 u3d->dev_addr = (u8)setup->wValue;
1523 setup->wValue, setup->wIndex, setup->wLength);
H A Dpch_udc.c2571 dev->setup_data.wValue = cpu_to_le16(dev->cfg_data.cur_alt);
2607 dev->setup_data.wValue = cpu_to_le16(dev->cfg_data.cur_cfg);
H A Dm66592-udc.c1044 switch (le16_to_cpu(ctrl->wValue)) {
H A Dgr_udc.c1092 value = le16_to_cpu(u.ctrl.wValue);
H A Dnet2280.c2870 #define w_value le16_to_cpu(r.wValue)
3177 #define w_value le16_to_cpu(u.r.wValue)
H A Dsnps_udc_core.c2764 setup_data.request.wValue = cpu_to_le16(dev->cur_config);
2813 setup_data.request.wValue = cpu_to_le16(dev->cur_alt);
H A Dr8a66597-udc.c1246 switch (le16_to_cpu(ctrl->wValue)) {
/linux-master/drivers/greybus/
H A Des2.c202 dr->wValue = 0;
/linux-master/drivers/usb/serial/
H A Dmos7840.c378 dr->wValue = cpu_to_le16(wval);
/linux-master/drivers/hid/
H A Dhid-sony.c576 cr->wValue = cpu_to_le16(ghl_magic_value);
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c1341 u16 w_value = le16_to_cpu(ctrl->wValue);
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c146 dr->wValue = addr;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c65 hw->ctrl_write.wValue =
/linux-master/drivers/media/rc/
H A Dimon.c622 control_req->wValue = cpu_to_le16(0x0200);
/linux-master/drivers/usb/class/
H A Dcdc-acm.c301 "%s - network connection: %d\n", __func__, dr->wValue);

Completed in 285 milliseconds

1234567