Lines Matching +full:vendor +full:- +full:id
1 /* SPDX-License-Identifier: GPL-2.0 */
25 * struct pci_device_id - PCI device ID structure
26 * @vendor: Vendor ID to match (or PCI_ANY_ID)
27 * @device: Device ID to match (or PCI_ANY_ID)
28 * @subvendor: Subsystem vendor ID to match (or PCI_ANY_ID)
29 * @subdevice: Subsystem device ID to match (or PCI_ANY_ID)
34 * as vendor/device is normally sufficient.
35 * @class_mask: Limit which sub-fields of the class field are compared.
42 * @override_only: Match only when dev->driver_override is this driver.
45 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member
46 __u32 subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */
47 __u32 class, class_mask; /* (class,subclass,prog-if) triplet */
69 * Device table entry for "new style" table-driven USB drivers.
77 * Terminate the driver's table with an all-zeroes entry.
82 * struct usb_device_id - identifies USB devices for probing and hotplugging
88 * @idVendor: USB vendor ID for a device; numbers are assigned
90 * @idProduct: Vendor-assigned product ID.
91 * @bcdDevice_lo: Low end of range of vendor-assigned product version numbers.
98 * or be vendor-specific. Device classes specify behavior of all
104 * or be vendor-specific. Interface classes specify behavior only
109 * fixed interface numbers to differentiate between vendor-specific
148 /* Used for vendor-specific interface matches */
176 __u32 vendor; member
218 __u8 id[ACPI_ID_LEN]; member
225 * ACPI_DEVICE_CLASS - macro used to describe an ACPI device with
226 * the PCI-defined class-code information
228 * @_cls : the class, subclass, prog-if triple for this device
232 * specific PCI class. The .id and .driver_data fields will be left
241 __u8 id[PNP_ID_LEN]; member
246 __u8 id[PNP_ID_LEN]; member
249 __u8 id[PNP_ID_LEN]; member
259 __u8 id; member
305 /* for real multi-function devices */
308 /* for pseudo multi-function devices */
367 __u16 vendor; member
415 __u16 vendor; /* Vendor or SDIO_ANY_ID */ member
416 __u16 device; /* Device ID or SDIO_ANY_ID */
422 __u16 vendor; member
428 { .vendor = _vendor, .coreid = _coreid, .revision = _revision, }
437 __u16 id; member
442 { .manuf = _manuf, .id = _id, .rev = _rev, .class = _class, }
451 __u32 vendor; member
456 * For Hyper-V devices we use the device guid as the id.
578 DMI_OEM_STRING, /* special case - will not be in dmi_ident */
627 * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus
640 __u32 id; /* Device ID or ZORRO_WILDCARD */ member
651 unsigned short vendor, function; member
656 * struct amba_id - identifies a device on an AMBA bus
657 * @id: The significant bits if the hardware device ID
658 * @mask: Bitmask specifying which bits of the id field are significant when
659 * matching. A driver binds to a device when ((hardware device ID) & mask)
660 * == id.
664 unsigned int id; member
670 * struct mips_cdmm_device_id - identifies devices in MIPS CDMM bus
688 __u16 vendor; member
696 /* Wild cards for x86_cpu_id::vendor, family, model and feature */
705 * @feature: the bit number of the feature (0 - 65535)
716 __u32 vendor; /* Vendor ID or IPACK_ANY_ID */ member
717 __u32 device; /* Device ID or IPACK_ANY_ID */
725 * struct mei_cl_device_id - MEI client device identifier
745 * struct rio_device_id - RIO device identifier
746 * @did: RapidIO device ID
747 * @vid: RapidIO vendor ID
748 * @asm_did: RapidIO assembly device ID
749 * @asm_vid: RapidIO assembly vendor ID
751 * Identifies a RapidIO device based on both the device/vendor IDs and
752 * the assembly device/vendor IDs.
765 __u16 vendor; member
771 * struct fsl_mc_device_id - MC object device identifier
772 * @vendor: vendor ID
775 * Type of entries in the "device Id" table for MC object devices supported by
776 * a MC object device driver. The last entry of the table has vendor set to 0x0
779 __u16 vendor; member
784 * struct tb_service_id - Thunderbolt service identifiers
787 * @protocol_id: Protocol id the service supports
810 /* USB Type-C Alternate Modes */
815 * struct typec_device_id - USB Type-C alternate mode identifiers
816 * @svid: Standard or Vendor ID
827 * struct tee_client_device_id - tee based device identifier
840 * struct wmi_device_id - WMI device identifier
841 * @guid_string: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba
855 * struct mhi_device_id - MHI device identification
903 * struct dfl_device_id - dfl device identifier
919 * struct ishtp_device_id - ISHTP device identifier
935 * struct cdx_device_id - CDX device identifier
936 * @vendor: Vendor ID
937 * @device: Device ID
938 * @subvendor: Subsystem vendor ID (or CDX_ANY_ID)
939 * @subdevice: Subsystem device ID (or CDX_ANY_ID)
942 * as vendor/device is normally sufficient.
943 * @class_mask: Limit which sub-fields of the class field are compared.
944 * @override_only: Match only when dev->driver_override is this driver.
946 * Type of entries in the "device Id" table for CDX devices supported by
950 __u16 vendor; member