[go: nahoru, domu]

Searched defs:chips (Results 1 - 25 of 61) sorted by relevance

123

/drivers/hwmon/pmbus/
H A Ducd9200.c33 enum chips { ucd9200, ucd9220, ucd9222, ucd9224, ucd9240, ucd9244, ucd9246, enum
H A Dmax34440.c29 enum chips { max34440, max34441, max34446, max34460, max34461 }; enum
H A Ducd9000.c31 enum chips { ucd9000, ucd90120, ucd90124, ucd9090, ucd90910 }; enum
H A Dadm1275.c26 enum chips { adm1075, adm1275, adm1276 }; enum
H A Dlm25066.c30 enum chips { lm25056, lm25063, lm25066, lm5064, lm5066 }; enum
529 MODULE_DESCRIPTION("PMBus driver for LM25066 and compatible chips");
H A Dzl6100.c32 enum chips { zl2004, zl2005, zl2006, zl2008, zl2105, zl2106, zl6100, zl6105, enum
130 /* Some chips need a delay between accesses */
361 * supported chips are known to require a wait time between I2C
H A Dltc2978.c27 enum chips { ltc2974, ltc2977, ltc2978, ltc3880, ltc3883, ltm4676 }; enum
29 /* Common for all chips */
79 enum chips id;
311 enum chips id)
/drivers/hwmon/
H A Dmcp3021.c43 enum chips { enum
H A Dad7418.c29 enum chips { ad7416, ad7417, ad7418 }; enum
48 enum chips type;
H A Dmax1111.c25 enum chips { max1110, max1111, max1112, max1113 }; enum
184 enum chips chip = spi_get_device_id(spi)->driver_data;
H A Dtmp421.c38 enum chips { tmp421, tmp422, tmp423, tmp441, tmp442 }; enum
236 enum chips kind;
H A Dadm1025.c67 enum chips { adm1025, ne1619 }; enum
H A Dds1621.c50 enum chips { ds1621, ds1625, ds1631, ds1721, ds1731 }; enum
127 enum chips kind; /* device type */
H A Dlm83.c50 enum chips { lm83, lm82 }; enum
H A Dmax1668.c66 enum chips { max1668, max1805, max1989 }; enum
71 enum chips type;
H A Dthmc50.c39 enum chips { thmc50, adm1022 }; enum
75 enum chips type;
/drivers/gpio/
H A Dgpio-f7188x.c38 enum chips { f71882fg, f71889f }; enum
47 enum chips type;
454 MODULE_DESCRIPTION("GPIO driver for Super-I/O chips F71882FG and F71889F");
H A Dgpio-davinci.c182 struct davinci_gpio_controller *chips = dev_get_drvdata(gc->dev); local
188 if (gc != &chips[gpiospec->args[0] / 32].chip)
202 struct davinci_gpio_controller *chips; local
230 chips = devm_kzalloc(dev,
233 if (!chips)
247 chips[i].chip.label = "DaVinci";
249 chips[i].chip.direction_input = davinci_direction_in;
250 chips[i].chip.get = davinci_gpio_get;
251 chips[i].chip.direction_output = davinci_direction_out;
252 chips[
477 struct davinci_gpio_controller *chips = platform_get_drvdata(pdev); local
[all...]
/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c7 * This module supports the PCA954x series of I2C multiplexer/switch chips
13 * These chips are all controlled via the I2C bus itself, and all have a
77 static const struct chip_desc chips[] = { variable in typeref:struct:chip_desc
152 const struct chip_desc *chip = &chips[data->type];
221 for (num = 0; num < chips[data->type].nchans; num++) {
251 num, chips[data->type].muxtype == pca954x_ismux
265 const struct chip_desc *chip = &chips[data->type];
/drivers/isdn/hisax/
H A Disurf.c132 reset_isurf(struct IsdnCardState *cs, u_char chips) argument
136 byteout(cs->hw.isurf.reset, chips); /* Reset On */
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dump.h47 u32 chips; member in struct:reg_addr
56 u32 chips; member in struct:wreg_addr
/drivers/spi/
H A Dspi-sc18is602.c31 enum chips { sc18is602, sc18is602b, sc18is603 }; enum
53 enum chips id;
/drivers/mtd/nand/
H A Dfsl_elbc_nand.c66 struct fsl_elbc_mtd *chips[MAX_BANKS]; member in struct:fsl_elbc_fcm_ctrl
114 * OOB {11, 5}, works for both SP and LP chips, with ECCM = 1 and ECCM = 0.
519 * chips per bank.
807 elbc_fcm_ctrl->chips[priv->bank] = NULL;
877 elbc_fcm_ctrl->chips[bank] = priv;
/drivers/regulator/
H A Dpfuze100-regulator.c59 enum chips { PFUZE100, PFUZE200 }; enum
H A Dtps62360-regulator.c54 enum chips {TPS62360, TPS62361, TPS62362, TPS62363}; enum

Completed in 390 milliseconds

123