Home
last modified time | relevance | path

Searched full:vendor (Results 1 – 25 of 2232) sorted by relevance

12345678910>>...90

/Linux-v6.1/arch/x86/include/asm/
Dcpu_device_id.h26 * @_vendor: The vendor name, e.g. INTEL, AMD, HYGON, ..., ANY
44 .vendor = X86_VENDOR_##_vendor, \
54 * @_vendor: The vendor name, e.g. INTEL, AMD, HYGON, ..., ANY
66 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument
67 X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(vendor, family, model, \
71 * X86_MATCH_VENDOR_FAM_FEATURE - Macro for matching vendor, family and CPU feature
72 * @vendor: The vendor name, e.g. INTEL, AMD, HYGON, ..., ANY
73 * The name is expanded to X86_VENDOR_@vendor
83 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument
84 X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, \
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/
Dexample-schema.yaml52 - vendor,soc4-ip
53 - vendor,soc3-ip
54 - vendor,soc2-ip
56 - vendor,soc1-ip
61 - const: vendor,soc1-ip
136 # Vendor-specific properties
138 # Vendor-specific properties have slightly different schema requirements than
141 vendor,int-property:
142 description: Vendor-specific properties must have a description
146 vendor,bool-property:
[all …]
/Linux-v6.1/drivers/scsi/
Dscsi_devinfo.c23 char vendor[8]; member
51 char *vendor; member
286 * devinfo vendor and model strings.
310 * @vendor: vendor string
316 * Create and add one dev_info entry for @vendor, @model, @strflags or
323 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, in scsi_dev_info_list_add() argument
326 return scsi_dev_info_list_add_keyed(compatible, vendor, model, in scsi_dev_info_list_add()
334 * @vendor: vendor string
341 * Create and add one dev_info entry for @vendor, @model,
349 int scsi_dev_info_list_add_keyed(int compatible, char *vendor, char *model, in scsi_dev_info_list_add_keyed() argument
[all …]
Dsr_vendor.c4 * vendor-specific code for SCSI CD-ROM's goes here.
70 const char *vendor = cd->device->vendor; in sr_vendor_init() local
74 cd->vendor = VENDOR_SCSI3; in sr_vendor_init()
80 cd->vendor = VENDOR_WRITER; in sr_vendor_init()
82 } else if (!strncmp(vendor, "NEC", 3)) { in sr_vendor_init()
83 cd->vendor = VENDOR_NEC; in sr_vendor_init()
97 } else if (!strncmp(vendor, "TOSHIBA", 7)) { in sr_vendor_init()
98 cd->vendor = VENDOR_TOSHIBA; in sr_vendor_init()
100 } else if (!strncmp(vendor, "Beurer", 6) && in sr_vendor_init()
109 cd->vendor = VENDOR_CYGNAL_85ED; in sr_vendor_init()
[all …]
/Linux-v6.1/drivers/usb/host/
Dxhci-pci.c115 /* Look for vendor-specific quirks */ in xhci_pci_quirks()
116 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
147 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
151 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
155 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
158 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
162 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
165 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
172 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
176 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
[all …]
/Linux-v6.1/drivers/char/agp/
Dsis-agp.c193 pdev->vendor, pdev->device); in agp_sis_probe()
232 .vendor = PCI_VENDOR_ID_SI,
240 .vendor = PCI_VENDOR_ID_SI,
248 .vendor = PCI_VENDOR_ID_SI,
256 .vendor = PCI_VENDOR_ID_SI,
264 .vendor = PCI_VENDOR_ID_SI,
272 .vendor = PCI_VENDOR_ID_SI,
280 .vendor = PCI_VENDOR_ID_SI,
288 .vendor = PCI_VENDOR_ID_SI,
296 .vendor = PCI_VENDOR_ID_SI,
[all …]
/Linux-v6.1/include/linux/
Dmod_devicetable.h25 * @vendor: Vendor ID to match (or PCI_ANY_ID)
27 * @subvendor: Subsystem vendor ID to match (or PCI_ANY_ID)
33 * as vendor/device is normally sufficient.
44 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member
87 * @idVendor: USB vendor ID for a device; numbers are assigned
89 * @idProduct: Vendor-assigned product ID.
90 * @bcdDevice_lo: Low end of range of vendor-assigned product version numbers.
97 * or be vendor-specific. Device classes specify behavior of all
103 * or be vendor-specific. Interface classes specify behavior only
108 * fixed interface numbers to differentiate between vendor-specific
[all …]
/Linux-v6.1/drivers/firmware/efi/
Dvars.c168 * efivar_get_variable() - retrieve a variable identified by name/vendor
172 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable() argument
175 return __efivars->ops->get_variable(name, vendor, attr, size, data); in efivar_get_variable()
180 * efivar_get_next_variable() - enumerate the next name/vendor pair
185 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable() argument
187 return __efivars->ops->get_next_variable(name_size, name, vendor); in efivar_get_next_variable()
192 * efivar_set_variable_locked() - set a variable identified by name/vendor
197 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked() argument
219 return setvar(name, vendor, attr, data_size, data); in efivar_set_variable_locked()
224 * efivar_set_variable() - set a variable identified by name/vendor
[all …]
/Linux-v6.1/tools/perf/arch/x86/util/
Dheader.c14 void get_cpuid_0(char *vendor, unsigned int *lvl) in get_cpuid_0() argument
19 strncpy(&vendor[0], (char *)(&b), 4); in get_cpuid_0()
20 strncpy(&vendor[4], (char *)(&d), 4); in get_cpuid_0()
21 strncpy(&vendor[8], (char *)(&c), 4); in get_cpuid_0()
22 vendor[12] = '\0'; in get_cpuid_0()
31 char vendor[16]; in __get_cpuid() local
33 get_cpuid_0(vendor, &lvl); in __get_cpuid()
50 nb = scnprintf(buffer, sz, fmt, vendor, family, model, step); in __get_cpuid()
78 /* Full CPUID format for x86 is vendor-family-model-stepping */
109 "vendor-family-model-stepping\n", id); in strcmp_cpuid_str()
/Linux-v6.1/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-ryos1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
9 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
21 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
31 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
51 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
61 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
71 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
81 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
92 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
[all …]
Dsysfs-driver-hid-roccat-isku1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
12 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
20 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
31 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
51 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
61 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
71 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
81 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
91 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
[all …]
/Linux-v6.1/drivers/acpi/acpica/
Drsmemory.c119 /* Length of the vendor data (byte count) */
121 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length),
125 /* Vendor data */
127 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]),
143 /* Length of the vendor data (byte count) */
145 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length),
149 /* Vendor data */
151 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.vendor.byte_data[0]),
163 /* Default is a small vendor descriptor */
171 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET(data.vendor.byte_length),
[all …]
/Linux-v6.1/drivers/pci/
Dsearch.c286 …* pci_get_subsys - begin or continue searching for a PCI device by vendor/subvendor/device/subdevi…
287 * @vendor: PCI vendor id to match, or %PCI_ANY_ID to match all vendor ids
289 * @ss_vendor: PCI subsystem vendor id to match, or %PCI_ANY_ID to match all vendor ids
294 * with a matching @vendor, @device, @ss_vendor and @ss_device, a pointer to its
301 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device, in pci_get_subsys() argument
306 .vendor = vendor, in pci_get_subsys()
317 * pci_get_device - begin or continue searching for a PCI device by vendor/device id
318 * @vendor: PCI vendor id to match, or %PCI_ANY_ID to match all vendor ids
323 * found with a matching @vendor and @device, the reference count to the
330 struct pci_dev *pci_get_device(unsigned int vendor, unsigned int device, in pci_get_device() argument
[all …]
/Linux-v6.1/tools/power/cpupower/utils/helpers/
Dcpuid.c40 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo
56 cpu_info->vendor = X86_VENDOR_UNKNOWN; in get_cpu_info()
77 /* Get CPU vendor */ in get_cpu_info()
81 cpu_info->vendor = x; in get_cpu_info()
95 if (cpu_info->vendor == X86_VENDOR_UNKNOWN || in get_cpu_info()
111 if (cpu_info->vendor != X86_VENDOR_AMD && in get_cpu_info()
112 cpu_info->vendor != X86_VENDOR_HYGON && in get_cpu_info()
113 cpu_info->vendor != X86_VENDOR_INTEL) in get_cpu_info()
129 if (cpu_info->vendor == X86_VENDOR_AMD || in get_cpu_info()
130 cpu_info->vendor == X86_VENDOR_HYGON) { in get_cpu_info()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dpci-msi.txt68 compatible = "vendor,some-controller";
75 compatible = "vendor,pcie-root-complex";
96 compatible = "vendor,some-controller";
103 compatible = "vendor,pcie-root-complex";
125 compatible = "vendor,some-controller";
132 compatible = "vendor,pcie-root-complex";
155 compatible = "vendor,some-controller";
162 compatible = "vendor,pcie-root-complex";
185 compatible = "vendor,some-controller";
192 compatible = "vendor,some-controller";
[all …]
Dpci-iommu.txt57 compatible = "vendor,some-iommu";
63 compatible = "vendor,pcie-root-complex";
84 compatible = "vendor,some-iommu";
90 compatible = "vendor,pcie-root-complex";
112 compatible = "vendor,some-iommu";
118 compatible = "vendor,pcie-root-complex";
140 compatible = "vendor,some-iommu";
146 compatible = "vendor,some-iommu";
152 compatible = "vendor,some-iommu";
158 compatible = "vendor,pcie-root-complex";
/Linux-v6.1/drivers/media/pci/saa7134/
Dsaa7134-cards.c5804 .vendor = PCI_VENDOR_ID_PHILIPS,
5810 .vendor = PCI_VENDOR_ID_PHILIPS,
5816 .vendor = PCI_VENDOR_ID_PHILIPS,
5822 .vendor = PCI_VENDOR_ID_PHILIPS,
5828 .vendor = PCI_VENDOR_ID_PHILIPS,
5834 .vendor = PCI_VENDOR_ID_PHILIPS,
5840 .vendor = PCI_VENDOR_ID_PHILIPS,
5846 .vendor = PCI_VENDOR_ID_PHILIPS,
5852 .vendor = PCI_VENDOR_ID_PHILIPS,
5858 .vendor = PCI_VENDOR_ID_PHILIPS,
[all …]
/Linux-v6.1/drivers/xen/
Defi.c119 static efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_get_variable() argument
126 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_variable()
128 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable()
144 efi_guid_t *vendor) in xen_efi_get_next_variable() argument
150 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_next_variable()
152 memcpy(&efi_data(op).u.get_next_variable_name.vendor_guid, vendor, in xen_efi_get_next_variable()
153 sizeof(*vendor)); in xen_efi_get_next_variable()
159 memcpy(vendor, &efi_data(op).u.get_next_variable_name.vendor_guid, in xen_efi_get_next_variable()
160 sizeof(*vendor)); in xen_efi_get_next_variable()
165 static efi_status_t xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_set_variable() argument
[all …]
/Linux-v6.1/drivers/net/wireless/broadcom/b43/
Dsdio.c22 #define HNBU_CHIPID 0x01 /* vendor & device id */
28 u16 vendor; member
37 static unsigned int b43_sdio_get_quirks(u16 vendor, u16 device) in b43_sdio_get_quirks() argument
42 if (vendor == q->vendor && device == q->device) in b43_sdio_get_quirks()
97 u16 vendor = 0, device = 0; in b43_sdio_probe() local
109 vendor = tuple->data[1] | (tuple->data[2]<<8); in b43_sdio_probe()
112 vendor, device); in b43_sdio_probe()
123 if (!vendor || !device) { in b43_sdio_probe()
149 b43_sdio_get_quirks(vendor, device)); in b43_sdio_probe()
/Linux-v6.1/drivers/pnp/isapnp/
Dcompat.c13 static void pnp_convert_id(char *buf, unsigned short vendor, in pnp_convert_id() argument
17 'A' + ((vendor >> 2) & 0x3f) - 1, in pnp_convert_id()
18 'A' + (((vendor & 3) << 3) | ((vendor >> 13) & 7)) - 1, in pnp_convert_id()
19 'A' + ((vendor >> 8) & 0x1f) - 1, in pnp_convert_id()
24 struct pnp_dev *pnp_find_dev(struct pnp_card *card, unsigned short vendor, in pnp_find_dev() argument
30 pnp_convert_id(id, vendor, function); in pnp_find_dev()
/Linux-v6.1/arch/x86/kernel/
Dprobe_roms.c82 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() argument
87 if (pdev->vendor == vendor && pdev->device == device) in match_id()
90 for (id = drv ? drv->id_table : NULL; id && id->vendor; id++) in match_id()
91 if (id->vendor == vendor && id->device == device) in match_id()
94 return id && id->vendor; in match_id()
97 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() argument
106 if (device && match_id(pdev, vendor, device)) in probe_list()
122 unsigned short offset, vendor, device, list, rev; in find_oprom() local
132 if (get_kernel_nofault(vendor, rom + offset + 0x4) != 0) in find_oprom()
138 if (match_id(pdev, vendor, device)) { in find_oprom()
[all …]
/Linux-v6.1/scripts/mod/
Ddevicetable-offsets.c28 DEVID_FIELD(hid_device_id, vendor); in main()
39 DEVID_FIELD(pci_device_id, vendor); in main()
98 DEVID_FIELD(input_device_id, vendor); in main()
122 DEVID_FIELD(sdio_device_id, vendor); in main()
126 DEVID_FIELD(ssb_device_id, vendor); in main()
138 DEVID_FIELD(virtio_device_id, vendor); in main()
173 DEVID_FIELD(isapnp_device_id, vendor); in main()
178 DEVID_FIELD(ipack_device_id, vendor); in main()
192 DEVID_FIELD(x86_cpu_id, vendor); in main()
209 DEVID_FIELD(ulpi_device_id, vendor); in main()
[all …]
/Linux-v6.1/sound/firewire/dice/
Ddice.c37 int key, val, vendor = -1, model = -1; in check_dice_category() local
50 vendor = val; in check_dice_category()
58 if (vendor == OUI_WEISS) in check_dice_category()
60 else if (vendor == OUI_LOUD) in check_dice_category()
62 else if (vendor == OUI_HARMAN) in check_dice_category()
66 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
101 char vendor[32], model[32]; in dice_card_strings() local
120 strcpy(vendor, "?"); in dice_card_strings()
121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
126 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
[all …]
/Linux-v6.1/include/uapi/scsi/
Dscsi_netlink.h67 * SCSI HOST Vendor Unique messages :
70 * Note: The Vendor Unique message payload will begin directly after
73 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
85 * Vendor ID:
86 * If transports post vendor-unique events, they must pass a well-known
87 * 32-bit vendor identifier. This identifier consists of 8 bits indicating
91 * PCI : ID data is the 16 bit PCI Registered Vendor ID
/Linux-v6.1/drivers/usb/common/
Dulpi.c44 * Some ULPI devices don't have a vendor id in ulpi_match()
47 if (ulpi->id.vendor == 0 || !drv->id_table) in ulpi_match()
50 for (id = drv->id_table; id->vendor; id++) in ulpi_match()
51 if (id->vendor == ulpi->id.vendor && in ulpi_match()
68 ulpi->id.vendor, ulpi->id.product)) in ulpi_uevent()
114 ulpi->id.vendor, ulpi->id.product); in modalias_show()
219 ulpi->id.vendor = ulpi_read(ulpi, ULPI_VENDOR_ID_LOW); in ulpi_read_id()
220 ulpi->id.vendor |= ulpi_read(ulpi, ULPI_VENDOR_ID_HIGH) << 8; in ulpi_read_id()
225 /* Some ULPI devices don't have a vendor id so rely on OF match */ in ulpi_read_id()
226 if (ulpi->id.vendor == 0) in ulpi_read_id()
[all …]

12345678910>>...90