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

1234567

/linux-master/drivers/usb/atm/
H A Dueagle-atm.c507 __le16 wValue; member in struct:intr_pkt
/linux-master/drivers/usb/serial/
H A Dkeyspan.c2447 dr->wValue = 0;
/linux-master/drivers/usb/gadget/
H A Dcomposite.c1785 u16 w_value = le16_to_cpu(ctrl->wValue);
/linux-master/drivers/net/usb/
H A Dusbnet.c2171 req->wValue = cpu_to_le16(value);
/linux-master/drivers/media/rc/
H A Dimon.c622 control_req->wValue = cpu_to_le16(0x0200);
/linux-master/drivers/usb/gadget/udc/
H A Domap_udc.c1527 #define w_value le16_to_cpu(u.r.wValue)
/linux-master/drivers/bluetooth/
H A Dbtusb.c1977 dr->wValue = 0;
2758 dr->wValue = cpu_to_le16(48);
/linux-master/sound/usb/
H A Dmixer.c334 "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n",
376 "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n",
504 usb_audio_dbg(chip, "cannot set ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d, data = %#x/%#x\n",
1535 "cannot get connectors status: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n",
3510 le16_to_cpu(msg->wValue),
H A Dmixer_quirks.c281 mixer->rc_setup_packet->wValue = cpu_to_le16(0);
2936 * The wValue is masked with the stereo channel number. e.g. Setting Ch2 to
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c3786 pr_vdebug("creq->wValue = %04x\n", le16_to_cpu(creq->wValue));
/linux-master/drivers/usb/host/
H A Dxhci-ring.c3802 setup->bRequestType | setup->bRequest << 8 | le16_to_cpu(setup->wValue) << 16,

Completed in 323 milliseconds

1234567