Searched refs:chip_id (Results 126 - 150 of 402) sorted by relevance

1234567891011>>

/linux-master/drivers/mfd/
H A Dmt6397-irq.c165 switch (chip->chip_id) {
187 dev_err(chip->dev, "unsupported chip: 0x%x\n", chip->chip_id);
H A Dda9052-i2c.c59 switch (da9052->chip_id) {
/linux-master/arch/arc/include/asm/
H A Darcregs.h164 unsigned int chip_id:16, cpu_id:8, family:8; member in struct:bcr_identity
166 unsigned int family:8, cpu_id:8, chip_id:16;
/linux-master/drivers/iio/adc/
H A Dad7192.c174 unsigned int chip_id; member in struct:ad7192_chip_info
409 if (id != st->chip_info->chip_id)
411 id, st->chip_info->chip_id);
424 if (refin2_en && st->chip_info->chip_id != CHIPID_AD7195)
1022 .chip_id = CHIPID_AD7190,
1029 .chip_id = CHIPID_AD7192,
1036 .chip_id = CHIPID_AD7193,
1043 .chip_id = CHIPID_AD7195,
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_ctl.c63 if (pm8001_ha->chip_id == chip_8001) {
109 if (pm8001_ha->chip_id == chip_8001) {
140 if (pm8001_ha->chip_id != chip_8001) {
166 if (pm8001_ha->chip_id != chip_8001) {
193 if (pm8001_ha->chip_id == chip_8001) {
217 if (pm8001_ha->chip_id == chip_8001) {
242 if (pm8001_ha->chip_id == chip_8001) {
286 if (pm8001_ha->chip_id == chip_8001)
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-core.h238 u32 chip_id = FIELD_GET(PCI_SUBSYS_MASK, pdev->subsystem_device); local
240 return (chip_id == PCI_SUBSYS_DEVID_9XXX);
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dmedia.c60 if (tp->chip_id == COMET && phy_id == 30) {
67 if (tp->chip_id == LC82C168) {
121 if (tp->chip_id == COMET && phy_id == 30) {
128 if (tp->chip_id == LC82C168) {
344 } else if (tp->chip_id == LC82C168) {
H A Dtimer.c34 switch (tp->chip_id) {
/linux-master/drivers/hwmon/pmbus/
H A Dmax20730.c666 enum chips chip_id; local
719 chip_id = (uintptr_t)of_device_get_match_data(dev);
721 chip_id = i2c_match_id(max20730_id, client)->driver_data;
726 data->id = chip_id;
728 memcpy(&data->info, &max20730_info[chip_id], sizeof(data->info));
/linux-master/drivers/iio/frequency/
H A Dadmv1014.c611 unsigned int chip_id, enable_reg, enable_reg_msk; local
665 ret = __admv1014_spi_read(st, ADMV1014_REG_SPI_CONTROL, &chip_id);
669 chip_id = FIELD_GET(ADMV1014_CHIP_ID_MSK, chip_id);
670 if (chip_id != ADMV1014_CHIP_ID) {
/linux-master/drivers/bluetooth/
H A Dbtnxpuart.c226 __le16 chip_id; member in struct:v1_start_ind
238 __le16 chip_id; member in struct:v3_start_ind
711 __u16 chip_id; local
717 chip_id = le16_to_cpu(req->chip_id ^ req->chip_id_comp);
718 if (chip_id == 0xffff && nxpdev->fw_dnld_v1_offset) {
885 u16 chip_id; local
891 chip_id = le16_to_cpu(req->chip_id);
894 chip_id, loader_ve
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dm88ds3103.c650 if (dev->chip_id == M88RS6000_CHIP_ID) {
691 if (dev->chip_id == M88RS6000_CHIP_ID) {
772 if (dev->chip_id == M88RS6000_CHIP_ID) {
781 if (dev->chip_id == M88RS6000_CHIP_ID) {
802 if (dev->chip_id == M88RS6000_CHIP_ID) {
1068 else if (dev->chip_id == M88RS6000_CHIP_ID)
1158 if (dev->chip_id == M88RS6000_CHIP_ID)
1813 dev->chip_id = utmp >> 1;
1816 dev_dbg(&client->dev, "chip_id=%02x\n", dev->chip_id);
[all...]
/linux-master/drivers/iio/dac/
H A Dad3552r.c274 enum ad3542r_id chip_id; member in struct:ad3552r_desc
748 if (dac->chip_id == AD3542R_ID) {
976 err = ad3552r_find_range(dac->chip_id, vals);
990 } else if (dac->chip_id == AD3542R_ID) {
1061 if (id != dac->chip_id) {
1082 dac->chip_id = id->driver_data;
1091 if (dac->chip_id == AD3552R_ID)
/linux-master/drivers/iio/accel/
H A Dbma180.c44 u8 chip_id; member in struct:bma180_part_info
336 /* Try to read chip_id register. It must return 0x03. */
341 if (ret != data->part_info->chip_id) {
343 ret, data->part_info->chip_id);
756 .chip_id = BMA023_ID_REG_VAL,
785 .chip_id = BMA023_ID_REG_VAL,
813 .chip_id = BMA180_ID_REG_VAL,
840 .chip_id = BMA250_ID_REG_VAL,
H A Dmma8452.c170 * @chip_id: WHO_AM_I register's value
182 u8 chip_id; member in struct:mma_chip_info
1324 .chip_id = MMA8451_DEVICE_ID,
1349 .chip_id = MMA8452_DEVICE_ID,
1366 .chip_id = MMA8453_DEVICE_ID,
1383 .chip_id = MMA8652_DEVICE_ID,
1393 .chip_id = MMA8653_DEVICE_ID,
1408 .chip_id = FXLS8471_DEVICE_ID,
1604 if (ret == data->chip_info->chip_id)
1613 data->chip_info->name, data->chip_info->chip_id);
[all...]
H A Dsca3300.c187 u8 chip_id; member in struct:sca3300_chip_info
225 .chip_id = SCA3300_WHOAMI_ID,
244 .chip_id = SCL3300_WHOAMI_ID,
545 if (sca3300_chip_tbl[i].chip_id == value)
/linux-master/drivers/ssb/
H A Dmain.c959 if (bus->chip_id == 0x5365) {
1123 u16 chip_id = dev->bus->chip_id; local
1126 return (chip_id == 0x4322 || chip_id == 43221 ||
1127 chip_id == 43231 || chip_id == 43222);
/linux-master/drivers/net/ethernet/wiznet/
H A Dw5100-spi.c104 .chip_id = W5100,
245 .chip_id = W5200,
403 .chip_id = W5500,
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h60 /* Helper for formating the chip_id in the way that userspace tools like
138 uint32_t chip_id; member in struct:adreno_gpu
196 uint32_t chip_id; member in struct:adreno_platform_config
221 return gpu->chip_id & 0xff;
/linux-master/drivers/iio/pressure/
H A Dbmp280-core.c802 .chip_id = bmp280_chip_ids,
856 .chip_id = bme280_chip_ids,
1233 .chip_id = bmp380_chip_ids,
1277 /* Dummy read of chip_id */
1615 dev_warn(data->dev, "preinit: unexpected chip_id\n");
1736 .chip_id = bmp580_chip_ids,
2001 .chip_id = bmp180_chip_ids,
2092 unsigned int chip_id; local
2156 ret = regmap_read(regmap, data->chip_info->id_reg, &chip_id);
2161 if (chip_id
[all...]
/linux-master/drivers/hwmon/
H A Dlm95241.c370 int mfg_id, chip_id; local
379 chip_id = i2c_smbus_read_byte_data(new_client, LM95241_REG_R_CHIP_ID);
380 switch (chip_id) {
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.h109 u32 chip_id; member in struct:target_info
185 u8 chip_id; member in struct:wlfw_host_mlo_chip_info_s_v01
417 u32 chip_id; member in struct:qmi_wlanfw_rf_chip_info_s_v01
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c245 if (hwmgr->chip_id >= CHIP_POLARIS10 &&
246 hwmgr->chip_id <= CHIP_VEGAM) {
1203 if (hwmgr->chip_id >= CHIP_POLARIS10 &&
1204 hwmgr->chip_id <= CHIP_VEGAM)
1226 (hwmgr->chip_id == CHIP_POLARIS10) ||
1227 (hwmgr->chip_id == CHIP_POLARIS11) ||
1228 (hwmgr->chip_id == CHIP_POLARIS12) ||
1229 (hwmgr->chip_id == CHIP_TONGA) ||
1230 (hwmgr->chip_id == CHIP_TOPAZ))
1247 if (hwmgr->chip_id
[all...]
/linux-master/include/uapi/video/
H A Dsisfb.h83 __u32 chip_id; /* PCI-ID of detected chip */ member in struct:sisfb_info
/linux-master/drivers/mmc/host/
H A Dwbsd.h168 int chip_id; /* ID of controller */ member in struct:wbsd_host

Completed in 3134 milliseconds

1234567891011>>