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

12345

/linux-master/drivers/hwmon/
H A Dthmc50.c26 enum chips { thmc50, adm1022 }; enum
62 enum chips type;
H A Dadm1021.c24 enum chips { enum
70 enum chips type;
356 * exists on all those chips and compare with the dev_id
H A Dmax1668.c53 enum chips { max1668, max1805, max1989 }; enum
58 enum chips type;
H A Dtmp421.c30 enum chips { tmp421, tmp422, tmp423, tmp441, tmp442 }; enum
305 enum chips kind;
H A Dsmsc47m1.c8 * Super-I/O chips.
39 enum chips { smsc47m1, smsc47m2 }; enum
119 enum chips type;
133 enum chips type;
543 * The LPC47M15x and LPC47M192 chips "with hardware monitoring block"
635 enum chips type, int action,
H A Dmax16065.c24 enum chips { max16065, max16066, max16067, max16068, max16070, max16071 }; enum
82 enum chips type;
/linux-master/drivers/rtc/
H A Drtc-ds1307.c3 * rtc-ds1307.c - RTC driver for some mostly-compatible I2C chips.
207 static const struct chip_desc chips[last_ds_type]; variable in typeref:struct:chip_desc
213 const struct chip_desc *chip = &chips[ds1307->type];
323 const struct chip_desc *chip = &chips[ds1307->type];
965 static const struct chip_desc chips[last_ds_type] = { variable in typeref:struct:chip_desc
1152 * signal; ds1339 chips have only one alarm signal.
1261 const struct chip_desc *chip = &chips[ds1307->type];
1271 const struct chip_desc *chip = &chips[ds1307->type];
1748 chip = &chips[ds1307->type];
1750 chip = &chips[i
[all...]
/linux-master/drivers/hwmon/pmbus/
H A Dlm25066.c20 enum chips { lm25056 = 1, lm25066, lm5064, lm5066, lm5066i }; enum
485 data->id = (enum chips)(unsigned long)i2c_get_match_data(client);
570 MODULE_DESCRIPTION("PMBus driver for LM25066 and compatible chips");
H A Disl68137.c24 enum chips { enum
H A Ducd9000.c23 enum chips { ucd9000, ucd90120, ucd90124, ucd90160, ucd90320, ucd9090, enum
517 * Of the chips this driver supports, only the UCD9090, UCD90160,
520 * chips.
564 enum chips chip;
/linux-master/drivers/mtd/lpddr/
H A Dqinfo_probe.c3 * Probing flash chips with QINFO records.
170 retlpddr = kzalloc(struct_size(retlpddr, chips, numvirtchips),
234 MODULE_DESCRIPTION("Driver to probe qinfo flash chips");
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c257 int offset, chips, connectors, tmp, i, conn, type; local
277 chips = BIOS_IN8(offset++) >> 4;
278 pr_debug("%d chips in connector info\n", chips);
279 for (i = 0; i < chips; i++) {
/linux-master/drivers/mtd/nand/spi/
H A Dmacronix.c330 .chips = macronix_spinand_table,
H A Dtoshiba.c310 .chips = toshiba_spinand_table,
H A Dmicron.c306 .chips = micron_spinand_table,
H A Dwinbond.c256 .chips = winbond_spinand_table,
/linux-master/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c131 * @chips: List of connected NAND chips
141 struct list_head chips; member in struct:pl35x_nandc
1092 list_add_tail(&plnand->node, &nfc->chips);
1103 list_for_each_entry_safe(plnand, tmp, &nfc->chips, node) {
1119 dev_err(nfc->dev, "Incorrect number of NAND chips (%d)\n",
1150 INIT_LIST_HEAD(&nfc->chips);
H A Ddenali.c967 * When the IP configuration is x16 capable and two x8 chips are
992 /* 2 chips in parallel */
1207 list_for_each_entry(dchip2, &denali->chips, node) {
1223 * Use "label" property if multiple chips are connected.
1225 if (!mtd->name && list_empty(&denali->chips))
1261 list_add_tail(&dchip->node, &denali->chips);
1281 INIT_LIST_HEAD(&denali->chips);
1367 list_for_each_entry_safe(dchip, tmp, &denali->chips, node) {
H A Drockchip-nand-controller.c5 * Author: Yifeng Zhao <yifeng.zhao@rock-chips.com>
180 struct list_head chips; member in struct:rk_nfc
1192 list_add_tail(&rknand->node, &nfc->chips);
1203 list_for_each_entry_safe(rknand, tmp, &nfc->chips, node) {
1219 dev_err(nfc->dev, "incorrect number of NAND chips (%d)\n",
1375 INIT_LIST_HEAD(&nfc->chips);
1423 dev_err(dev, "failed to init NAND chips\n");
1466 list_for_each_entry(rknand, &nfc->chips, node) {
1492 MODULE_AUTHOR("Yifeng Zhao <yifeng.zhao@rock-chips.com>");
H A Dmtk_nand.c153 struct list_head chips; member in struct:mtk_nfc
1427 list_add_tail(&chip->node, &nfc->chips);
1503 INIT_LIST_HEAD(&nfc->chips);
1558 dev_err(dev, "failed to init nand chips\n");
1577 while (!list_empty(&nfc->chips)) {
1578 mtk_chip = list_first_entry(&nfc->chips,
1625 list_for_each_entry(chip, &nfc->chips, node) {
/linux-master/drivers/media/platform/chips-media/coda/
H A Dtrace.h170 #define TRACE_INCLUDE_PATH ../../drivers/media/platform/chips-media/coda
/linux-master/drivers/spi/
H A Dspi-aspeed-smc.c103 struct aspeed_spi_chip chips[ASPEED_SPI_MAX_NUM_CS]; member in struct:aspeed_spi
299 struct aspeed_spi_chip *chip = &aspi->chips[spi_get_chipselect(mem->spi, 0)];
557 struct aspeed_spi_chip *chip = &aspi->chips[spi_get_chipselect(desc->mem->spi, 0)];
624 struct aspeed_spi_chip *chip = &aspi->chips[spi_get_chipselect(desc->mem->spi, 0)];
675 struct aspeed_spi_chip *chip = &aspi->chips[cs];
/linux-master/drivers/gpio/
H A Dgpio-f7188x.c3 * GPIO driver for Fintek and Nuvoton Super-I/O chips
56 enum chips { enum
83 enum chips type;
664 MODULE_DESCRIPTION("GPIO driver for Super-I/O chips F71869, F71869A, F71882FG, F71889A, F71889F and F81866");
/linux-master/drivers/mtd/maps/
H A Dichxrom.c5 * Normal mappings of chips in physical memory
208 /* Loop through and look for rom chips */
286 cfi->chips[i].start += offset;
381 MODULE_DESCRIPTION("MTD map driver for BIOS chips on the ICHX southbridge");
H A Dck804xrom.c5 * Normal mappings of chips in physical memory
211 /* Loop through and look for rom chips. Since we don't know the
289 cfi->chips[i].start += offset;
385 MODULE_DESCRIPTION("MTD map driver for BIOS chips on the Nvidia ck804 southbridge");

Completed in 599 milliseconds

12345