| /linux/drivers/media/i2c/ccs/ |
| H A 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/drivers/mtd/nand/raw/ |
| H A 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
|
| H A 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/tools/leds/ |
| H A 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/drivers/hwmon/pmbus/ |
| H A D | ltc4286.c | 79 "Failed to read manufacturer id\n"); in ltc4286_probe() 84 * the manufacturer id is LTC in ltc4286_probe() 89 "Manufacturer id mismatch\n"); in ltc4286_probe() 95 "Failed to read manufacturer model\n"); in ltc4286_probe() 126 "Failed to read manufacturer configuration one\n"); in ltc4286_probe()
|
| H A D | q54sj108a2.c | 302 dev_err(&client->dev, "Failed to read Manufacturer ID\n"); in q54sj108a2_probe() 307 dev_err(dev, "Unsupported Manufacturer ID '%s'\n", buf); in q54sj108a2_probe() 316 dev_err(dev, "Failed to read Manufacturer Model\n"); in q54sj108a2_probe() 325 dev_err(dev, "Unsupported Manufacturer Model '%s'\n", buf); in q54sj108a2_probe() 331 dev_err(dev, "Failed to read Manufacturer Revision\n"); in q54sj108a2_probe() 335 * accept manufacturer revision with optional NUL byte in q54sj108a2_probe() 339 dev_err(dev, "Unsupported Manufacturer Revision '%s'\n", buf); in q54sj108a2_probe()
|
| H A 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()
|
| /linux/include/uapi/linux/ |
| H A 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/drivers/usb/gadget/function/ |
| H A D | u_rndis.h | 22 * @manufacturer: Manufacturer string. 43 const char *manufacturer; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-cdx | 19 16 bit identifier which is specific to the device manufacturer. 28 of a device manufacturer. 37 card manufacturer. 45 card manufacturer.
|
| H A 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.
|
| H A 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.
|
| H A 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/Documentation/devicetree/bindings/nvmem/layouts/ |
| H A 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/include/linux/mtd/ |
| H A D | spinand.h | 402 * struct manufacurer_ops - SPI NAND manufacturer specific operations 406 * Each SPI NAND manufacturer driver should implement this interface so that 415 * struct spinand_manufacturer - SPI NAND manufacturer instance 416 * @id: manufacturer ID 417 * @name: manufacturer name 419 * @chips: supported SPI NANDs under current manufacturer 421 * @ops: manufacturer operations 596 * Each SPI NAND manufacturer driver should have a spinand_info table 751 * @manufacturer: SPI NAND manufacturer information 759 * @priv: manufacturer private data [all …]
|
| H A 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.
|
| H A D | jedec.h | 38 /* manufacturer information block */ 39 char manufacturer[12]; member
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbmon.c | 61 u8 manufacturer[4]; member 69 .manufacturer = "DEC", 75 .manufacturer = "VSC", 81 .manufacturer = "SHP", 152 unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[4]; in check_edid() local 157 manufacturer[0] = ((block[0] & 0x7c) >> 2) + '@'; in check_edid() 158 manufacturer[1] = ((block[0] & 0x03) << 3) + in check_edid() 160 manufacturer[2] = (block[1] & 0x1f) + '@'; in check_edid() 161 manufacturer[3] = 0; in check_edid() 165 if (!strncmp(manufacturer, brokendb[i].manufacturer, 4) && in check_edid() [all …]
|
| /linux/include/linux/platform_data/ |
| H A D | emif_plat.h | 53 * @manufacturer: Manufacturer name string 61 char manufacturer[10]; member
|
| /linux/Documentation/ABI/stable/ |
| H A 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/drivers/mtd/spi-nor/ |
| H A 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/Documentation/userspace-api/media/rc/ |
| H A 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/drivers/hid/ |
| H A D | hid-sensor-custom.c | 87 {0x200305, "property-sensor-manufacturer"}, 761 const char *manufacturer; member 772 u16 manufacturer[HID_CUSTOM_MAX_FEATURE_BYTES]; member 782 .manufacturer = "INTEL", 791 .manufacturer = "Vendor 258", 801 .manufacturer = "ST_MICRO", 866 if (match->manufacturer && in hid_sensor_custom_do_match() 867 !hid_sensor_custom_prop_match_str(prop->manufacturer, match->manufacturer, in hid_sensor_custom_do_match() 891 * Ignore errors on the following model and manufacturer properties. in hid_sensor_custom_properties_get() 901 prop->manufacturer); in hid_sensor_custom_properties_get()
|
| /linux/tools/usb/ |
| H A D | p9_fwd.py | 176 print("Bus | Addr | Manufacturer | Product | ID | Path") 180 manufacturer = try_get_usb_str(dev, "manufacturer") or "unknown" 183 …f"{dev.bus:3} | {dev.address:4} | {manufacturer:16} | {product:16} | {dev.idVendor:04x}:{dev.idPro…
|
| /linux/drivers/usb/storage/ |
| H A D | uas-detect.h | 122 * idProduct, use manufacturer and product too. in uas_use_uas_driver() 128 (udev->manufacturer && !strcmp(udev->manufacturer, "HIKSEMI")) && in uas_use_uas_driver()
|