HomeSort by relevance Sort by last modified time
    Searched defs:wValue (Results 1 - 25 of 31) sorted by null

1 2

  /external/libusb/msvc/
missing.c 35 TCHAR wValue[MAX_PATH];
57 dwData = sizeof(wValue);
59 (LPBYTE)&wValue, &dwData);
72 wValue, dwData / sizeof(*wValue),
  /external/libpcap/pcap/
usb.h 62 uint16_t wValue;
  /external/libusb/libusb/os/
wince_usb.h 65 UINT16 wValue;
linux_usbfs.h 32 uint16_t wValue;
  /external/u-boot/drivers/usb/host/
r8a66597-hcd.c 598 __u16 wValue;
610 wValue = cpu_to_le16 (cmd->value);
640 switch (wValue) {
648 switch (wValue) {
661 gr8a66597.rh_devnum = wValue;
664 switch ((wValue & 0xff00) >> 8) {
682 if (wValue == 0x0300) {
690 if (wValue == 0x0301) {
sl811-hcd.c 537 __u16 wValue = le16_to_cpu (cmd->value);
551 bmRType_bReq, bmRType_bReq, wValue, wIndex, wLength);
582 switch (wValue) {
589 switch (wValue) {
599 switch (wValue) {
635 switch (wValue) {
659 root_hub_devnum = wValue;
663 switch ((wValue & 0xff00) >> 8) {
675 len = usb_root_hub_string(wValue & 0xff, (int)(long)0, "SL811HS", data, wLength);
dwc2.c 595 uint16_t wValue = cpu_to_le16(cmd->value);
600 switch (wValue & 0xff00) {
610 switch (wValue & 0xff) {
724 uint16_t wValue = cpu_to_le16(cmd->value);
732 switch (wValue) {
740 switch (wValue) {
767 priv->root_hub_devnum = wValue;
    [all...]
ohci-hcd.c     [all...]
  /external/u-boot/drivers/usb/musb/
musb_hcd.c 467 u16 wValue;
478 wValue = swap_16(cmd->value);
484 bmRType_bReq, wValue, wIndex, wLength);
537 switch (wValue) {
543 port_status &= ~(1 << wValue);
549 switch (wValue) {
560 port_status &= ~(1 << wValue);
566 switch (wValue) {
600 debug("invalid wValue\n");
604 port_status &= ~(1 << wValue);
    [all...]
  /bionic/libc/kernel/uapi/linux/usb/
tmc.h 43 __u16 wValue;
cdc.h 216 __le16 wValue;
  /external/kernel-headers/original/uapi/linux/usb/
tmc.h 47 __u16 wValue;
cdc.h 300 __le16 wValue;
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.cpp 86 CFX_CSSNumberType wValue;
197 eUnit = pUnit->wValue;
  /external/u-boot/drivers/usb/dwc3/
ep0.c 391 u32 wValue;
397 wValue = le16_to_cpu(ctrl->wValue);
405 switch (wValue) {
458 switch (wValue) {
473 switch (wValue) {
502 addr = le16_to_cpu(ctrl->wValue);
544 cfg = le16_to_cpu(ctrl->wValue);
671 u16 wValue;
674 wValue = le16_to_cpu(ctrl->wValue)
    [all...]
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 26 __u16 wValue;
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 43 __u16 wValue;
  /external/u-boot/include/linux/usb/
cdc.h 221 __le16 wValue;
  /external/libusb-compat/libusb/
usb.h 194 u_int16_t wValue;
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 891 __u16 wValue;
907 wValue = m16_swap (cmd->value);
912 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength);
937 switch (wValue) {
943 switch (wValue) {
952 switch (wValue) {
973 switch (wValue) {
989 case RH_SET_ADDRESS: gohci.rh.devnum = wValue; OK(0);
992 switch ((wValue & 0xff00) >> 8) {
1008 if(wValue==0x0300)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 251 UINT32 wValue:16;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 247 UINT32 wValue:16;
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 96 Optional<CXFA_Measurement> wValue =
98 if (wValue && wValue->GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
99 containerSize.width = wValue->ToUnit(XFA_Unit::Pt);
    [all...]
  /external/u-boot/drivers/usb/gadget/
ether.c     [all...]
  /external/u-boot/include/
usbdevice.h 353 u16 wValue;
731 serial_printf("\twValue 0x%4.4x\n", r->wValue);
733 switch (r->wValue >> 8) {

Completed in 644 milliseconds

1 2