/linux/drivers/hwmon/ |
H A D | w83l785ts.c | 132 u16 man_id; in w83l785ts_detect() local 148 man_id = (w83l785ts_read_value(client, W83L785TS_REG_MAN_ID1, 0) << 8) in w83l785ts_detect() 152 if (man_id != 0x5CA3 /* Winbond */ in w83l785ts_detect() 155 "Unsupported chip (man_id=0x%04X, chip_id=0x%02X)\n", in w83l785ts_detect() 156 man_id, chip_id); in w83l785ts_detect()
|
H A D | adm9240.c | 282 u8 man_id, die_rev; in adm9240_detect() local 292 man_id = i2c_smbus_read_byte_data(new_client, ADM9240_REG_MAN_ID); in adm9240_detect() 293 if (man_id == 0x23) in adm9240_detect() 295 else if (man_id == 0xda) in adm9240_detect() 297 else if (man_id == 0x01) in adm9240_detect() 305 man_id == 0x23 ? "ADM9240" : in adm9240_detect() 306 man_id == 0xda ? "DS1780" : "LM81", die_rev); in adm9240_detect()
|
H A D | max1668.c | 197 int man_id, dev_id; in max1668_detect() local 203 man_id = i2c_smbus_read_byte_data(client, MAX1668_REG_MAN_ID); in max1668_detect() 204 if (man_id != MAN_ID_MAXIM) in max1668_detect()
|
H A D | lm90.c | 1855 * The calling code already checked man_id and chip_id. in lm90_detect_max1617() 2125 int man_id, emerg, emerg2, status2; in lm90_detect_maxim() local 2142 man_id = i2c_smbus_read_byte_data(client, in lm90_detect_maxim() 2148 if (emerg < 0 || man_id < 0 || emerg2 < 0 || status2 < 0) in lm90_detect_maxim() 2171 * should differ from emerg2, and emerg2 should match man_id in lm90_detect_maxim() 2175 emerg2 == man_id && emerg2 != status2) in lm90_detect_maxim() 2219 * read value, which in our case is those of the man_id in lm90_detect_maxim() 2227 * read, so in our case again those of the man_id register. in lm90_detect_maxim() 2490 int man_id, chip_id, config1, convrate, lhigh; in lm90_detect() local 2502 * Get well defined register value for chips with neither man_id no in lm90_detect() [all...] |
H A D | adm1025.c | 446 u8 man_id, chip_id; in adm1025_detect() local 465 man_id = i2c_smbus_read_byte_data(client, ADM1025_REG_MAN_ID); in adm1025_detect() 466 if (man_id == 0x41) in adm1025_detect() 468 else if (man_id == 0xA1 && client->addr != 0x2E) in adm1025_detect()
|
H A D | adc128d818.c | 360 int man_id, dev_id; in adc128_detect() local 367 man_id = i2c_smbus_read_byte_data(client, ADC128_REG_MAN_ID); in adc128_detect() 369 if (man_id != 0x01 || dev_id != 0x09) in adc128_detect()
|
H A D | w83l786ng.c | 663 u16 man_id; in w83l786ng_detect() local 677 man_id = (w83l786ng_read_value(client, W83L786NG_REG_MAN_ID1) << 8) + in w83l786ng_detect() 681 if (man_id != 0x5CA3 || /* Winbond */ in w83l786ng_detect() 684 "Unsupported chip (man_id=0x%04X, chip_id=0x%02X)\n", in w83l786ng_detect() 685 man_id, chip_id); in w83l786ng_detect()
|
H A D | lm80.c | 552 int i, cur, man_id, dev_id; in lm80_detect() local 568 man_id = lm80_read_value(client, LM96080_REG_MAN_ID); in lm80_detect() 570 if (man_id == 0x01 && dev_id == 0x08) { in lm80_detect()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 517 qla24xx_get_flash_manufacturer(struct qla_hw_data *ha, uint8_t *man_id, in qla24xx_get_flash_manufacturer() argument 522 *man_id = *flash_id = 0; in qla24xx_get_flash_manufacturer() 526 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer() 530 /* Check if man_id and flash_id are valid. */ in qla24xx_get_flash_manufacturer() 531 if (ids != 0xDEADDEAD && (*man_id == 0 || *flash_id == 0)) { in qla24xx_get_flash_manufacturer() 540 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer() 971 uint8_t man_id, flash_id; in qla2xxx_get_fdt_info() local 994 mid = le16_to_cpu(fdt->man_id); in qla2xxx_get_fdt_info() 1019 qla24xx_get_flash_manufacturer(ha, &man_id, &flash_id); in qla2xxx_get_fdt_info() 1020 mid = man_id; in qla2xxx_get_fdt_info() 2147 qla2x00_poll_flash(struct qla_hw_data * ha,uint32_t addr,uint8_t poll_data,uint8_t man_id,uint8_t flash_id) qla2x00_poll_flash() argument 2187 qla2x00_program_flash_address(struct qla_hw_data * ha,uint32_t addr,uint8_t data,uint8_t man_id,uint8_t flash_id) qla2x00_program_flash_address() argument 2223 qla2x00_erase_flash(struct qla_hw_data * ha,uint8_t man_id,uint8_t flash_id) qla2x00_erase_flash() argument 2260 qla2x00_erase_flash_sector(struct qla_hw_data * ha,uint32_t addr,uint32_t sec_mask,uint8_t man_id,uint8_t flash_id) qla2x00_erase_flash_sector() argument 2286 qla2x00_get_flash_manufacturer(struct qla_hw_data * ha,uint8_t * man_id,uint8_t * flash_id) qla2x00_get_flash_manufacturer() argument 2406 uint8_t man_id, flash_id, sec_number, *data; qla2x00_write_optrom_data() local [all...] |
H A D | qla_fw.h | 1610 __le16 man_id; member
|
/linux/drivers/bluetooth/ |
H A D | hci_nokia.c | 111 u8 man_id; member 136 u8 man_id; member 331 if (btdev->man_id == NOKIA_ID_BCM2048) { in nokia_setup_fw() 333 } else if (btdev->man_id == NOKIA_ID_TI1271) { in nokia_setup_fw() 440 if (btdev->man_id == NOKIA_ID_BCM2048) { in nokia_setup() 552 btdev->man_id = evt->man_id; in nokia_recv_negotiation_packet() 556 evt->baud, evt->sys_clk, evt->man_id, evt->ver_id); in nokia_recv_negotiation_packet()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_fw.h | 301 uint16_t man_id; member
|
H A D | ql4_nx.c | 3843 mid = le16_to_cpu(fdt->man_id); in qla4_82xx_get_fdt_info()
|
/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 718 static DEVICE_ATTR_RO(man_id);
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ufs | 1554 What: /sys/devices/platform/.../ufshci_capabilities/man_id
|