/linux-6.6.21/drivers/watchdog/ |
D | it87_wdt.c | 87 static unsigned int max_units, chip_type; variable 168 if (chip_type != IT8721_ID) in _wdt_update_timeout() 265 chip_type = superio_inw(CHIPID); in it87_wdt_init() 269 switch (chip_type) { in it87_wdt_init() 300 chip_type, chip_rev); in it87_wdt_init() 307 chip_type, chip_rev); in it87_wdt_init() 318 switch (chip_type) { in it87_wdt_init() 351 chip_type, chip_rev, timeout, nowayout, testmode); in it87_wdt_init()
|
D | it8712f_wdt.c | 361 int chip_type; in it8712f_wdt_find() local 366 chip_type = superio_inw(DEVID); in it8712f_wdt_find() 367 if (chip_type != IT8712F_DEVID) in it8712f_wdt_find() 394 chip_type, revision, *address); in it8712f_wdt_find()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_chip_type.h | 56 enum chip_type { enum 72 static inline int is_t4(enum chip_type chip) in is_t4() 77 static inline int is_t5(enum chip_type chip) in is_t5() 82 static inline int is_t6(enum chip_type chip) in is_t6()
|
/linux-6.6.21/sound/pci/ctxfi/ |
D | cthardware.c | 19 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type, in create_hw_obj() argument 24 switch (chip_type) { in create_hw_obj() 39 (*rhw)->chip_type = chip_type; in create_hw_obj()
|
D | ctatc.h | 80 int chip_type; member 152 unsigned int rsr, unsigned int msr, int chip_type,
|
/linux-6.6.21/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_i2c.c | 30 switch (st->chip_type) { in inv_mpu_i2c_aux_bus() 66 switch (st->chip_type) { in inv_mpu_i2c_aux_setup() 104 enum inv_devices chip_type; in inv_mpu_probe() local 114 chip_type = (uintptr_t)match; in inv_mpu_probe() 117 chip_type = (enum inv_devices) in inv_mpu_probe() 132 inv_mpu_i2c_aux_setup, chip_type); in inv_mpu_probe()
|
D | inv_mpu_spi.c | 41 enum inv_devices chip_type; in inv_mpu_probe() local 44 chip_type = (enum inv_devices)spi_id->driver_data; in inv_mpu_probe() 47 chip_type = (uintptr_t)match; in inv_mpu_probe() 61 inv_mpu_i2c_disable, chip_type); in inv_mpu_probe()
|
D | inv_mpu_magn.c | 49 switch (st->chip_type) { in inv_magn_supported() 76 switch (st->chip_type) { in inv_magn_init() 113 switch (st->chip_type) { in inv_magn_init() 207 switch (st->chip_type) { in inv_mpu_magn_probe() 270 switch (st->chip_type) { in inv_mpu_magn_set_orient()
|
D | inv_mpu_core.c | 313 switch (st->chip_type) { in inv_mpu6050_clock_switch() 466 switch (st->chip_type) { in inv_mpu6050_set_gyro_fsr() 495 switch (st->chip_type) { in inv_mpu6050_set_lpf_regs() 1344 st->hw = &hw_info[st->chip_type]; in inv_check_and_setup_chip() 1345 st->reg = hw_info[st->chip_type].reg; in inv_check_and_setup_chip() 1346 memcpy(&st->chip_config, hw_info[st->chip_type].config, in inv_check_and_setup_chip() 1381 switch (st->chip_type) { in inv_check_and_setup_chip() 1472 int (*inv_mpu_bus_setup)(struct iio_dev *), int chip_type) in inv_mpu_core_probe() argument 1487 if (chip_type < 0 || chip_type >= INV_NUM_PARTS) { in inv_mpu_core_probe() 1489 chip_type, name); in inv_mpu_core_probe() [all …]
|
/linux-6.6.21/arch/sparc/kernel/ |
D | pci_schizo.c | 1078 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) in schizo_scan_bus() 1095 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) { in schizo_pbm_strbuf_init() 1269 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO && in schizo_pbm_hw_init() 1278 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO && in schizo_pbm_hw_init() 1284 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) in schizo_pbm_hw_init() 1297 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) { in schizo_pbm_hw_init() 1313 int chip_type) in schizo_pbm_init() argument 1320 switch (chip_type) { in schizo_pbm_init() 1361 pbm->chip_type = chip_type; in schizo_pbm_init() 1368 if (chip_type == PBM_CHIP_TYPE_TOMATILLO) in schizo_pbm_init() [all …]
|
/linux-6.6.21/sound/pci/ |
D | als300.c | 118 int chip_type; /* ALS300 or ALS300+ */ member 158 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^ in snd_als300_set_irq_flag() 598 struct pci_dev *pci, int chip_type) in snd_als300_create() argument 617 chip->chip_type = chip_type; in snd_als300_create() 626 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_create() 692 int err, chip_type; in snd_als300_probe() local 707 chip_type = pci_id->driver_data; in snd_als300_probe() 709 err = snd_als300_create(card, pci, chip_type); in snd_als300_probe() 714 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_probe()
|
D | via82xx.c | 345 int chip_type; member 728 if (chip->chip_type != TYPE_VIA686) in snd_via82xx_pcm_trigger() 1901 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_mixer_new() 1971 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2; in snd_via8233_init_misc() 1983 if (chip->chip_type != TYPE_VIA8233A) { in snd_via8233_init_misc() 2129 if (chip->chip_type == TYPE_VIA686) in snd_via82xx_chip_init() 2201 if (chip->chip_type == TYPE_VIA686) { in snd_via82xx_chip_init() 2208 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_chip_init() 2222 if (chip->chip_type != TYPE_VIA8233A) { in snd_via82xx_chip_init() 2253 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_suspend() [all …]
|
/linux-6.6.21/drivers/power/supply/ |
D | max17042_battery.c | 58 enum max170xx_chip_type chip_type; member 285 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) in max17042_get_property() 645 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17047 || in max17042_write_config_regs() 646 chip->chip_type == MAXIM_DEVICE_TYPE_MAX17050 || in max17042_write_config_regs() 647 chip->chip_type == MAXIM_DEVICE_TYPE_MAX17055) in max17042_write_config_regs() 660 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) { in max17042_write_custom_regs() 774 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) { in max17042_override_por_values() 782 if ((chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) || in max17042_override_por_values() 783 (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17047) || in max17042_override_por_values() 784 (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17050)) { in max17042_override_por_values() [all …]
|
/linux-6.6.21/drivers/bluetooth/ |
D | btrtl.c | 80 __u8 chip_type; member 131 .chip_type = RTL_CHIP_8723CS_CG, 143 .chip_type = RTL_CHIP_8723CS_VF, 155 .chip_type = RTL_CHIP_8723CS_XX, 314 u8 chip_type) in btrtl_match_ic() argument 332 (ic_id_table[i].chip_type != chip_type)) in btrtl_match_ic() 993 struct rtl_chip_type_evt *chip_type; in rtl_read_chip_type() local 1005 chip_type = skb_pull_data(skb, sizeof(*chip_type)); in rtl_read_chip_type() 1006 if (!chip_type) { in rtl_read_chip_type() 1013 chip_type->status, chip_type->type); in rtl_read_chip_type() [all …]
|
/linux-6.6.21/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 106 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member 222 lp->chip_type = rev_type &~ REVISON_BITS; in mac89x0_device_probe() 228 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in mac89x0_device_probe() 230 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in mac89x0_device_probe() 236 lp->chip_type == CS8900 ? '0' : '2', in mac89x0_device_probe() 237 lp->chip_type == CS8920M ? "M" : "", in mac89x0_device_probe() 298 if (lp->chip_type == CS8900) in net_open()
|
D | cs89x0.c | 138 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member 291 write_irq(struct net_device *dev, int chip_type, int irq) in write_irq() argument 295 if (chip_type == CS8900) { in write_irq() 349 if (lp->chip_type == CS8900) in get_dma_channel() 359 write_dma(struct net_device *dev, int chip_type, int dma) in write_dma() argument 364 if (chip_type == CS8900) in write_dma() 585 if (lp->chip_type == CS8900) { in detect_tp() 849 write_irq(dev, lp->chip_type, i); in net_open() 877 write_irq(dev, lp->chip_type, dev->irq); in net_open() 911 write_dma(dev, lp->chip_type, dev->dma); in net_open() [all …]
|
/linux-6.6.21/drivers/regulator/ |
D | rt5759-regulator.c | 54 unsigned long chip_type; member 243 if (priv->chip_type == CHIP_TYPE_RT5759A) in rt5759_regulator_register() 269 if (priv->chip_type != CHIP_TYPE_RT5759A) in rt5759_init_device_property() 303 if (priv->chip_type == CHIP_TYPE_RT5759A && reg == RT5759A_REG_WDTEN) in rt5759_is_accessible_reg() 327 priv->chip_type = (unsigned long)of_device_get_match_data(&i2c->dev); in rt5759_probe()
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-it87.c | 275 u16 chip_type; in it87_gpio_init() local 285 chip_type = superio_inw(CHIPID); in it87_gpio_init() 291 switch (chip_type) { in it87_gpio_init() 332 chip_type, chip_rev); in it87_gpio_init() 348 chip_type, chip_rev, it87_gpio->chip.ngpio, in it87_gpio_init()
|
/linux-6.6.21/drivers/mfd/ |
D | rohm-bd9576.c | 97 unsigned long chip_type; in bd957x_i2c_probe() local 101 chip_type = (unsigned long)of_device_get_match_data(&i2c->dev); in bd957x_i2c_probe() 103 switch (chip_type) { in bd957x_i2c_probe()
|
D | rohm-bd718x7.c | 134 unsigned int chip_type; in bd718xx_i2c_probe() local 142 chip_type = (unsigned int)(uintptr_t) in bd718xx_i2c_probe() 144 switch (chip_type) { in bd718xx_i2c_probe()
|
/linux-6.6.21/drivers/video/fbdev/via/ |
D | via-core.c | 192 if (global_dev.chip_type != UNICHROME_VX855) in viafb_request_dma() 322 static int viafb_get_fb_size_from_pci(int chip_type) in viafb_get_fb_size_from_pci() argument 375 if (chip_type < UNICHROME_CX700) { in viafb_get_fb_size_from_pci() 459 if (vdev->chip_type == UNICHROME_VX900) in via_pci_setup_mmio() 463 ret = vdev->fbmem_len = viafb_get_fb_size_from_pci(vdev->chip_type); in via_pci_setup_mmio() 634 global_dev.chip_type = ent->driver_data; in via_pci_probe()
|
/linux-6.6.21/drivers/media/usb/dvb-usb-v2/ |
D | af9035.c | 347 if (state->chip_type == 0x9306) { in af9035_i2c_master_xfer() 354 if (state->chip_type == 0x9306) { in af9035_i2c_master_xfer() 406 if (state->chip_type == 0x9306) { in af9035_i2c_master_xfer() 413 if (state->chip_type == 0x9306) { in af9035_i2c_master_xfer() 439 if (state->chip_type == 0x9306) { in af9035_i2c_master_xfer() 445 if (state->chip_type == 0x9306) { in af9035_i2c_master_xfer() 502 state->chip_type = rbuf[2] << 8 | rbuf[1] << 0; in af9035_identify_state() 509 state->prechip_version, state->chip_version, state->chip_type); in af9035_identify_state() 511 if (state->chip_type == 0x9135) { in af9035_identify_state() 532 } else if (state->chip_type == 0x9306) { in af9035_identify_state() [all …]
|
/linux-6.6.21/drivers/usb/serial/ |
D | ftdi_sio.c | 70 enum ftdi_chip_type chip_type; member 1276 switch (priv->chip_type) { in get_ftdi_divisor() 1347 ftdi_chip_name[priv->chip_type]); in get_ftdi_divisor() 1384 if (priv->chip_type == SIO || priv->chip_type == FT232A) in write_latency_timer() 1425 if (priv->chip_type == SIO || priv->chip_type == FT232A) in read_latency_timer() 1516 priv->chip_type = FT232A; in ftdi_determine_type() 1526 priv->chip_type = FT232B; in ftdi_determine_type() 1530 priv->chip_type = FT232B; in ftdi_determine_type() 1535 priv->chip_type = FT2232C; in ftdi_determine_type() 1539 priv->chip_type = FT232R; in ftdi_determine_type() [all …]
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 57 enum chip_type { enum 267 enum chip_type chip; /* chip code */ 342 static inline int is_t4(enum chip_type chip) in is_t4()
|
/linux-6.6.21/drivers/gpu/drm/rockchip/ |
D | analogix_dp-rockchip.c | 55 u32 chip_type; member 397 dp->plat_data.dev_type = dp->data->chip_type; in rockchip_dp_probe() 464 .chip_type = RK3399_EDP, 471 .chip_type = RK3288_DP,
|