Searched refs:chips (Results 101 - 121 of 121) sorted by relevance

12345

/linux-master/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c225 struct list_head chips; member in struct:atmel_nand_controller
1754 list_add_tail(&nand->node, &nc->chips);
1765 list_for_each_entry_safe(nand, tmp, &nc->chips, node) {
2034 INIT_LIST_HEAD(&nc->chips);
2643 list_for_each_entry(nand, &nc->chips, node) {
/linux-master/drivers/hwmon/
H A Dadm9240.c47 enum chips { adm9240, ds1780, lm81 }; enum
H A Dadm1025.c54 enum chips { adm1025, ne1619 }; enum
H A Dadt7475.c163 enum chips { adt7473, adt7475, adt7476, adt7490 }; enum
1556 static int load_config(const struct i2c_client *client, enum chips chip)
1606 static int load_attenuators(const struct i2c_client *client, enum chips chip,
1667 enum chips chip;
H A Dw83627hf.c13 * Supports following chips:
22 * For other winbond chips, and for i2c support in the above chips,
49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enum
52 enum chips type;
355 enum chips type;
724 enum chips type = data->type;
H A Dlm63.c132 enum chips { lm63, lm64, lm96163 }; enum
146 enum chips kind;
H A Df71882fg.c108 enum chips { f71808e, f71808a, f71858fg, f71862fg, f71868a, f71869, f71869a, enum
241 enum chips type;
246 enum chips type;
H A Dlm85.c30 enum chips { enum
170 * Some chips filter the temp, others the fan.
292 enum chips type;
1597 /* minctl and temp_off exist on all chips except emc6d103s */
H A Df75375s.c32 enum chips { f75373, f75375, f75387 }; enum
H A Dlm95234.c24 enum chips { lm95233, lm95234 }; enum
H A Damc6821.c39 enum chips { amc6821 }; enum
H A Ddme1737.c4 * and SCH5127 Super-I/O chips integrated hardware monitoring
10 * if a SCH311x or SCH5127 chip is found. Both types of chips have very
51 enum chips { dme1737, sch5027, sch311x, sch5127 }; enum
209 enum chips type;
767 * The ISA chips require explicit clearing of alarm bits.
1713 * in all chips. The following chips support them:
1729 * in all chips. The following chips support them:
1744 * available in all chips
[all...]
H A Dadm1031.c58 enum chips { adm1030, adm1031 }; enum
H A Dit87.c65 enum chips { it87, it8712, it8716, it8718, it8720, it8721, it8728, it8732, enum
226 /* Interface Selection register on other chips */
319 * Disabling configuration mode on some chips can result in system
322 * chips to avoid the problem.
555 enum chips type;
579 enum chips type;
943 /* Newer chips don't have clock dividers */
2719 /* If only one value given use for all chips */
2805 * I don't know if any such chips can exist but be defensive.
2833 /* in7 (VSB or VCCH5V) is always internal on some chips */
[all...]
H A Dlm90.c12 * This driver also supports the LM89 and LM99, two other sensor chips
17 * Note that there is no way to differentiate between both chips.
30 * chips made by Maxim. These chips are similar to the LM86.
36 * These chips lack the remote temperature offset feature.
44 * precision is not enabled by default, as this driver initializes all chips
49 * MAX6692 chips made by Maxim. These are again similar to the LM86,
54 * chips made by Maxim. These are quite similar to the other Maxim
55 * chips. The MAX6680 and MAX6681 only differ in the pinout so they can
59 * chips mad
136 enum chips { adm1023, adm1032, adt7461, adt7461a, adt7481, enum
[all...]
/linux-master/drivers/hwmon/pmbus/
H A Dmax34440.c17 enum chips { max34440, max34441, max34446, max34451, max34460, max34461 }; enum
H A Dadm1275.c21 enum chips { adm1075, adm1272, adm1275, adm1276, adm1278, adm1281, adm1293, adm1294 }; enum
186 * The PMON configuration register is a 16-bit register only on chips
187 * supporting power average sampling. On other chips it is an 8-bit
/linux-master/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c504 struct list_head chips; member in struct:cdns_nand_ctrl
2821 list_add_tail(&cdns_chip->node, &cdns_ctrl->chips);
2832 list_for_each_entry_safe(entry, temp, &cdns_ctrl->chips, node) {
2852 "too many NAND chips: %d (max = %d CS)\n",
2924 INIT_LIST_HEAD(&cdns_ctrl->chips);
/linux-master/drivers/regulator/
H A Dpfuze100-regulator.c63 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enum
/linux-master/drivers/mtd/nand/spi/
H A Dcore.c968 manufacturer->chips,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dump.h49 u32 chips; member in struct:reg_addr
58 u32 chips; member in struct:wreg_addr

Completed in 320 milliseconds

12345