Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 25 of 65) sorted by relevance

123

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_chip_type.h56 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/sound/pci/ctxfi/
H A Dcthardware.c19 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()
H A Dctatc.h80 int chip_type; member
152 unsigned int rsr, unsigned int msr, int chip_type,
H A Dcthardware.h192 enum CHIPTYP chip_type;
196 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type,
190 enum CHIPTYP chip_type; global() member
/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_i2c.c30 switch (st->chip_type) { in inv_mpu_i2c_aux_bus()
67 switch (st->chip_type) { in inv_mpu_i2c_aux_setup()
105 enum inv_devices chip_type; in inv_mpu_probe() local
115 chip_type = (uintptr_t)match; in inv_mpu_probe()
118 chip_type = (enum inv_devices) in inv_mpu_probe()
133 inv_mpu_i2c_aux_setup, chip_type); in inv_mpu_probe()
H A Dinv_mpu_spi.c41 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()
H A Dinv_mpu_magn.c49 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()
/linux/arch/sparc/kernel/
H A Dpci_schizo.c1081 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) in schizo_scan_bus()
1098 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) { in schizo_pbm_strbuf_init()
1272 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO && in schizo_pbm_hw_init()
1281 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO && in schizo_pbm_hw_init()
1287 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) in schizo_pbm_hw_init()
1300 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) { in schizo_pbm_hw_init()
1316 int chip_type) in schizo_pbm_init() argument
1323 switch (chip_type) { in schizo_pbm_init()
1364 pbm->chip_type = chip_type; in schizo_pbm_init()
1371 if (chip_type == PBM_CHIP_TYPE_TOMATILLO) in schizo_pbm_init()
[all …]
H A Dpsycho_common.c454 const char *chip_name, int chip_type) in psycho_pbm_init_common() argument
460 pbm->chip_type = chip_type; in psycho_pbm_init_common()
H A Dpsycho_common.h47 const char *chip_name, int chip_type);
/linux/drivers/bluetooth/
H A Dbtrtl.c84 __u8 chip_type; member
135 .chip_type = RTL_CHIP_8723CS_CG,
147 .chip_type = RTL_CHIP_8723CS_VF,
159 .chip_type = RTL_CHIP_8723CS_XX,
344 u8 chip_type) in btrtl_match_ic() argument
363 (ic_id_table[i].chip_type != chip_type)) in btrtl_match_ic()
1019 struct rtl_chip_type_evt *chip_type; in rtl_read_chip_type() local
1031 chip_type = skb_pull_data(skb, sizeof(*chip_type)); in rtl_read_chip_type()
1032 if (!chip_type) { in rtl_read_chip_type()
1039 chip_type->status, chip_type->type); in rtl_read_chip_type()
[all …]
/linux/sound/pci/
H A Dals300.c118 int chip_type; /* ALS300 or ALS300+ */ member
158 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^ in snd_als300_set_irq_flag()
591 struct pci_dev *pci, int chip_type) in snd_als300_create() argument
610 chip->chip_type = chip_type; in snd_als300_create()
619 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_create()
680 int err, chip_type; in snd_als300_probe() local
695 chip_type = pci_id->driver_data; in snd_als300_probe()
697 err = snd_als300_create(card, pci, chip_type); in snd_als300_probe()
702 if (chip->chip_type == DEVICE_ALS300_PLUS) in snd_als300_probe()
H A Dvia82xx.c345 int chip_type; member
722 if (chip->chip_type != TYPE_VIA686) in snd_via82xx_pcm_trigger()
1891 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_mixer_new()
1961 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2; in snd_via8233_init_misc()
1973 if (chip->chip_type != TYPE_VIA8233A) { in snd_via8233_init_misc()
2115 if (chip->chip_type == TYPE_VIA686) in snd_via82xx_chip_init()
2187 if (chip->chip_type == TYPE_VIA686) { in snd_via82xx_chip_init()
2194 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_chip_init()
2208 if (chip->chip_type != TYPE_VIA8233A) { in snd_via82xx_chip_init()
2238 if (chip->chip_type != TYPE_VIA686) { in snd_via82xx_suspend()
[all …]
/linux/drivers/regulator/
H A Drt5759-regulator.c54 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/drivers/gpio/
H A Dgpio-it87.c273 u16 chip_type; in it87_gpio_init() local
283 chip_type = superio_inw(CHIPID); in it87_gpio_init()
289 switch (chip_type) { in it87_gpio_init()
330 chip_type, chip_rev); in it87_gpio_init()
346 chip_type, chip_rev, it87_gpio->chip.ngpio, in it87_gpio_init()
/linux/drivers/mfd/
H A Drohm-bd9576.c97 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()
/linux/drivers/watchdog/
H A Dit8712f_wdt.c360 int chip_type; in it8712f_wdt_find() local
365 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
366 if (chip_type != IT8712F_DEVID) in it8712f_wdt_find()
393 chip_type, revision, *address); in it8712f_wdt_find()
/linux/drivers/gpu/drm/rockchip/
H A Danalogix_dp-rockchip.c63 u32 chip_type; member
481 dp->plat_data.dev_type = dp->data->chip_type; in rockchip_dp_probe()
545 .chip_type = RK3399_EDP,
554 .chip_type = RK3288_DP,
563 .chip_type = RK3588_EDP,
568 .chip_type = RK3588_EDP,
/linux/drivers/usb/serial/
H A Dftdi_sio.c70 enum ftdi_chip_type chip_type; member
1273 switch (priv->chip_type) { in get_ftdi_divisor()
1336 ftdi_chip_name[priv->chip_type]); in get_ftdi_divisor()
1373 if (priv->chip_type == SIO || priv->chip_type == FT232A) in write_latency_timer()
1414 if (priv->chip_type == SIO || priv->chip_type == FT232A) in read_latency_timer()
1507 priv->chip_type = FT232A; in ftdi_determine_type()
1517 priv->chip_type = FT232B; in ftdi_determine_type()
1521 priv->chip_type = FT232B; in ftdi_determine_type()
1526 priv->chip_type = FT2232C; in ftdi_determine_type()
1530 priv->chip_type = FT232R; in ftdi_determine_type()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h57 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/drivers/hwmon/
H A Dadm1031.c67 int chip_type; member
122 chan < ((data->chip_type == adm1031) ? 3 : 2); chan++) { in adm1031_update_device()
171 if (data->chip_type == adm1030) in adm1031_update_device()
174 for (chan = 0; chan < (data->chip_type == adm1030 ? 1 : 2); in adm1031_update_device()
544 || (data->chip_type == adm1031 in trust_fan_readings()
1001 if (data->chip_type == adm1031) { in adm1031_init_client()
1036 data->chip_type = (uintptr_t)i2c_get_match_data(client); in adm1031_probe()
1039 if (data->chip_type == adm1030) in adm1031_probe()
1049 if (data->chip_type == adm1031) in adm1031_probe()
/linux/drivers/scsi/
H A Dadvansys.c1827 uchar chip_type; member
2660 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { in advansys_info()
2662 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { in advansys_info()
2926 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { in asc_prt_adv_board_eeprom()
2928 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { in asc_prt_adv_board_eeprom()
2938 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { in asc_prt_adv_board_eeprom()
2940 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { in asc_prt_adv_board_eeprom()
2951 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) in asc_prt_adv_board_eeprom()
2956 else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) in asc_prt_adv_board_eeprom()
2968 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { in asc_prt_adv_board_eeprom()
[all …]
/linux/include/linux/mfd/da9062/
H A Dcore.h63 enum da9062_compatible_types chip_type; member
/linux/arch/mips/include/asm/octeon/
H A Docteon.h101 uint16_t chip_type; member
154 uint16_t chip_type;
/linux/drivers/iio/temperature/
H A Dmaxim_thermocouple.c232 const int chip_type = (id->driver_data == MAX6675) ? MAX6675 : MAX31855; in maxim_thermocouple_probe() local
234 &maxim_thermocouple_chips[chip_type]; in maxim_thermocouple_probe()

123