Home
last modified time | relevance | path

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

12

/include/linux/
Di7300_idle.h17 unsigned int vendor; member
54 for (i = 0; pci_tbl[i].vendor != 0; i++) { in i7300_idle_platform_probe()
55 if (memdev->vendor == pci_tbl[i].vendor && in i7300_idle_platform_probe()
60 if (pci_tbl[i].vendor == 0) in i7300_idle_platform_probe()
67 for (i = 0; fbd_ioat_list[i].vendor != 0; i++) { in i7300_idle_platform_probe()
68 if (dmadev->vendor == fbd_ioat_list[i].vendor && in i7300_idle_platform_probe()
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.h19 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member
149 __u32 vendor; member
307 __u16 vendor; member
354 __u16 vendor; /* Vendor or SDIO_ANY_ID */ member
361 __u16 vendor; member
367 { .vendor = _vendor, .coreid = _coreid, .revision = _revision, }
394 __u32 vendor; member
536 unsigned short vendor, function; member
565 __u16 vendor; member
593 __u32 vendor; /* Vendor ID or IPACK_ANY_ID */ member
Dpci.h267 unsigned short vendor; member
686 .vendor = (vend), .device = (dev), \
700 .vendor = (vend), .device = (dev), \
714 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
729 .vendor = PCI_VENDOR_ID_##vend, .device = (dev), \
840 struct pci_dev *pci_get_device(unsigned int vendor, unsigned int device,
842 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device,
1153 unsigned int vendor, unsigned int device,
1353 static inline struct pci_dev *pci_get_device(unsigned int vendor, in pci_get_device() argument
1358 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, in pci_get_subsys() argument
[all …]
Dtc.h87 char vendor[9]; member
97 char vendor[9]; member
Dfmc-sdb.h36 extern signed long fmc_find_sdb_device(struct sdb_array *tree, uint64_t vendor,
Dhdmi.h156 char vendor[8]; member
162 const char *vendor, const char *product);
281 union hdmi_vendor_any_infoframe vendor; member
Dmic_bus.h34 __u32 vendor; member
Defi.h499 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr,
502 efi_guid_t *vendor);
503 typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor,
507 efi_set_variable_nonblocking_t(efi_char16_t *name, efi_guid_t *vendor,
1149 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes,
1164 bool efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data,
1166 bool efivar_variable_is_removable(efi_guid_t vendor, const char *name,
Dipack.h268 .vendor = (vend), \
Dhid.h476 __u32 vendor; /* Vendor ID */ member
582 .bus = (b), .group = (g), .vendor = (ven), .product = (prod)
584 .bus = BUS_USB, .vendor = (ven), .product = (prod)
586 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
588 .bus = BUS_I2C, .vendor = (ven), .product = (prod)
Dfmc.h56 uint64_t vendor; member
Duwb.h680 int uwb_est_register(u8 type, u8 code_high, u16 vendor, u16 product,
682 int uwb_est_unregister(u8 type, u8 code_high, u16 vendor, u16 product,
/include/linux/input/
Dtps6507x-ts.h18 __u16 vendor; member
/include/linux/usb/
Dinput.h20 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id()
Diowarrior.h18 __u32 vendor; member
/include/linux/mmc/
Dsdio_func.h53 unsigned short vendor; /* vendor id */ member
107 .vendor = (vend), .device = (dev)
119 .vendor = SDIO_ANY_ID, .device = SDIO_ANY_ID
/include/uapi/linux/
Dhidraw.h28 __s16 vendor; member
Duhid.h50 __u32 vendor; member
136 __u32 vendor; member
Dhiddev.h46 __s16 vendor; member
Dtelephony.h73 vendor = 0, enumerator
/include/media/
Drc-map.h77 #define RC_SCANCODE_RC6_6A(vendor, sys, cmd) (((vendor) << 16) | ((sys) << 8) | (cmd)) argument
/include/sound/
Dcore.h471 snd_pci_quirk_lookup_id(u16 vendor, u16 device,
481 snd_pci_quirk_lookup_id(u16 vendor, u16 device, in snd_pci_quirk_lookup_id() argument
/include/scsi/
Dscsi_device.h113 const char * vendor; /* [back_compat] point into 'inquiry' ... */ member
205 char *vendor; member
/include/xen/interface/
Dplatform.h260 } vendor; member

12