Searched refs:man_id (Results 1 – 13 of 13) sorted by relevance
| /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() 156 man_id, chip_id); in w83l785ts_detect()
|
| H A D | lm83.c | 372 u8 man_id, chip_id; in lm83_detect() local 387 man_id = i2c_smbus_read_byte_data(client, LM83_REG_R_MAN_ID); in lm83_detect() 388 if (man_id != 0x01) /* National Semiconductor */ in lm83_detect() 411 man_id, chip_id); in lm83_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 | 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 | 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()
|
| H A D | lm63.c | 971 u8 man_id, chip_id, reg_config1, reg_config2; in lm63_detect() local 978 man_id = i2c_smbus_read_byte_data(client, LM63_REG_MAN_ID); in lm63_detect() 987 if (man_id != 0x01 /* National Semiconductor */ in lm63_detect() 994 man_id, chip_id); in lm63_detect()
|
| /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/net/ieee802154/ |
| H A D | at86rf230.c | 1421 u16 man_id = 0; in at86rf230_detect_device() local 1428 man_id |= val; in at86rf230_detect_device() 1433 man_id |= (val << 8); in at86rf230_detect_device() 1443 if (man_id != 0x001f) { in at86rf230_detect_device() 1445 man_id >> 8, man_id & 0xFF); in at86rf230_detect_device()
|
| /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/scsi/qla2xxx/ |
| H A D | qla_fw.h | 1610 __le16 man_id; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ufs | 1554 What: /sys/devices/platform/.../ufshci_capabilities/man_id
|