Home
last modified time | relevance | path

Searched defs:mod_no (Results 1 – 2 of 2) sorted by relevance

/drivers/mfd/
Dtwl-core.c411 static struct regmap *twl_get_regmap(u8 mod_no) in twl_get_regmap()
440 int twl_i2c_write(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes) in twl_i2c_write()
468 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes) in twl_i2c_read()
495 int twl_set_regcache_bypass(u8 mod_no, bool enable) in twl_set_regcache_bypass()
595 add_numbered_child(unsigned mod_no, const char *name, int num, in add_numbered_child()
651 static inline struct device *add_child(unsigned mod_no, const char *name, in add_child()
/drivers/power/supply/
Dtwl4030_charger.c157 static int twl4030_clear_set(u8 mod_no, u8 clear, u8 set, u8 reg) in twl4030_clear_set()