Home
last modified time | relevance | path

Searched defs:vendor (Results 1 – 25 of 266) sorted by relevance

1234567891011

/linux/arch/riscv/include/asm/
H A Dvendor_extensions.h45 #define riscv_cpu_isa_vendor_extension_available(cpu, vendor, ext) \ argument
47 #define riscv_isa_vendor_extension_available(vendor, ext) \ argument
51 static __always_inline bool riscv_has_vendor_extension_likely(const unsigned long vendor, in riscv_has_vendor_extension_likely()
64 static __always_inline bool riscv_has_vendor_extension_unlikely(const unsigned long vendor, in riscv_has_vendor_extension_unlikely()
77 static __always_inline bool riscv_cpu_has_vendor_extension_likely(const unsigned long vendor, in riscv_cpu_has_vendor_extension_likely()
90 static __always_inline bool riscv_cpu_has_vendor_extension_unlikely(const unsigned long vendor, in riscv_cpu_has_vendor_extension_unlikely()
H A Dcpufeature-macros.h18 static __always_inline bool __riscv_has_extension_likely(const unsigned long vendor, in __riscv_has_extension_likely()
32 static __always_inline bool __riscv_has_extension_unlikely(const unsigned long vendor, in __riscv_has_extension_unlikely()
/linux/drivers/scsi/
H A Dscsi_devinfo.c23 char vendor[8]; member
50 char *vendor; member
326 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, in scsi_dev_info_list_add()
352 int scsi_dev_info_list_add_keyed(int compatible, char *vendor, char *model, in scsi_dev_info_list_add_keyed()
416 static struct scsi_dev_info_list *scsi_dev_info_list_find(const char *vendor, in scsi_dev_info_list_find()
500 int scsi_dev_info_list_del_keyed(char *vendor, char *model, in scsi_dev_info_list_del_keyed()
529 char *vendor, *model, *strflags, *next; in scsi_dev_info_list_add_str() local
580 const unsigned char *vendor, in scsi_get_device_flags()
602 const unsigned char *vendor, in scsi_get_device_flags_keyed()
/linux/include/sound/
H A Dsoc-card.h64 unsigned short vendor, in snd_soc_card_set_pci_ssid()
73 unsigned short *vendor, in snd_soc_card_get_pci_ssid()
86 unsigned short vendor, in snd_soc_card_set_pci_ssid()
92 unsigned short *vendor, in snd_soc_card_get_pci_ssid()
/linux/drivers/firmware/efi/
H A Dvars.c184 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable()
197 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable()
209 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked()
242 efi_status_t efivar_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable()
/linux/arch/x86/include/asm/
H A Dcpu_device_id.h114 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument
131 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument
147 #define X86_MATCH_VENDOR_FEATURE(vendor, feature, data) \ argument
176 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument
192 #define X86_MATCH_VENDOR_FAM(vendor, family, data) \ argument
/linux/drivers/net/wireless/broadcom/b43/
H A Dsdio.c28 u16 vendor; member
37 static unsigned int b43_sdio_get_quirks(u16 vendor, u16 device) in b43_sdio_get_quirks()
97 u16 vendor = 0, device = 0; in b43_sdio_probe() local
/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()
97 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list()
122 unsigned short offset, vendor, device, list, rev; in find_oprom() local
H A Dmmconf-fam10h_64.c25 u32 vendor; member
80 u16 vendor; in get_fam10h_pci_mmconf_base() local
/linux/drivers/pnp/isapnp/
H A Dcompat.c13 static void pnp_convert_id(char *buf, unsigned short vendor, in pnp_convert_id()
24 struct pnp_dev *pnp_find_dev(struct pnp_card *card, unsigned short vendor, in pnp_find_dev()
/linux/fs/efivarfs/
H A Dvars.c151 efi_guid_t vendor; member
229 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, in efivar_validate()
264 efivar_variable_is_removable(efi_guid_t vendor, const char *var_name, in efivar_variable_is_removable()
291 static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor, in variable_is_present()
641 efi_guid_t *vendor = &entry->var.VendorGuid; in efivar_entry_set_get_size() local
/linux/sound/firewire/dice/
H A Ddice.c37 int key, val, vendor = -1, model = -1; in check_dice_category() local
101 char vendor[32], model[32]; in dice_card_strings() local
248 #define DICE_DEV_ENTRY_TYPICAL(vendor, model, data) \ argument
/linux/drivers/usb/serial/
H A Dusb-serial-simple.c20 #define DEVICE_N(vendor, IDS, nport) \ argument
33 #define DEVICE(vendor, IDS) DEVICE_N(vendor, IDS, 1) argument
/linux/drivers/media/usb/go7007/
H A Dgo7007-loader.c13 u16 vendor; member
39 u16 vendor, product; in go7007_loader_probe() local
/linux/include/uapi/linux/
H A Dvirtio_bt.h27 __u16 vendor; member
34 __u16 vendor; member
/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c247 const efi_guid_t *vendor, in get_property_int()
289 static efi_status_t tee_get_variable(u16 *name, efi_guid_t *vendor, in tee_get_variable()
411 static efi_status_t tee_set_variable(efi_char16_t *name, efi_guid_t *vendor, in tee_set_variable()
475 efi_guid_t *vendor, in tee_set_variable_nonblocking()
/linux/sound/firewire/oxfw/
H A Doxfw.c69 char vendor[24]; in name_card() local
137 int vendor, model; in detect_quirks() local
315 #define OXFW_DEV_ENTRY(vendor, model, data) \ argument
/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()
145 efi_guid_t *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()
/linux/tools/usb/usbip/libsrc/
H A Dnames.c25 struct vendor { struct
26 struct vendor *next; argument
27 u_int16_t vendorid; argument
33 u_int16_t vendorid, productid; argument
/linux/drivers/hwmon/
H A Dhwmon-vid.c161 u8 vendor; member
259 static u8 find_vrm(u8 family, u8 model, u8 stepping, u8 vendor) in find_vrm()
/linux/tools/perf/arch/x86/util/
H A Dheader.c14 void get_cpuid_0(char *vendor, unsigned int *lvl) in get_cpuid_0() argument
31 char vendor[16]; in __get_cpuid() local
[all...]
/linux/include/linux/
H A Dpci.h332 unsigned short vendor; global() member
1949 pci_get_device(unsigned int vendor,unsigned int device,struct pci_dev * from) pci_get_device() argument
1954 pci_get_subsys(unsigned int vendor,unsigned int device,unsigned int ss_vendor,unsigned int ss_device,struct pci_dev * from) pci_get_subsys() argument
2163 u16 vendor; /* Or PCI_ANY_ID */ global() member
2186 ___DECLARE_PCI_FIXUP_SECTION(sec,name,vendor,device,class,class_shift,hook) global() argument
2202 __DECLARE_PCI_FIXUP_SECTION(sec,name,vendor,device,class,class_shift,hook,stub) global() argument
2212 __DECLARE_PCI_FIXUP_SECTION(sec,name,vendor,device,class,class_shift,hook,stub) global() argument
2218 DECLARE_PCI_FIXUP_SECTION(sec,name,vendor,device,class,class_shift,hook) global() argument
2224 DECLARE_PCI_FIXUP_SECTION(section,name,vendor,device,class,class_shift,hook) global() argument
2231 DECLARE_PCI_FIXUP_CLASS_EARLY(vendor,device,class,class_shift,hook) global() argument
2235 DECLARE_PCI_FIXUP_CLASS_HEADER(vendor,device,class,class_shift,hook) global() argument
2239 DECLARE_PCI_FIXUP_CLASS_FINAL(vendor,device,class,class_shift,hook) global() argument
2243 DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor,device,class,class_shift,hook) global() argument
2247 DECLARE_PCI_FIXUP_CLASS_RESUME(vendor,device,class,class_shift,hook) global() argument
2251 DECLARE_PCI_FIXUP_CLASS_RESUME_EARLY(vendor,device,class,class_shift,hook) global() argument
2255 DECLARE_PCI_FIXUP_CLASS_SUSPEND(vendor,device,class,class_shift,hook) global() argument
2259 DECLARE_PCI_FIXUP_CLASS_SUSPEND_LATE(vendor,device,class,class_shift,hook) global() argument
2264 DECLARE_PCI_FIXUP_EARLY(vendor,device,hook) global() argument
2267 DECLARE_PCI_FIXUP_HEADER(vendor,device,hook) global() argument
2270 DECLARE_PCI_FIXUP_FINAL(vendor,device,hook) global() argument
2273 DECLARE_PCI_FIXUP_ENABLE(vendor,device,hook) global() argument
2276 DECLARE_PCI_FIXUP_RESUME(vendor,device,hook) global() argument
2279 DECLARE_PCI_FIXUP_RESUME_EARLY(vendor,device,hook) global() argument
2282 DECLARE_PCI_FIXUP_SUSPEND(vendor,device,hook) global() argument
2285 DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor,device,hook) global() argument
[all...]
H A Disapnp.h48 unsigned short vendor, function; member
93 unsigned short vendor, in pnp_find_dev()
/linux/drivers/pci/
H A Dsearch.c301 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device, in pci_get_subsys()
330 struct pci_dev *pci_get_device(unsigned int vendor, unsigned int device, in pci_get_device()
/linux/security/integrity/platform_certs/
H A Dkeyring_handler.h50 #define UEFI_QUIRK_SKIP_CERT(vendor, product) \ argument

1234567891011