Searched refs:chip_type (Results 1 - 25 of 82) sorted by relevance

1234

/linux-master/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)
77 static inline int is_t5(enum chip_type chip)
82 static inline int is_t6(enum chip_type chip)
/linux-master/sound/pci/ctxfi/
H A Dcthardware.c19 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type, argument
24 switch (chip_type) {
39 (*rhw)->chip_type = chip_type;
H A Dctatc.h80 int chip_type; member in struct:ct_atc
152 unsigned int rsr, unsigned int msr, int chip_type,
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_i2c.c30 switch (st->chip_type) {
66 switch (st->chip_type) {
104 enum inv_devices chip_type; local
114 chip_type = (uintptr_t)match;
117 chip_type = (enum inv_devices)
132 inv_mpu_i2c_aux_setup, chip_type);
H A Dinv_mpu_spi.c41 enum inv_devices chip_type; local
44 chip_type = (enum inv_devices)spi_id->driver_data;
47 chip_type = (uintptr_t)match;
61 inv_mpu_i2c_disable, chip_type);
H A Dinv_mpu_magn.c49 switch (st->chip_type) {
76 switch (st->chip_type) {
113 switch (st->chip_type) {
207 switch (st->chip_type) {
270 switch (st->chip_type) {
/linux-master/include/linux/mfd/da9062/
H A Dcore.h63 enum da9062_compatible_types chip_type; member in struct:da9062
/linux-master/drivers/watchdog/
H A Dit87_wdt.c89 static unsigned int max_units, chip_type; variable
171 if (chip_type != IT8721_ID)
272 chip_type = superio_inw(CHIPID);
276 switch (chip_type) {
307 chip_type, chip_rev);
314 chip_type, chip_rev);
325 switch (chip_type) {
358 chip_type, chip_rev, timeout, nowayout, testmode);
H A Dit8712f_wdt.c361 int chip_type; local
366 chip_type = superio_inw(DEVID);
367 if (chip_type != IT8712F_DEVID)
394 chip_type, revision, *address);
/linux-master/arch/sparc/kernel/
H A Dpsycho_common.h47 const char *chip_name, int chip_type);
H A Dpci_schizo.c1081 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO)
1098 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) {
1272 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO &&
1281 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO &&
1287 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO)
1300 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) {
1316 int chip_type)
1323 switch (chip_type) {
1364 pbm->chip_type = chip_type;
1314 schizo_pbm_init(struct pci_pbm_info *pbm, struct platform_device *op, u32 portid, int chip_type) argument
1397 portid_compare(u32 x, u32 y, int chip_type) argument
1407 schizo_find_sibling(u32 portid, int chip_type) argument
1418 __schizo_init(struct platform_device *op, unsigned long chip_type) argument
1467 unsigned long chip_type = (unsigned long)device_get_match_data(&op->dev); local
[all...]
/linux-master/sound/soc/codecs/aw88395/
H A Daw88395_lib.h64 unsigned char chip_type[8]; member in struct:bin_header_info
/linux-master/drivers/mfd/
H A Drohm-bd718x7.c134 unsigned int chip_type; local
142 chip_type = (unsigned int)(uintptr_t)
144 switch (chip_type) {
H A Drohm-bd9576.c97 unsigned long chip_type; local
101 chip_type = (unsigned long)of_device_get_match_data(&i2c->dev);
103 switch (chip_type) {
/linux-master/drivers/power/supply/
H A Dmax17042_battery.c58 enum max170xx_chip_type chip_type; member in struct:max17042_chip
285 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042)
645 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17047 ||
646 chip->chip_type == MAXIM_DEVICE_TYPE_MAX17050 ||
647 chip->chip_type == MAXIM_DEVICE_TYPE_MAX17055)
660 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) {
774 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) {
782 if ((chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) ||
783 (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17047) ||
784 (chip->chip_type
[all...]
/linux-master/drivers/net/ethernet/cirrus/
H A Dmac89x0.c106 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local
222 lp->chip_type = rev_type &~ REVISON_BITS;
228 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
230 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
236 lp->chip_type == CS8900 ? '0' : '2',
237 lp->chip_type == CS8920M ? "M" : "",
298 if (lp->chip_type == CS8900)
H A Dcs89x0.c138 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local
291 write_irq(struct net_device *dev, int chip_type, int irq) argument
295 if (chip_type == CS8900) {
349 if (lp->chip_type == CS8900)
359 write_dma(struct net_device *dev, int chip_type, int dma) argument
364 if (chip_type == CS8900)
585 if (lp->chip_type == CS8900) {
849 write_irq(dev, lp->chip_type, i);
877 write_irq(dev, lp->chip_type, dev->irq);
911 write_dma(dev, lp->chip_type, de
[all...]
/linux-master/sound/pci/
H A Dals300.c118 int chip_type; /* ALS300 or ALS300+ */ member in struct:snd_als300
158 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^
598 struct pci_dev *pci, int chip_type)
617 chip->chip_type = chip_type;
626 if (chip->chip_type == DEVICE_ALS300_PLUS)
687 int err, chip_type; local
702 chip_type = pci_id->driver_data;
704 err = snd_als300_create(card, pci, chip_type);
709 if (chip->chip_type
597 snd_als300_create(struct snd_card *card, struct pci_dev *pci, int chip_type) argument
[all...]
H A Dvia82xx.c345 int chip_type; member in struct:via82xx
726 if (chip->chip_type != TYPE_VIA686)
1899 if (chip->chip_type != TYPE_VIA686) {
1969 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2;
1981 if (chip->chip_type != TYPE_VIA8233A) {
2123 if (chip->chip_type == TYPE_VIA686)
2195 if (chip->chip_type == TYPE_VIA686) {
2202 if (chip->chip_type != TYPE_VIA686) {
2216 if (chip->chip_type != TYPE_VIA8233A) {
2246 if (chip->chip_type !
2301 snd_via82xx_create(struct snd_card *card, struct pci_dev *pci, int chip_type, int revision, unsigned int ac97_clock) argument
2451 int chip_type = 0, card_type; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-it87.c275 u16 chip_type; local
285 chip_type = superio_inw(CHIPID);
291 switch (chip_type) {
332 chip_type, chip_rev);
348 chip_type, chip_rev, it87_gpio->chip.ngpio,
/linux-master/drivers/regulator/
H A Drt5759-regulator.c54 unsigned long chip_type; member in struct:rt5759_priv
243 if (priv->chip_type == CHIP_TYPE_RT5759A)
269 if (priv->chip_type != CHIP_TYPE_RT5759A)
303 if (priv->chip_type == CHIP_TYPE_RT5759A && reg == RT5759A_REG_WDTEN)
327 priv->chip_type = (unsigned long)of_device_get_match_data(&i2c->dev);
/linux-master/drivers/bluetooth/
H A Dbtrtl.c81 __u8 chip_type; member in struct:id_table
132 .chip_type = RTL_CHIP_8723CS_CG,
144 .chip_type = RTL_CHIP_8723CS_VF,
156 .chip_type = RTL_CHIP_8723CS_XX,
324 u8 chip_type)
342 (ic_id_table[i].chip_type != chip_type))
1004 struct rtl_chip_type_evt *chip_type; local
1016 chip_type = skb_pull_data(skb, sizeof(*chip_type));
322 btrtl_match_ic(u16 lmp_subver, u16 hci_rev, u8 hci_ver, u8 hci_bus, u8 chip_type) argument
1059 u8 hci_ver, lmp_ver, chip_type = 0; local
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw_chip.h60 enum chip_type { enum
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daf9035.h51 u16 chip_type; member in struct:state
/linux-master/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)

Completed in 429 milliseconds

1234