Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 220) sorted by relevance

123456789

/linux-4.19.296/drivers/char/agp/
Dsis-agp.c193 pdev->vendor, pdev->device); in agp_sis_probe()
244 .vendor = PCI_VENDOR_ID_SI,
252 .vendor = PCI_VENDOR_ID_SI,
260 .vendor = PCI_VENDOR_ID_SI,
268 .vendor = PCI_VENDOR_ID_SI,
276 .vendor = PCI_VENDOR_ID_SI,
284 .vendor = PCI_VENDOR_ID_SI,
292 .vendor = PCI_VENDOR_ID_SI,
300 .vendor = PCI_VENDOR_ID_SI,
308 .vendor = PCI_VENDOR_ID_SI,
[all …]
Damd64-agp.c533 if (pdev->vendor == PCI_VENDOR_ID_AMD && in agp_amd64_probe()
538 pdev->vendor, pdev->device); in agp_amd64_probe()
553 if (pdev->vendor == PCI_VENDOR_ID_NVIDIA) { in agp_amd64_probe()
561 if (pdev->vendor == PCI_VENDOR_ID_AL) { in agp_amd64_probe()
605 if (pdev->vendor == PCI_VENDOR_ID_NVIDIA) in agp_amd64_resume()
617 .vendor = PCI_VENDOR_ID_AMD,
626 .vendor = PCI_VENDOR_ID_AL,
635 .vendor = PCI_VENDOR_ID_VIA,
644 .vendor = PCI_VENDOR_ID_VIA,
653 .vendor = PCI_VENDOR_ID_VIA,
[all …]
/linux-4.19.296/include/linux/
Disapnp.h57 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
63 unsigned short vendor, function; member
69 .vendor = ISAPNP_VENDOR(_dva, _dvb, _dvc), .function = ISAPNP_FUNCTION(_dfunction)
93 struct pnp_card *pnp_find_card(unsigned short vendor,
97 unsigned short vendor,
110 static inline struct pnp_card *pnp_find_card(unsigned short vendor, in pnp_find_card() argument
114 unsigned short vendor, in pnp_find_dev() argument
Dmod_devicetable.h20 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member
150 __u32 vendor; member
326 __u16 vendor; member
374 __u16 vendor; /* Vendor or SDIO_ANY_ID */ member
381 __u16 vendor; member
387 { .vendor = _vendor, .coreid = _coreid, .revision = _revision, }
410 __u32 vendor; member
590 unsigned short vendor, function; member
631 __u16 vendor; member
659 __u32 vendor; /* Vendor ID or IPACK_ANY_ID */ member
[all …]
Dpci.h299 unsigned short vendor; member
791 .vendor = (vend), .device = (dev), \
805 .vendor = (vend), .device = (dev), \
819 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
833 .vendor = PCI_VENDOR_ID_##vend, .device = (dev), \
847 .vendor = PCI_VENDOR_ID_##vend, .device = PCI_DEVICE_ID_##vend##_##dev, \
983 struct pci_dev *pci_get_device(unsigned int vendor, unsigned int device,
985 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device,
1321 unsigned int vendor, unsigned int device,
1626 static inline struct pci_dev *pci_get_device(unsigned int vendor, in pci_get_device() argument
[all …]
Dtc.h88 char vendor[9]; member
98 char vendor[9]; member
Dhdmi.h188 char vendor[8]; member
194 const char *vendor, const char *product);
329 union hdmi_vendor_any_infoframe vendor; member
/linux-4.19.296/drivers/xen/
Defi.c121 efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_get_variable() argument
128 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_variable()
130 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable()
147 efi_guid_t *vendor) in xen_efi_get_next_variable() argument
153 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_next_variable()
155 memcpy(&efi_data(op).u.get_next_variable_name.vendor_guid, vendor, in xen_efi_get_next_variable()
156 sizeof(*vendor)); in xen_efi_get_next_variable()
162 memcpy(vendor, &efi_data(op).u.get_next_variable_name.vendor_guid, in xen_efi_get_next_variable()
163 sizeof(*vendor)); in xen_efi_get_next_variable()
169 efi_status_t xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_set_variable() argument
[all …]
/linux-4.19.296/drivers/uwb/
Dest.c50 u16 vendor, product; member
256 int uwb_est_register(u8 type, u8 event_high, u16 vendor, u16 product, in uwb_est_register() argument
272 && uwb_est[itr].vendor < vendor in uwb_est_register()
280 uwb_est[itr].vendor = vendor; in uwb_est_register()
305 int uwb_est_unregister(u8 type, u8 event_high, u16 vendor, u16 product, in uwb_est_unregister() argument
312 .vendor = vendor, in uwb_est_unregister()
364 est, est->type_event_high, est->vendor, est->product, in uwb_est_get_size()
372 est, est->type_event_high, est->vendor, est->product, in uwb_est_get_size()
393 est, est->type_event_high, est->vendor, in uwb_est_get_size()
/linux-4.19.296/drivers/misc/mic/bus/
Dvop_bus.c41 return sprintf(buf, "0x%04x\n", dev->id.vendor); in vendor_show()
43 static DEVICE_ATTR_RO(vendor);
51 dev->id.device, dev->id.vendor); in modalias_show()
69 return id->vendor == VOP_DEV_ANY_ID || id->vendor == dev->id.vendor; in vop_id_match()
94 dev->id.device, dev->id.vendor); in vop_uevent()
158 vdev->id.vendor = VOP_DEV_ANY_ID; in vop_register_device()
Dmic_bus.c40 return sprintf(buf, "0x%04x\n", dev->id.vendor); in vendor_show()
42 static DEVICE_ATTR_RO(vendor);
49 dev->id.device, dev->id.vendor); in modalias_show()
67 return id->vendor == MBUS_DEV_ANY_ID || id->vendor == dev->id.vendor; in mbus_id_match()
92 dev->id.device, dev->id.vendor); in mbus_uevent()
160 mbdev->id.vendor = MBUS_DEV_ANY_ID; in mbus_register_device()
Dscif_bus.c38 return sprintf(buf, "0x%04x\n", dev->id.vendor); in vendor_show()
40 static DEVICE_ATTR_RO(vendor);
48 dev->id.device, dev->id.vendor); in modalias_show()
66 return id->vendor == SCIF_DEV_ANY_ID || id->vendor == dev->id.vendor; in scif_id_match()
91 dev->id.device, dev->id.vendor); in scif_uevent()
156 sdev->id.vendor = SCIF_DEV_ANY_ID; in scif_register_device()
/linux-4.19.296/drivers/pci/
Dpci-stub.c57 unsigned int vendor, device, subvendor = PCI_ANY_ID, in pci_stub_init() local
65 &vendor, &device, &subvendor, &subdevice, in pci_stub_init()
76 vendor, device, subvendor, subdevice, class, class_mask); in pci_stub_init()
78 rc = pci_add_dynid(&stub_driver, vendor, device, in pci_stub_init()
Dsearch.c303 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device, in pci_get_subsys() argument
308 .vendor = vendor, in pci_get_subsys()
332 struct pci_dev *pci_get_device(unsigned int vendor, unsigned int device, in pci_get_device() argument
335 return pci_get_subsys(vendor, device, PCI_ANY_ID, PCI_ANY_ID, from); in pci_get_device()
356 .vendor = PCI_ANY_ID, in pci_get_class()
384 while (ids->vendor || ids->subvendor || ids->class_mask) { in pci_dev_present()
Dpci-driver.c51 unsigned int vendor, unsigned int device, in pci_add_dynid() argument
62 dynid->id.vendor = vendor; in pci_add_dynid()
103 __u32 vendor, device, subvendor = PCI_ANY_ID, in new_id_store() local
110 &vendor, &device, &subvendor, &subdevice, in new_id_store()
120 pdev->vendor = vendor; in new_id_store()
139 while (ids->vendor || ids->subvendor || ids->class_mask) { in new_id_store()
150 retval = pci_add_dynid(pdrv, vendor, device, subvendor, subdevice, in new_id_store()
171 __u32 vendor, device, subvendor = PCI_ANY_ID, in remove_id_store() local
177 &vendor, &device, &subvendor, &subdevice, in remove_id_store()
185 if ((id->vendor == vendor) && in remove_id_store()
[all …]
/linux-4.19.296/drivers/xen/xen-pciback/
Dconf_space_quirks.c19 if ((id->vendor == PCI_ANY_ID || id->vendor == dev->vendor) && in match_one_device()
104 quirk->devid.vendor = dev->vendor; in xen_pcibk_config_quirks_init()
/linux-4.19.296/drivers/rtc/
Drtc-pl031.c90 struct pl031_vendor_data *vendor; member
323 struct pl031_vendor_data *vendor = id->data; in pl031_probe() local
333 ops = devm_kmemdup(&adev->dev, &vendor->ops, sizeof(vendor->ops), in pl031_probe()
340 ldata->vendor = vendor; in pl031_probe()
355 if (vendor->clockwatch) in pl031_probe()
365 if (vendor->st_weekday) { in pl031_probe()
395 vendor->irqflags, "rtc-pl031", ldata); in pl031_probe()
/linux-4.19.296/drivers/virtio/
Dvirtio.c23 return sprintf(buf, "0x%04x\n", dev->id.vendor); in vendor_show()
25 static DEVICE_ATTR_RO(vendor);
40 dev->id.device, dev->id.vendor); in modalias_show()
77 return id->vendor == VIRTIO_DEV_ANY_ID || id->vendor == dev->id.vendor; in virtio_id_match()
100 dev->id.device, dev->id.vendor); in virtio_uevent()
/linux-4.19.296/drivers/parisc/
Deisa_enumerator.c61 char vendor[4]; in print_eisa_id() local
69 vendor[3] = '\0'; in print_eisa_id()
70 vendor[2] = '@' + (id & 0x1f); in print_eisa_id()
72 vendor[1] = '@' + (id & 0x1f); in print_eisa_id()
74 vendor[0] = '@' + (id & 0x1f); in print_eisa_id()
77 sprintf(s, "%s%02X%02X", vendor, device, rev); in print_eisa_id()
/linux-4.19.296/include/linux/mmc/
Dsdio_func.h45 unsigned short vendor; /* vendor id */ member
97 .vendor = (vend), .device = (dev)
109 .vendor = SDIO_ANY_ID, .device = SDIO_ANY_ID
/linux-4.19.296/drivers/i2c/busses/
Di2c-piix4.c179 if ((PIIX4_dev->vendor == PCI_VENDOR_ID_SERVERWORKS) && in piix4_setup()
193 PIIX4_dev->vendor == PCI_VENDOR_ID_INTEL) { in piix4_setup()
287 if ((PIIX4_dev->vendor == PCI_VENDOR_ID_AMD && in piix4_setup_sb800()
290 (PIIX4_dev->vendor == PCI_VENDOR_ID_AMD && in piix4_setup_sb800()
364 if (PIIX4_dev->vendor == PCI_VENDOR_ID_AMD) { in piix4_setup_sb800()
902 if ((dev->vendor == PCI_VENDOR_ID_ATI && in piix4_probe()
905 dev->vendor == PCI_VENDOR_ID_AMD) { in piix4_probe()
909 if (dev->vendor == PCI_VENDOR_ID_AMD && in piix4_probe()
950 if (dev->vendor == PCI_VENDOR_ID_ATI && in piix4_probe()
960 if (dev->vendor == PCI_VENDOR_ID_AMD && in piix4_probe()
/linux-4.19.296/drivers/misc/
Dics932s401.c418 int vendor, device, revision; in ics932s401_detect() local
423 vendor = i2c_smbus_read_word_data(client, ICS932S401_REG_VENDOR_REV); in ics932s401_detect()
424 vendor >>= 8; in ics932s401_detect()
425 revision = vendor >> ICS932S401_REV_SHIFT; in ics932s401_detect()
426 vendor &= ICS932S401_VENDOR_MASK; in ics932s401_detect()
427 if (vendor != ICS932S401_VENDOR) in ics932s401_detect()
/linux-4.19.296/include/xen/
Dxen-ops.h172 efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor,
176 efi_char16_t *name, efi_guid_t *vendor);
177 efi_status_t xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor,
/linux-4.19.296/drivers/regulator/
Dfan53555.c82 enum fan53555_vendor vendor; member
305 switch (di->vendor) { in fan53555_device_setup()
313 dev_err(di->dev, "vendor %d not supported!\n", di->vendor); in fan53555_device_setup()
410 di->vendor = in fan53555_regulator_probe()
422 di->vendor = id->driver_data; in fan53555_regulator_probe()
/linux-4.19.296/drivers/s390/block/
Ddasd_alias.c57 if (!strncmp(pos->uid.vendor, uid->vendor, in _find_server()
58 sizeof(uid->vendor)) in _find_server()
112 memcpy(server->uid.vendor, uid->vendor, sizeof(uid->vendor)); in _allocate_server()
145 memcpy(lcu->uid.vendor, uid->vendor, sizeof(uid->vendor)); in _allocate_lcu()
337 memcpy(group->uid.vendor, uid.vendor, sizeof(uid.vendor)); in _add_device_to_lcu()

123456789