/Linux-v5.10/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-v5.10/drivers/media/i2c/smiapp/ |
D | smiapp.h | 128 #define SMIAPP_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument 129 { .manufacturer_id = manufacturer, \ 136 #define SMIAPP_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \ argument 137 { .manufacturer_id = manufacturer, \ 144 #define SMIAPP_IDENT_L(manufacturer, model, rev, _name) \ argument 145 { .manufacturer_id = manufacturer, \ 151 #define SMIAPP_IDENT_Q(manufacturer, model, rev, _name, _quirk) \ argument 152 { .manufacturer_id = manufacturer, \ 159 #define SMIAPP_IDENT(manufacturer, model, rev, _name) \ argument 160 { .manufacturer_id = manufacturer, \
|
D | smiapp-reg.h | 112 /* Manufacturer Specific Registers: 0x3000 to 0x3fff 113 * The manufacturer specifies these as a black box.
|
/Linux-v5.10/include/linux/mtd/ |
D | spinand.h | 211 * struct manufacurer_ops - SPI NAND manufacturer specific operations 215 * Each SPI NAND manufacturer driver should implement this interface so that 224 * struct spinand_manufacturer - SPI NAND manufacturer instance 225 * @id: manufacturer ID 226 * @name: manufacturer name 228 * @chips: supported SPI NANDs under current manufacturer 230 * @ops: manufacturer operations 304 * Each SPI NAND manufacturer driver should have a spinand_info table 386 * @manufacturer: SPI NAND manufacturer information 387 * @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.
|
D | jedec.h | 35 /* manufacturer information block */ 36 char manufacturer[12]; member
|
/Linux-v5.10/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 | 215 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-v5.10/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-v5.10/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-v5.10/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.
|
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | usb251xb.txt | 21 - manufacturer : Set USB Manufacturer string (max 31 characters long) 43 - string-support : enable string descriptor support (required for manufacturer, 84 manufacturer = "Foo";
|
D | aspeed,usb-vhub.yaml | 88 manufacturer: 89 description: vhub manufacturer 132 manufacturer = "ASPEED";
|
/Linux-v5.10/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-v5.10/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-v5.10/include/linux/platform_data/ |
D | emif_plat.h | 53 * @manufacturer: Manufacturer name string 61 char manufacturer[10]; member
|
/Linux-v5.10/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-v5.10/arch/arm/include/asm/ |
D | ecard.h | 22 * Manufacturer Product ID 90 unsigned short manufacturer; member 97 unsigned short manufacturer; /* Manufacturer code */ member
|
/Linux-v5.10/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-v5.10/drivers/mtd/nand/spi/ |
D | core.c | 773 const struct spinand_manufacturer *manufacturer = in spinand_manufacturer_match() local 776 if (id[0] != manufacturer->id) in spinand_manufacturer_match() 780 manufacturer->chips, in spinand_manufacturer_match() 781 manufacturer->nchips, in spinand_manufacturer_match() 786 spinand->manufacturer = manufacturer; in spinand_manufacturer_match() 823 if (spinand->manufacturer->ops->init) in spinand_manufacturer_init() 824 return spinand->manufacturer->ops->init(spinand); in spinand_manufacturer_init() 831 /* Release manufacturer private data */ in spinand_manufacturer_cleanup() 832 if (spinand->manufacturer->ops->cleanup) in spinand_manufacturer_cleanup() 833 return spinand->manufacturer->ops->cleanup(spinand); in spinand_manufacturer_cleanup() [all …]
|
/Linux-v5.10/Documentation/driver-api/fpga/ |
D | fpga-mgr.rst | 8 an image. The API is manufacturer agnostic. All manufacturer specifics are 10 The FPGA image data itself is very manufacturer specific, but for our purposes
|
/Linux-v5.10/Documentation/devicetree/bindings/misc/ |
D | idt_89hpesx.txt | 4 - compatible : should be "<manufacturer>,<type>" 5 Basically there is only one manufacturer: idt, but some
|
/Linux-v5.10/arch/powerpc/platforms/85xx/ |
D | Kconfig | 35 Manufacturer : Freescale Semiconductor, Inc 50 Manufacturer : Freescale Semiconductor, Inc 162 Manufacturer: Extreme Engineering Solutions, Inc.
|
/Linux-v5.10/Documentation/devicetree/bindings/slimbus/ |
D | bus.txt | 13 Manufacturer ID, Product code, Device index, and Instance value for 31 - compatible -"slimMID,PID". The textual representation of Manufacturer ID,
|