/Linux-v6.6/tools/perf/arch/s390/util/ |
D | header.c | 21 #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.6/drivers/media/i2c/ccs/ |
D | ccs.h | 125 #define CCS_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument 126 { .smia_manufacturer_id = manufacturer, \ 133 #define CCS_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \ argument 134 { .smia_manufacturer_id = manufacturer, \ 141 #define CCS_IDENT_L(manufacturer, model, rev, _name) \ argument 142 { .smia_manufacturer_id = manufacturer, \ 148 #define CCS_IDENT_Q(manufacturer, model, rev, _name, _quirk) \ argument 149 { .smia_manufacturer_id = manufacturer, \ 156 #define CCS_IDENT(manufacturer, model, rev, _name) \ argument 157 { .smia_manufacturer_id = manufacturer, \
|
D | ccs-data.h | 95 * @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.6/drivers/mtd/nand/raw/ |
D | internals.h | 17 * 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
|
D | nand_onfi.c | 214 if (chip->manufacturer.desc && chip->manufacturer.desc->ops && in nand_onfi_detect() 215 chip->manufacturer.desc->ops->fixup_onfi_param_page) in nand_onfi_detect() 216 chip->manufacturer.desc->ops->fixup_onfi_param_page(chip, p); in nand_onfi_detect() 236 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_onfi_detect()
|
/Linux-v6.6/include/linux/mtd/ |
D | spinand.h | 233 * 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 339 * Each SPI NAND manufacturer driver should have a spinand_info table 423 * @manufacturer: SPI NAND manufacturer information 424 * @priv: manufacturer private data [all …]
|
D | onenand.h | 209 * 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.
|
/Linux-v6.6/tools/leds/ |
D | get_led_device_info.sh | 58 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.6/include/uapi/linux/ |
D | zorro.h | 25 * 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.6/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ipmi | 17 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.
|
D | sysfs-devices-soc | 30 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.
|
D | sysfs-bus-spi-devices-spi-nor | 12 What: /sys/bus/spi/devices/.../spi-nor/manufacturer 16 Description: (RO) Manufacturer of the SPI NOR flash.
|
/Linux-v6.6/drivers/hwmon/pmbus/ |
D | dps920ab.c | 148 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()
|
D | q54sj108a2.c | 300 dev_err(&client->dev, "Failed to read Manufacturer ID\n"); in q54sj108a2_probe() 305 dev_err(dev, "Unsupported Manufacturer ID '%s'\n", buf); in q54sj108a2_probe() 314 dev_err(dev, "Failed to read Manufacturer Model\n"); in q54sj108a2_probe() 319 dev_err(dev, "Unsupported Manufacturer Model '%s'\n", buf); in q54sj108a2_probe() 325 dev_err(dev, "Failed to read Manufacturer Revision\n"); in q54sj108a2_probe() 330 dev_err(dev, "Unsupported Manufacturer Revision '%s'\n", buf); in q54sj108a2_probe()
|
/Linux-v6.6/Documentation/devicetree/bindings/nvmem/layouts/ |
D | onie,tlv-layout.yaml | 15 content is well specified and gives many information about the manufacturer 20 parameters the manufacturer decided to embed. 76 manufacturer:
|
/Linux-v6.6/arch/s390/kernel/ |
D | lgr.c | 31 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.6/drivers/mtd/spi-nor/ |
D | sysfs.c | 17 return sysfs_emit(buf, "%s\n", nor->manufacturer->name); in manufacturer_show() 19 static DEVICE_ATTR_RO(manufacturer); 79 if (attr == &dev_attr_manufacturer.attr && !nor->manufacturer) in spi_nor_sysfs_is_visible()
|
/Linux-v6.6/include/linux/platform_data/ |
D | emif_plat.h | 53 * @manufacturer: Manufacturer name string 61 char manufacturer[10]; member
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 33 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.6/Documentation/devicetree/bindings/usb/ |
D | aspeed,usb-vhub.yaml | 90 manufacturer: 91 description: vhub manufacturer 134 manufacturer = "ASPEED";
|
D | usb251xb.yaml | 65 manufacturer: 68 Set USB Manufacturer string (max 31 characters long) 172 enable string descriptor support (required for manufacturer, product 265 manufacturer = "Foo";
|
/Linux-v6.6/drivers/video/fbdev/core/ |
D | fbmon.c | 56 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.6/arch/arm/include/asm/ |
D | ecard.h | 22 * Manufacturer Product ID 90 unsigned short manufacturer; member 97 unsigned short manufacturer; /* Manufacturer code */ member
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
D | rc-intro.rst | 10 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.6/drivers/hid/ |
D | hid-sensor-custom.c | 87 {0x200305, "property-sensor-manufacturer"}, 762 const char *manufacturer; member 773 u16 manufacturer[HID_CUSTOM_MAX_FEATURE_BYTES]; member 783 .manufacturer = "INTEL", 792 .manufacturer = "Vendor 258", 802 .manufacturer = "ST_MICRO", 867 if (match->manufacturer && in hid_sensor_custom_do_match() 868 !hid_sensor_custom_prop_match_str(prop->manufacturer, match->manufacturer, in hid_sensor_custom_do_match() 892 * Ignore errors on the following model and manufacturer properties. in hid_sensor_custom_properties_get() 902 prop->manufacturer); in hid_sensor_custom_properties_get()
|