Home
last modified time | relevance | path

Searched refs:idVendor (Results 51 – 75 of 256) sorted by relevance

1234567891011

/openbmc/linux/drivers/usb/storage/
H A Donetouch.c69 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
215 le16_to_cpu(udev->descriptor.idVendor), in onetouch_connect_input()
/openbmc/linux/drivers/media/common/siano/
H A Dsmsir.c69 dev->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in sms_ir_init()
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.c49 le16_to_cpu(udev->descriptor.idVendor), in plfxlc_chip_init_hw()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.h119 uint16_t idVendor; member
H A Dusbip_device_driver.c92 copy_descr_attr16(dev, &descr, idVendor); in read_usb_vudc_device()
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-loader.c53 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in go7007_loader_probe()
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.h13 .idVendor = (vend), \
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c36 .idVendor = cpu_to_le16(UAS_VENDOR_ID),
H A Dgmidi.c81 .idVendor = cpu_to_le16(DRIVER_VENDOR_NUM),
H A Dncm.c59 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM),
H A Dprinter.c74 .idVendor = cpu_to_le16(PRINTER_VENDOR_NUM),
H A Dmass_storage.c58 .idVendor = cpu_to_le16(FSG_VENDOR_ID),
H A Dcdc2.c50 .idVendor = cpu_to_le16(CDC_VENDOR_NUM),
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
/openbmc/linux/drivers/staging/rtl8712/
H A Ddrv_types.h64 u16 idVendor; member
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_drv.c142 {.idVendor = 0x17e9, .bInterfaceClass = 0xff,
/openbmc/u-boot/include/
H A Dusbdescriptors.h221 u16 idVendor; member
519 serial_printf("\tidVendor %4.4x\n", d->idVendor); in print_device_descriptor()
/openbmc/linux/drivers/hid/i2c-hid/
H A Di2c-hid-core.c118 __u16 idVendor; member
152 static u32 i2c_hid_lookup_quirk(const u16 idVendor, const u16 idProduct) in i2c_hid_lookup_quirk() argument
157 for (n = 0; i2c_hid_quirks[n].idVendor; n++) in i2c_hid_lookup_quirk()
158 if (i2c_hid_quirks[n].idVendor == idVendor && in i2c_hid_lookup_quirk()
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c2383 __le16 idVendor; in update_unchanged_dev_desc() local
2394 idVendor = new->idVendor; in update_unchanged_dev_desc()
2402 if (idVendor) in update_unchanged_dev_desc()
2403 new->idVendor = idVendor; in update_unchanged_dev_desc()
2772 if (covr->idVendor) in usb_composite_overwrite_options()
2773 desc->idVendor = cpu_to_le16(covr->idVendor); in usb_composite_overwrite_options()
/openbmc/linux/drivers/usb/class/
H A Dusblp.c612 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 || in usblp_ioctl()
662 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor); in usblp_ioctl()
1177 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe()
1185 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe()
1222 le16_to_cpu(usblp->dev->descriptor.idVendor), in usblp_probe()
/openbmc/linux/drivers/usb/serial/
H A Dsafe_serial.c112 .idVendor = (vend), \
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c58 .idVendor = __constant_cpu_to_le16(0x1234),
/openbmc/linux/Documentation/driver-api/usb/
H A Dusb3-debug-port.rst77 [ 1815.999899] usb 4-3: New USB device found, idVendor=1d6b, idProduct=0004
145 [ 79.475389] usb 2-2.1: New USB device found, idVendor=1d6b, idProduct=0010
/openbmc/u-boot/drivers/usb/gadget/
H A Dg_dnl.c64 .idVendor = __constant_cpu_to_le16(CONFIG_USB_GADGET_VENDOR_NUM),

1234567891011