Searched refs:chip_ver (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/media/tuners/ |
D | it913x.c | 30 u8 chip_ver:2; member 116 if (dev->chip_ver == 1) { in it913x_init() 410 dev->chip_ver = cfg->chip_ver; in it913x_probe() 423 if (dev->chip_ver == 1) in it913x_probe() 425 else if (dev->chip_ver == 2) in it913x_probe() 433 dev->chip_ver, dev->role); in it913x_probe()
|
D | it913x.h | 43 unsigned int chip_ver:2; member
|
/linux-4.1.27/drivers/scsi/ |
D | atp870u.h | 37 unsigned char chip_ver; member
|
D | atp870u.c | 1070 if (dev->chip_ver < 4) { in tscam() 1103 if (dev->chip_ver == 4) { in tscam() 1308 if ((dev->chip_ver != 4) && (i > 7)) { in is870() 1321 if (dev->chip_ver == 4) { in is870() 1411 if (dev->chip_ver == 4) in is870() 1457 if (dev->chip_ver != 4) { in is870() 2594 atpdev->chip_ver = pdev->revision; in atp870u_probe() 2595 if (atpdev->chip_ver < 2) in atp870u_probe() 2605 atpdev->chip_ver = 0x04; in atp870u_probe() 2613 atpdev->chip_ver = pdev->revision; in atp870u_probe() [all …]
|
/linux-4.1.27/drivers/media/i2c/ |
D | saa7115.c | 1709 char chip_ver[CHIP_VER_SIZE]; in saa711x_detect_chip() local 1719 chip_ver[i] = i2c_smbus_read_byte_data(client, 0); in saa711x_detect_chip() 1720 name[i] = (chip_ver[i] & 0x0f) + '0'; in saa711x_detect_chip() 1736 if (chip_ver[0] & 0xf0) { in saa711x_detect_chip() 1762 chip_id |= (chip_ver[i] & 0x80) ? 1 : 0; in saa711x_detect_chip() 1782 name, 16, chip_ver, client->addr << 1); in saa711x_detect_chip() 1789 16, chip_ver, client->addr << 1); in saa711x_detect_chip()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.h | 58 u8 chip_ver; member
|
D | mxl111sf.c | 188 if ((state->chip_id) && (state->chip_ver)) in mxl1x1sf_get_chip_info() 199 state->chip_ver = ver; in mxl1x1sf_get_chip_info()
|
D | af9035.c | 1458 .chip_ver = 1, in af9035_tuner_attach() 1483 .chip_ver = 2, in af9035_tuner_attach()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.h | 449 char chip_ver; member
|
D | csio_hw.c | 2058 hw->chip_ver = (char)csio_rd_reg32(hw, PL_REV_A); in csio_hw_configure()
|