Home
last modified time | relevance | path

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

12345678910>>...98

/Linux-v6.6/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.6/Documentation/devicetree/bindings/
Dexample-schema.yaml52 - vendor,soc4-ip
53 - vendor,soc3-ip
54 - vendor,soc2-ip
55 - const: vendor,soc1-ip
60 - const: vendor,soc1-ip
138 # Vendor-specific properties
140 # Vendor-specific properties have slightly different schema requirements than
143 vendor,int-property:
144 description: Vendor-specific properties must have a description
148 vendor,bool-property:
[all …]
/Linux-v6.6/drivers/scsi/
Dscsi_devinfo.c23 char vendor[8]; member
51 char *vendor; member
288 * devinfo vendor and model strings.
312 * @vendor: vendor string
318 * Create and add one dev_info entry for @vendor, @model, @strflags or
325 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, in scsi_dev_info_list_add() argument
328 return scsi_dev_info_list_add_keyed(compatible, vendor, model, in scsi_dev_info_list_add()
336 * @vendor: vendor string
343 * Create and add one dev_info entry for @vendor, @model,
351 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.6/drivers/char/agp/
Dsis-agp.c193 pdev->vendor, pdev->device); in agp_sis_probe()
229 .vendor = PCI_VENDOR_ID_SI,
237 .vendor = PCI_VENDOR_ID_SI,
245 .vendor = PCI_VENDOR_ID_SI,
253 .vendor = PCI_VENDOR_ID_SI,
261 .vendor = PCI_VENDOR_ID_SI,
269 .vendor = PCI_VENDOR_ID_SI,
277 .vendor = PCI_VENDOR_ID_SI,
285 .vendor = PCI_VENDOR_ID_SI,
293 .vendor = PCI_VENDOR_ID_SI,
[all …]
/Linux-v6.6/include/linux/
Dmod_devicetable.h26 * @vendor: Vendor ID to match (or PCI_ANY_ID)
28 * @subvendor: Subsystem vendor ID to match (or PCI_ANY_ID)
34 * as vendor/device is normally sufficient.
45 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member
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
[all …]
/Linux-v6.6/drivers/usb/host/
Dxhci-pci.c306 /* Look for vendor-specific quirks */ in xhci_pci_quirks()
307 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
338 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
342 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
346 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
349 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
353 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
356 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
363 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
367 if (pdev->vendor == PCI_VENDOR_ID_AMD && pdev->device == 0x15e5) { in xhci_pci_quirks()
[all …]
/Linux-v6.6/drivers/firmware/efi/
Dvars.c172 * efivar_get_variable() - retrieve a variable identified by name/vendor
176 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable() argument
179 return __efivars->ops->get_variable(name, vendor, attr, size, data); in efivar_get_variable()
184 * efivar_get_next_variable() - enumerate the next name/vendor pair
189 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable() argument
191 return __efivars->ops->get_next_variable(name_size, name, vendor); in efivar_get_next_variable()
196 * efivar_set_variable_locked() - set a variable identified by name/vendor
201 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked() argument
223 return setvar(name, vendor, attr, data_size, data); in efivar_set_variable_locked()
228 * efivar_set_variable() - set a variable identified by name/vendor
[all …]
/Linux-v6.6/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.6/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.6/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.6/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.6/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.6/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.6/drivers/media/pci/saa7134/
Dsaa7134-cards.c5803 .vendor = PCI_VENDOR_ID_PHILIPS,
5809 .vendor = PCI_VENDOR_ID_PHILIPS,
5815 .vendor = PCI_VENDOR_ID_PHILIPS,
5821 .vendor = PCI_VENDOR_ID_PHILIPS,
5827 .vendor = PCI_VENDOR_ID_PHILIPS,
5833 .vendor = PCI_VENDOR_ID_PHILIPS,
5839 .vendor = PCI_VENDOR_ID_PHILIPS,
5845 .vendor = PCI_VENDOR_ID_PHILIPS,
5851 .vendor = PCI_VENDOR_ID_PHILIPS,
5857 .vendor = PCI_VENDOR_ID_PHILIPS,
[all …]
/Linux-v6.6/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.6/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.6/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.6/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.6/drivers/xen/
Defi.c120 static efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, in xen_efi_get_variable() argument
127 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_variable()
129 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable()
145 efi_guid_t *vendor) in xen_efi_get_next_variable() argument
151 BUILD_BUG_ON(sizeof(*vendor) != in xen_efi_get_next_variable()
153 memcpy(&efi_data(op).u.get_next_variable_name.vendor_guid, vendor, in xen_efi_get_next_variable()
154 sizeof(*vendor)); in xen_efi_get_next_variable()
160 memcpy(vendor, &efi_data(op).u.get_next_variable_name.vendor_guid, in xen_efi_get_next_variable()
161 sizeof(*vendor)); in xen_efi_get_next_variable()
166 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.6/include/uapi/linux/
Dvirtio_bt.h9 #define VIRTIO_BT_F_VND_HCI 0 /* Indicates vendor command support */
10 #define VIRTIO_BT_F_MSFT_EXT 1 /* Indicates MSFT vendor support */
11 #define VIRTIO_BT_F_AOSP_EXT 2 /* Indicates AOSP vendor support */
28 __u16 vendor; member
35 __u16 vendor; member
/Linux-v6.6/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.6/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>>...98