| /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/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/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()
|
| H A D | sfdp.c | 705 if (nor->manufacturer && nor->manufacturer->fixups && in spi_nor_smpt_read_dummy_fixups() 706 nor->manufacturer->fixups->smpt_read_dummy) in spi_nor_smpt_read_dummy_fixups() 707 nor->manufacturer->fixups->smpt_read_dummy(nor, read_dummy); in spi_nor_smpt_read_dummy_fixups() 735 if (nor->manufacturer && nor->manufacturer->fixups && in spi_nor_smpt_map_id_fixups() 736 nor->manufacturer->fixups->smpt_map_id) in spi_nor_smpt_map_id_fixups() 737 nor->manufacturer->fixups->smpt_map_id(nor, map_id); in spi_nor_smpt_map_id_fixups() 1386 if (nor->manufacturer && nor->manufacturer->fixups && in spi_nor_post_sfdp_fixups() 1387 nor->manufacturer->fixups->post_sfdp) { in spi_nor_post_sfdp_fixups() 1388 ret = nor->manufacturer->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
|
| /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/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-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/drivers/usb/host/ |
| H A D | xhci-dbgcap.h | 33 __le64 manufacturer; member 74 char manufacturer[USB_MAX_STRING_DESC_LEN]; member 84 char manufacturer[USB_MAX_STRING_LEN+1]; member
|
| H A D | xhci-dbgcap.c | 33 .manufacturer = "Linux Foundation", 97 len += get_str_desc_len(descs->manufacturer); in dbc_prepare_info_context_str_len() 133 xhci_dbc_populate_str_desc(str_descs->manufacturer, str->manufacturer); in xhci_dbc_populate_str_descs() 155 info->manufacturer = cpu_to_le64(dma + USB_MAX_STRING_DESC_LEN); in xhci_dbc_init_contexts() 1315 return sysfs_emit(buf, "%s\n", dbc->str.manufacturer); in dbc_manufacturer_show() 1336 memcpy(dbc->str.manufacturer, buf, len); in dbc_manufacturer_store() 1337 dbc->str.manufacturer[len] = '\0'; in dbc_manufacturer_store()
|
| /linux/arch/arm/mach-rpc/ |
| H A D | ecard.c | 67 unsigned short manufacturer; member 633 ec->cid.manufacturer, ec->cid.product); in ecard_prints() 786 return sprintf(buf, "%u\n", ec->cid.manufacturer); in vendor_show() 918 ec->cid.manufacturer = ecard_getu16(cid.r_manu); in ecard_probe() 939 if (quirklist[i].manufacturer == ec->cid.manufacturer && in ecard_probe() 1031 for (i = 0; ids[i].manufacturer != 65535; i++) in ecard_match_device() 1032 if (ec->cid.manufacturer == ids[i].manufacturer && in ecard_match_device()
|
| /linux/drivers/usb/storage/ |
| H A D | uas-detect.h | 128 (udev->manufacturer && !strcmp(udev->manufacturer, "HIKSEMI")) && in uas_use_uas_driver()
|
| H A D | onetouch.c | 203 if (udev->manufacturer) in onetouch_connect_input() 204 strscpy(onetouch->name, udev->manufacturer, in onetouch_connect_input() 207 if (udev->manufacturer) in onetouch_connect_input()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_jedec.c | 89 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_jedec_detect()
|
| /linux/drivers/input/tablet/ |
| H A D | acecad.c | 154 if (dev->manufacturer) in usb_acecad_probe() 155 strscpy(acecad->name, dev->manufacturer, sizeof(acecad->name)); in usb_acecad_probe() 158 if (dev->manufacturer) in usb_acecad_probe()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.h | 67 __le64 manufacturer; member 96 char manufacturer[XDBC_MAX_STRING_LENGTH]; member
|
| /linux/arch/arm/mach-davinci/ |
| H A D | cputype.h | 22 u16 manufacturer; /* JTAG ID bits 11:1 */ member
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_rndis.h | 43 const char *manufacturer; member
|
| H A D | u_midi2.h | 35 unsigned int manufacturer; /* manufacturer id: 0-0xffffff */ member
|
| H A D | f_rndis.c | 77 const char *manufacturer; member 781 if (rndis->manufacturer && rndis->vendorID && in rndis_bind() 783 rndis->manufacturer)) { in rndis_bind() 980 rndis->manufacturer = opts->manufacturer; in rndis_alloc()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_proc.c | 12 u64 manufacturer; member 50 (char *)&info->manufacturer); in proc_read_hw_info()
|
| /linux/drivers/bluetooth/ |
| H A D | virtio_bt.c | 348 hdev->manufacturer = 1521; in virtbt_probe() 355 hdev->manufacturer = 2; in virtbt_probe() 365 hdev->manufacturer = 93; in virtbt_probe()
|
| /linux/drivers/iio/light/ |
| H A D | opt3001.c | 708 char manufacturer[2]; in opt3001_read_id() local 717 manufacturer[0] = ret >> 8; in opt3001_read_id() 718 manufacturer[1] = ret & 0xff; in opt3001_read_id() 727 dev_info(dev, "Found %c%c OPT%04x\n", manufacturer[0], manufacturer[1], in opt3001_read_id()
|
| /linux/include/linux/platform_data/ |
| H A D | emif_plat.h | 61 char manufacturer[10]; member
|
| /linux/drivers/power/supply/ |
| H A D | cros_usbpd-charger.c | 30 char manufacturer[CHARGER_MANUFACTURER_MODEL_LENGTH]; member 175 snprintf(port->manufacturer, sizeof(port->manufacturer), "%x", in cros_usbpd_charger_get_discovery_info() 435 val->strval = port->manufacturer; in cros_usbpd_charger_get_prop()
|
| /linux/tools/testing/selftests/power_supply/ |
| H A D | test_power_supply_properties.sh | 75 test_sysfs_prop_optional manufacturer
|