Home
last modified time | relevance | path

Searched refs:bcdDevice (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dcomposite.h367 * may be overridden. These include the idVendor/idProduct/bcdDevice values
523 u16 bcdDevice; member
537 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
538 MODULE_PARM_DESC(bcdDevice, "USB Device version (BCD)"); \
553 u16 bcdDevice; in get_default_bcdDevice() local
555 bcdDevice = bin2bcd(((LINUX_VERSION_CODE >> 0x10) & 0xff)) << 0x8; in get_default_bcdDevice()
556 bcdDevice |= bin2bcd(((LINUX_VERSION_CODE >> 0x8) & 0xff)); in get_default_bcdDevice()
557 return bcdDevice; in get_default_bcdDevice()
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dcomposite.h381 * may be overridden. These include the idVendor/idProduct/bcdDevice values
543 u16 bcdDevice; member
557 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
558 MODULE_PARM_DESC(bcdDevice, "USB Device version (BCD)"); \
576 u16 bcdDevice; in get_default_bcdDevice() local
578 bcdDevice = bin2bcd((LINUX_VERSION_CODE >> 16 & 0xff)) << 8; in get_default_bcdDevice()
579 bcdDevice |= bin2bcd((LINUX_VERSION_CODE >> 8 & 0xff)); in get_default_bcdDevice()
580 return bcdDevice; in get_default_bcdDevice()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c2955 if ((dev->udev->descriptor.bcdDevice != HW_JUNGO_BCDDEVICE_VALUE &&
3038 if ((dev->udev->descriptor.bcdDevice != HW_JUNGO_BCDDEVICE_VALUE &&
3065 if (dev->udev->descriptor.bcdDevice == HW_JUNGO_BCDDEVICE_VALUE ||
3081 if ((dev->udev->descriptor.bcdDevice != HW_JUNGO_BCDDEVICE_VALUE &&
3085 printk(KERN_ERR "Qualcomm device bcdDevice=%x,InterfaceSubClass=%x\n", dev->udev->descriptor.bcdDevice,
3090 printk(KERN_ERR "Balong device bcdDevice=%x,InterfaceSubClass=%x\n", dev->udev->descriptor.bcdDevice,
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dch9.h299 __le16 bcdDevice; member
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H A Duvc_driver.c2391 dev->mdev.hw_revision = le16_to_cpu(udev->descriptor.bcdDevice); in uvc_probe()

Completed in 19 milliseconds