Home
last modified time | relevance | path

Searched full:manufacturer (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/Linux-v6.1/tools/perf/arch/s390/util/
Dheader.c21 #define SYSINFO_MANU "Manufacturer:"
33 char type[8], model[33], version[8], manufacturer[32], authorization[8]; in get_cpuid() local
42 * Manufacturer:, Type: and Model:, for example: in get_cpuid()
43 * Manufacturer: IBM in get_cpuid()
50 memset(manufacturer, 0, sizeof(manufacturer)); in get_cpuid()
65 mfsize += scnprintf(manufacturer + mfsize, in get_cpuid()
66 sizeof(manufacturer) - mfsize, "%s", cp); in get_cpuid()
91 /* Missing manufacturer, type or model information should not happen */ in get_cpuid()
92 if (!manufacturer[0] || !type[0] || !model[0]) in get_cpuid()
132 manufacturer, type, model, version, in get_cpuid()
[all …]
/Linux-v6.1/drivers/media/i2c/ccs/
Dccs.h138 #define CCS_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument
139 { .smia_manufacturer_id = manufacturer, \
146 #define CCS_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \ argument
147 { .smia_manufacturer_id = manufacturer, \
154 #define CCS_IDENT_L(manufacturer, model, rev, _name) \ argument
155 { .smia_manufacturer_id = manufacturer, \
161 #define CCS_IDENT_Q(manufacturer, model, rev, _name, _quirk) \ argument
162 { .smia_manufacturer_id = manufacturer, \
169 #define CCS_IDENT(manufacturer, model, rev, _name) \ argument
170 { .smia_manufacturer_id = manufacturer, \
Dccs-data.h95 * @num_manufacturer_regs: Number of manufacturer-specific registers
96 * @manufacturer_regs: Manufacturer-specific registers
186 * @num_sensor_manufacturer_regs: Number of the manufacturer-specific registers
188 * @sensor_manufacturer_regs: Manufacturer-specific registers for the sensor
193 * @num_module_manufacturer_regs: Number of the manufacturer-specific registers
195 * @module_manufacturer_regs: Manufacturer-specific registers for the module
/Linux-v6.1/drivers/mtd/nand/raw/
Dinternals.h17 * NAND Flash Manufacturer ID Codes
38 * struct nand_manufacturer_ops - NAND Manufacturer operations
56 * struct nand_manufacturer_desc - NAND Flash Manufacturer descriptor
57 * @name: Manufacturer name
58 * @id: manufacturer ID code of device.
59 * @ops: manufacturer operations
Dnand_onfi.c215 if (chip->manufacturer.desc && chip->manufacturer.desc->ops && in nand_onfi_detect()
216 chip->manufacturer.desc->ops->fixup_onfi_param_page) in nand_onfi_detect()
217 chip->manufacturer.desc->ops->fixup_onfi_param_page(chip, p); in nand_onfi_detect()
237 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_onfi_detect()
/Linux-v6.1/include/linux/mtd/
Dspinand.h233 * struct manufacurer_ops - SPI NAND manufacturer specific operations
237 * Each SPI NAND manufacturer driver should implement this interface so that
246 * struct spinand_manufacturer - SPI NAND manufacturer instance
247 * @id: manufacturer ID
248 * @name: manufacturer name
250 * @chips: supported SPI NANDs under current manufacturer
252 * @ops: manufacturer operations
337 * Each SPI NAND manufacturer driver should have a spinand_info table
421 * @manufacturer: SPI NAND manufacturer information
422 * @priv: manufacturer private data
[all …]
Donenand.h209 * OneNAND Flash Manufacturer ID Codes
215 * struct onenand_manufacturers - NAND Flash Manufacturer ID Structure
216 * @name: Manufacturer name
217 * @id: manufacturer ID code of device.
Djedec.h35 /* manufacturer information block */
36 char manufacturer[12]; member
/Linux-v6.1/tools/leds/
Dget_led_device_info.sh58 manufacturer=`cat manufacturer`
72 manufacturer=`echo $compatible | awk -F, '{print $1}'`
94 if [ ! -z "$manufacturer" ]; then
95 printf "manufacturer:\t\t$manufacturer\n"
168 if [ "$devicename" = "$manufacturer" ]; then
/Linux-v6.1/include/uapi/linux/
Dzorro.h25 * mmmmmmmmmmmmmmmm 16-bit Manufacturer ID (assigned by CBM (sigh))
26 * pppppppp 8-bit Product ID (assigned by manufacturer)
77 __u8 er_Product; /* Product number, assigned by manufacturer */
81 __be32 er_SerialNumber; /* Available for use by manufacturer */
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-platform-ipmi17 identified by Manufacturer ID.
44 (RO) Device id is specified by the manufacturer identified by
45 the Manufacturer ID field. This field allows controller specific
73 (RO) Identifies the manufacturer responsible for the
85 according to the manufacturer given by Manufacturer ID.
Dsysfs-devices-soc30 this will contain the JEDEC JEP106 manufacturer’s identification
34 This manufacturer’s identification code is defined by one
45 by the manufacturer's identity code.
Dsysfs-bus-spi-devices-spi-nor9 What: /sys/bus/spi/devices/.../spi-nor/manufacturer
13 Description: (RO) Manufacturer of the SPI NOR flash.
/Linux-v6.1/drivers/hwmon/pmbus/
Ddps920ab.c148 dev_err(&client->dev, "Failed to read Manufacturer ID\n"); in dps920ab_probe()
155 dev_err(&client->dev, "Unsupported Manufacturer ID '%s'\n", buf); in dps920ab_probe()
164 dev_err(&client->dev, "Failed to read Manufacturer Model\n"); in dps920ab_probe()
170 dev_err(&client->dev, "Unsupported Manufacturer Model '%s'\n", buf); in dps920ab_probe()
Dq54sj108a2.c299 dev_err(&client->dev, "Failed to read Manufacturer ID\n"); in q54sj108a2_probe()
304 dev_err(dev, "Unsupported Manufacturer ID '%s'\n", buf); in q54sj108a2_probe()
313 dev_err(dev, "Failed to read Manufacturer Model\n"); in q54sj108a2_probe()
318 dev_err(dev, "Unsupported Manufacturer Model '%s'\n", buf); in q54sj108a2_probe()
324 dev_err(dev, "Failed to read Manufacturer Revision\n"); in q54sj108a2_probe()
329 dev_err(dev, "Unsupported Manufacturer Revision '%s'\n", buf); in q54sj108a2_probe()
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dusb251xb.txt21 - manufacturer : Set USB Manufacturer string (max 31 characters long)
43 - string-support : enable string descriptor support (required for manufacturer,
84 manufacturer = "Foo";
Daspeed,usb-vhub.yaml90 manufacturer:
91 description: vhub manufacturer
134 manufacturer = "ASPEED";
/Linux-v6.1/arch/s390/kernel/
Dlgr.c31 char manufacturer[16]; member
73 cpascii(lgr_info->manufacturer, si->manufacturer, in lgr_stsi_1_1_1()
74 sizeof(si->manufacturer)); in lgr_stsi_1_1_1()
/Linux-v6.1/include/linux/platform_data/
Demif_plat.h53 * @manufacturer: Manufacturer name string
61 char manufacturer[10]; member
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-class-tpm33 Description: The "caps" property contains TPM manufacturer and version info.
37 Manufacturer: 0x53544d20
41 Manufacturer is a hex dump of the 4 byte manufacturer info
44 is manufacturer specific.
/Linux-v6.1/Documentation/userspace-api/media/rc/
Drc-intro.rst10 remote controllers. Each manufacturer has their own type of control. It
11 is not rare for the same manufacturer to ship different types of
/Linux-v6.1/arch/arm/include/asm/
Decard.h22 * Manufacturer Product ID
90 unsigned short manufacturer; member
97 unsigned short manufacturer; /* Manufacturer code */ member
/Linux-v6.1/drivers/video/fbdev/core/
Dfbmon.c56 u8 manufacturer[4]; member
64 .manufacturer = "DEC",
70 .manufacturer = "VSC",
76 .manufacturer = "SHP",
147 unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[4]; in check_edid() local
152 manufacturer[0] = ((block[0] & 0x7c) >> 2) + '@'; in check_edid()
153 manufacturer[1] = ((block[0] & 0x03) << 3) + in check_edid()
155 manufacturer[2] = (block[1] & 0x1f) + '@'; in check_edid()
156 manufacturer[3] = 0; in check_edid()
160 if (!strncmp(manufacturer, brokendb[i].manufacturer, 4) && in check_edid()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/misc/
Didt_89hpesx.txt4 - compatible : should be "<manufacturer>,<type>"
5 Basically there is only one manufacturer: idt, but some
/Linux-v6.1/arch/powerpc/platforms/85xx/
DKconfig26 Manufacturer : Freescale Semiconductor, Inc
41 Manufacturer : Freescale Semiconductor, Inc
155 Manufacturer: Extreme Engineering Solutions, Inc.

12345678910>>...19