Home
last modified time | relevance | path

Searched refs:vendor (Results 426 - 450 of 2506) sorted by relevance

1...<<11121314151617181920>>...101

/kernel/linux/linux-6.6/include/linux/usb/
H A Diowarrior.h18 /* vendor id : supposed to be USB_VENDOR_ID_CODEMERCS in all cases */
19 __u32 vendor; member
H A Dinput.h17 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id()
/kernel/linux/linux-6.6/drivers/cdx/
H A Dcdx.h17 * @vendor: Vendor ID for CDX device
27 u16 vendor; member
/third_party/libinput/test/
H A Dlitest-device-gpio-keys.c31 .vendor = 0x1,
H A Dlitest-device-format-string.c32 .vendor = 0x0123,
H A Dlitest-device-lenovo-scrollpoint.c31 .vendor = 0x04b3,
H A Dlitest-device-mouse-wheel-click-angle.c31 .vendor = 0x1234,
H A Dlitest-device-lid-switch-surface3.c32 .vendor = 0x0,
H A Dlitest-device-logitech-trackball.c31 .vendor = 0x46d,
H A Dlitest-device-lid-switch.c31 .vendor = 0x0,
H A Dlitest-device-tablet-mode-switch.c31 .vendor = 0x123,
H A Dlitest-device-trackpoint.c31 .vendor = 0x2,
H A Dlitest-device-ignored-mouse.c31 .vendor = 0x17ef,
H A Dlitest-device-mouse-wheel-click-count.c31 .vendor = 0x1234,
H A Dlitest-device-mouse.c31 .vendor = 0x17ef,
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h75 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 Dcyrix.c262 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 Dnand_onfi.c320 memcpy(onfi->vendor, p->vendor, sizeof(p->vendor)); in nand_onfi_detect()
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_list.c151 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 Dmotorola-cpcap.c63 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 Dintel_msic.c42 * @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 Dcx23885-input.c362 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 Dau88x0.c172 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 Dsock.c139 __u16 vendor; member
190 ca.vendor = ca32.vendor; in hidp_sock_compat_ioctl()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-cpcap.c44 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()

Completed in 8 milliseconds

1...<<11121314151617181920>>...101