Home
last modified time | relevance | path

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

12345678910>>...91

/linux/arch/x86/kernel/cpu/microcode/
H A Dintel-ucode-defs.h1 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x03, .steppings = 0x0004, .driver_data = 0x2 },
2 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0001, .driver_data = 0x45 },
3 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0002, .driver_data = 0x40 },
4 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0004, .driver_data = 0x2c },
5 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .driver_data = 0x10 },
6 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0001, .driver_data = 0xa },
7 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0020, .driver_data = 0x3 },
8 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0400, .driver_data = 0xd },
9 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x2000, .driver_data = 0x7 },
10 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor
[all...]
/linux/arch/riscv/include/asm/
H A Dvendor_extensions.h15 * The extension keys of each vendor must be strictly less than this value.
36 * The alternatives need some way of distinguishing between vendor extensions
37 * and errata. Incrementing all of the vendor extension keys so they are at
44 bool __riscv_isa_vendor_extension_available(int cpu, unsigned long vendor, unsigned int bit);
45 #define riscv_cpu_isa_vendor_extension_available(cpu, vendor, ext) \ argument
46 __riscv_isa_vendor_extension_available(cpu, vendor, RISCV_ISA_VENDOR_EXT_##ext)
47 #define riscv_isa_vendor_extension_available(vendor, ext) \ argument
48 __riscv_isa_vendor_extension_available(VENDOR_EXT_ALL_CPUS, vendor, \
51 static __always_inline bool riscv_has_vendor_extension_likely(const unsigned long vendor, in riscv_has_vendor_extension_likely() argument
58 return __riscv_has_extension_likely(vendor, in riscv_has_vendor_extension_likely()
64 riscv_has_vendor_extension_unlikely(const unsigned long vendor,const unsigned long ext) riscv_has_vendor_extension_unlikely() argument
77 riscv_cpu_has_vendor_extension_likely(const unsigned long vendor,int cpu,const unsigned long ext) riscv_cpu_has_vendor_extension_likely() argument
90 riscv_cpu_has_vendor_extension_unlikely(const unsigned long vendor,int cpu,const unsigned long ext) riscv_cpu_has_vendor_extension_unlikely() argument
[all...]
H A Dcpufeature-macros.h18 static __always_inline bool __riscv_has_extension_likely(const unsigned long vendor, in __riscv_has_extension_likely() argument
21 asm goto(ALTERNATIVE("j %l[l_no]", "nop", %[vendor], %[ext], 1) in __riscv_has_extension_likely()
23 : [vendor] "i" (vendor), [ext] "i" (ext) in __riscv_has_extension_likely()
32 static __always_inline bool __riscv_has_extension_unlikely(const unsigned long vendor, in __riscv_has_extension_unlikely() argument
35 asm goto(ALTERNATIVE("nop", "j %l[l_yes]", %[vendor], %[ext], 1) in __riscv_has_extension_unlikely()
37 : [vendor] "i" (vendor), [ext] "i" (ext) in __riscv_has_extension_unlikely()
/linux/Documentation/devicetree/bindings/
H A 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,boo
[all...]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py249 0x05, 0x0f, # .Usage Page (Vendor Usage Page 0x0f) 86
250 0x09, 0x92, # .Usage (Vendor Usage 0x92) 88
253 0x09, 0xa0, # ..Usage (Vendor Usage 0xa0) 94
254 0x09, 0x9f, # ..Usage (Vendor Usage 0x9f) 96
263 0x09, 0x22, # ..Usage (Vendor Usage 0x22) 114
267 0x09, 0x94, # ..Usage (Vendor Usage 0x94) 122
272 0x09, 0x21, # .Usage (Vendor Usage 0x21) 131
275 0x09, 0x22, # ..Usage (Vendor Usage 0x22) 137
279 0x09, 0x53, # ..Usage (Vendor Usage 0x53) 146
282 0x09, 0x50, # ..Usage (Vendor Usag
[all...]
/linux/arch/riscv/
H A DKconfig.vendor1 menu "Vendor extensions"
8 bool "Andes vendor extension support"
12 Say N here if you want to disable all Andes vendor extension
13 support. This will cause any Andes vendor extensions that are
21 bool "SiFive vendor extension support"
25 Say N here if you want to disable all SiFive vendor extension
26 support. This will cause any SiFive vendor extensions that are
34 bool "T-Head vendor extension support"
38 Say N here to disable detection of and support for all T-Head vendor
39 extensions. Without this option enabled, T-Head vendor extension
[all...]
/linux/drivers/char/agp/
H A 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
[all...]
/linux/drivers/usb/host/
H A Dxhci-pci.c255 /* Look for vendor-specific quirks */ in xhci_pci_quirks()
256 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
286 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks()
290 if (pdev->vendor == PCI_VENDOR_ID_NEC) in xhci_pci_quirks()
293 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
304 if (pdev->vendor == PCI_VENDOR_ID_ATI && in xhci_pci_quirks()
308 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
312 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()
315 if (pdev->vendor == PCI_VENDOR_ID_AMD && in xhci_pci_quirks()
322 if (pdev->vendor in xhci_pci_quirks()
[all...]
/linux/tools/perf/arch/x86/util/
H A 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()
77 /* Full CPUID format for x86 is vendor-family-model-stepping */
108 "vendor in strcmp_cpuid_str()
[all...]
/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-ryos1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/control
9 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/profile
21 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/keys_primary
31 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/keys_function
41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/keys_macro
51 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/keys_thumbster
61 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/keys_extra
71 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/keys_easyzone
81 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/roccatryos<minor>/key_mask
92 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor
[all...]
H A Dsysfs-driver-hid-roccat-isku1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/actual_profile
12 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/info
20 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/key_mask
31 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_capslock
41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_easyzone
51 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_function
61 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_macro
71 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_media
81 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_thumbster
91 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor
[all...]
/linux/drivers/acpi/acpica/
H A 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
[all...]
/linux/tools/power/cpupower/utils/helpers/
H A 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 in get_cpu_info()
[all...]
/linux/drivers/pci/
H A Dsearch.c286 * pci_get_subsys - begin or continue searching for a PCI device by vendor/subvendor/device/subdevice id
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()
330 pci_get_device(unsigned int vendor,unsigned int device,struct pci_dev * from) pci_get_device() argument
[all...]
/linux/drivers/ufs/host/
H A DKconfig65 UFS host on QCOM needs some vendor specific configuration before
66 accessing the hardware which includes PHY configuration and vendor
80 UFS host on Mediatek needs some vendor specific configuration before
81 accessing the hardware which includes PHY configuration and vendor
102 UFS host on Renesas needs some vendor specific configuration before
139 UFS host on Unisoc needs some vendor specific configuration before
140 accessing the hardware which includes PHY configuration and vendor
151 UFS host on Rockchip needs some vendor specific configuration before
152 accessing the hardware which includes PHY configuration and vendor
/linux/arch/x86/kernel/
H A 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, devic in find_oprom() local
[all...]
/linux/drivers/media/pci/saa7134/
H A 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
[all...]
/linux/scripts/mod/
H A 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()
177 DEVID_FIELD(isapnp_device_id, vendor); in main()
182 DEVID_FIELD(ipack_device_id, vendor); in main()
196 DEVID_FIELD(x86_cpu_id, vendor); in main()
213 DEVID_FIELD(ulpi_device_id, vendor); in main()
[all...]
/linux/drivers/net/wireless/broadcom/b43/
H A 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, devic in b43_sdio_probe()
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cdx14 What: /sys/bus/cdx/devices/.../vendor
18 Vendor ID for this CDX device, in hexadecimal. Vendor ID is
20 Combination of Vendor ID and Device ID identifies a device.
29 Combination of Vendor ID and Device ID identifies a device.
35 Subsystem Vendor ID for this CDX device, in hexadecimal.
36 Subsystem Vendor ID is 16 bit identifier specific to the
117 - vXXXX contains the vendor ID;
119 - svXXXX contains the subsystem vendor ID;
/linux/drivers/pnp/isapnp/
H A 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/include/uapi/linux/
H A 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 */
27 __u16 vendor; member
34 __u16 vendor; member
/linux/drivers/xen/
H A 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 xen_efi_set_variable(efi_char16_t * name,efi_guid_t * vendor,u32 attr,unsigned long data_size,void * data) xen_efi_set_variable() argument
[all...]
/linux/include/uapi/scsi/
H A 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/drivers/scsi/
H A 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, "Beure in sr_vendor_init()
[all...]

12345678910>>...91