Searched refs:chip_id (Results 176 - 200 of 402) sorted by relevance

1234567891011>>

/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-input.c340 if (ir->dev->chip_id == CHIP_ID_EM2874 ||
341 ir->dev->chip_id == CHIP_ID_EM2884)
454 switch (dev->chip_id) {
466 dev->chip_id);
776 switch (dev->chip_id) {
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c694 int ret, chip_id; local
717 ret = regmap_read(data->regmap, BMC150_MAGN_REG_CHIP_ID, &chip_id);
722 if (chip_id != BMC150_MAGN_CHIP_ID_VAL) {
723 dev_err(data->dev, "Invalid chip id 0x%x\n", chip_id);
727 dev_dbg(data->dev, "Chip id %x\n", chip_id);
/linux-master/drivers/iio/accel/
H A Dfxls8962af-core.c156 u8 chip_id; member in struct:fxls8962af_chip_info
755 .chip_id = FXLS8962AF_DEVICE_ID,
761 .chip_id = FXLS8964AF_DEVICE_ID,
907 data->chip_info->chip_id == FXLS8962AF_DEVICE_ID)
1176 if (fxls_chip_info_table[i].chip_id == reg) {
/linux-master/drivers/iio/adc/
H A Dina2xx-adc.c135 enum ina2xx_ids chip_id; member in struct:ina2xx_config
166 .chip_id = ina219,
176 .chip_id = ina226,
502 if (chip->config->chip_id == ina226) {
730 if (chip->config->chip_id == ina226) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dqmi.c610 qmi->chip_info.chip_id = resp->chip_info.chip_id;
613 qmi->chip_info.chip_id = 0xFF;
635 ath10k_info(ar, "qmi chip_id 0x%x chip_family 0x%x board_id 0x%x soc_id 0x%x",
636 qmi->chip_info.chip_id, qmi->chip_info.chip_family,
863 ar->id.qmi_chip_id = qmi->chip_info.chip_id;
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c403 chipid_top = (bus->chip_id & 0xFF00);
414 if (bus->chip_id == 0x4712) {
420 if (bus->chip_id == 0x5350)
/linux-master/drivers/hwmon/
H A Dadm1025.c446 u8 man_id, chip_id; local
461 chip_id = i2c_smbus_read_byte_data(client, ADM1025_REG_CHIP_ID);
462 if ((chip_id & 0xF0) != 0x20)
H A Dlm63.c971 u8 man_id, chip_id, reg_config1, reg_config2; local
979 chip_id = i2c_smbus_read_byte_data(client, LM63_REG_CHIP_ID);
993 "Unsupported chip (man_id=0x%02X, chip_id=0x%02X)\n",
994 man_id, chip_id);
998 if (chip_id == 0x41 && address == 0x4c)
1000 else if (chip_id == 0x51 && (address == 0x18 || address == 0x4e))
1002 else if (chip_id == 0x49 && address == 0x4c)
/linux-master/drivers/iio/filter/
H A Dadmv8818.c575 unsigned int chip_id; local
597 ret = regmap_read(st->regmap, ADMV8818_REG_CHIPTYPE, &chip_id);
603 if (chip_id != 0x1) {
/linux-master/drivers/regulator/
H A Dtps6594-regulator.c485 if (tps->chip_id == LP8764) {
553 if (tps->chip_id != LP8764) {
569 if (tps->chip_id == LP8764)
/linux-master/sound/soc/codecs/
H A Dtas2781-i2c.c663 strcpy(tas_priv->dev_name, tasdevice_id[tas_priv->chip_id].name);
704 tas_priv->chip_id = acpi_id->driver_data;
707 tas_priv->chip_id = id ? id->driver_data : 0;
/linux-master/arch/powerpc/kernel/
H A Dprom.c982 u32 chip_id; local
988 if (!of_property_read_u32(np, "ibm,chip-id", &chip_id)) {
990 return chip_id;
/linux-master/drivers/net/ethernet/wiznet/
H A Dw5100.c278 .chip_id = W5100,
401 .chip_id = W5100,
600 if (priv->ops->chip_id == W5500)
668 switch (priv->ops->chip_id) {
696 if (priv->ops->chip_id == W5500)
1100 switch (ops->chip_id) {
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dmain.c166 wl->chip_id = wl1251_reg_read32(wl, CHIP_ID_B);
170 switch (wl->chip_id) {
173 wl->chip_id);
177 wl->chip_id);
181 wl1251_error("unsupported chip id: 0x%x", wl->chip_id);
406 wiphy->hw_version = wl->chip_id;
/linux-master/drivers/mtd/devices/
H A Ddocg3.c1750 * @chip_id: The chip ID of the supported chip
1753 static int __init doc_set_driver_info(int chip_id, struct mtd_info *mtd) argument
1762 switch (chip_id) {
1808 u16 chip_id, chip_id_inv; local
1835 chip_id = doc_register_readw(docg3, DOC_CHIPID);
1839 if (chip_id != (u16)(~chip_id_inv)) {
1843 switch (chip_id) {
1849 doc_err("Chip id %04x is not a DiskOnChip G3 chip\n", chip_id);
1853 ret = doc_set_driver_info(chip_id, mtd);
/linux-master/drivers/mfd/
H A Dtps6594-core.c434 dev->driver->name, tps->chip_id, tps->reg);
451 if (tps->chip_id != LP8764) {
H A Dtps6594-i2c.c226 tps->chip_id = (unsigned long)match->data;
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.h63 u8 chip_id; member in struct:rtl28xxu_dev
/linux-master/include/linux/mfd/
H A Dmax77620.h334 enum max77620_chip_id chip_id; member in struct:max77620_chip
H A Dsi476x-core.h80 * @chip_id: Last digit of the chip model(E.g. "1" for SI4761)
118 int chip_id; member in struct:si476x_core
/linux-master/drivers/media/dvb-frontends/
H A Dmxl692_defs.h342 u8 chip_id; member in struct:MXL_EAGLE_DEV_VER_T
/linux-master/drivers/media/rc/
H A Dnuvoton-cir.c397 int chip_id; local
414 chip_id = nvt->chip_major << 8 | nvt->chip_minor;
415 if (chip_id == NVT_INVALID) {
420 chip_name = nvt_find_chip(nvt, chip_id);
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dpnic.c168 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, ioaddr + CSR7);
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.h110 enum mcam_chip_id chip_id; member in struct:mcam_camera
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpolaris_baco.c185 if (hwmgr->chip_id == CHIP_VEGAM) {

Completed in 1208 milliseconds

1234567891011>>