/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | iowarrior.h | 18 /* vendor id : supposed to be USB_VENDOR_ID_CODEMERCS in all cases */ 19 __u32 vendor; member
|
H A D | input.h | 17 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id()
|
/kernel/linux/linux-6.6/drivers/cdx/ |
H A D | cdx.h | 17 * @vendor: Vendor ID for CDX device 27 u16 vendor; member
|
/third_party/libinput/test/ |
H A D | litest-device-gpio-keys.c | 31 .vendor = 0x1,
|
H A D | litest-device-format-string.c | 32 .vendor = 0x0123,
|
H A D | litest-device-lenovo-scrollpoint.c | 31 .vendor = 0x04b3,
|
H A D | litest-device-mouse-wheel-click-angle.c | 31 .vendor = 0x1234,
|
H A D | litest-device-lid-switch-surface3.c | 32 .vendor = 0x0,
|
H A D | litest-device-logitech-trackball.c | 31 .vendor = 0x46d,
|
H A D | litest-device-lid-switch.c | 31 .vendor = 0x0,
|
H A D | litest-device-tablet-mode-switch.c | 31 .vendor = 0x123,
|
H A D | litest-device-trackpoint.c | 31 .vendor = 0x2,
|
H A D | litest-device-ignored-mouse.c | 31 .vendor = 0x17ef,
|
H A D | litest-device-mouse-wheel-click-count.c | 31 .vendor = 0x1234,
|
H A D | litest-device-mouse.c | 31 .vendor = 0x17ef,
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device.h | 75 void SetVendor(int32_t vendor) override; 191 inline void Device::SetVendor(int32_t vendor) in SetVendor() argument 193 vendor_ = vendor; in SetVendor()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 262 u32 vendor, device; in init_cyrix() local 282 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix() 288 if (vendor == PCI_VENDOR_ID_CYRIX && in init_cyrix()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_onfi.c | 320 memcpy(onfi->vendor, p->vendor, sizeof(p->vendor)); in nand_onfi_detect()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_list.c | 151 static void print_device(const char *busid, const char *vendor, in print_device() argument 155 printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product); in print_device() 157 printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product); in print_device()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | motorola-cpcap.c | 63 u16 vendor, rev; in cpcap_check_revision() local 66 ret = cpcap_get_vendor(&cpcap->spi->dev, cpcap->regmap, &vendor); in cpcap_check_revision() 74 dev_info(&cpcap->spi->dev, "CPCAP vendor: %s rev: %i.%i (%x)\n", in cpcap_check_revision() 75 vendor == CPCAP_VENDOR_ST ? "ST" : "TI", in cpcap_check_revision()
|
H A D | intel_msic.c | 42 * @vendor: vendor ID 48 unsigned vendor; member 373 dev_err(&pdev->dev, "invalid vendor ID: %x, %x\n", id0, id1); in intel_msic_probe() 381 msic->vendor = MSIC_VENDOR(id0); in intel_msic_probe() 402 dev_info(&pdev->dev, "Intel MSIC version %c%d (vendor %#x)\n", in intel_msic_probe() 404 msic->vendor); in intel_msic_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-input.c | 362 rc->input_id.vendor = dev->pci->subsystem_vendor; in cx23885_input_init() 365 rc->input_id.vendor = dev->pci->vendor; in cx23885_input_init()
|
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
H A D | au88x0.c | 172 chip->vendor = pci->vendor; in snd_vortex_create() 339 &(chip->vendor))) < 0) { in snd_vortex_probe()
|
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | sock.c | 139 __u16 vendor; member 190 ca.vendor = ca32.vendor; in hidp_sock_compat_ioctl()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-cpcap.c | 44 u16 vendor; member 133 if (rtc->vendor == CPCAP_VENDOR_ST) { in cpcap_rtc_set_time() 266 err = cpcap_get_vendor(dev, rtc->regmap, &rtc->vendor); in cpcap_rtc_probe()
|