Searched refs:as3722 (Results 1 – 1 of 1) sorted by relevance
/include/linux/mfd/ |
D | as3722.h | 386 struct as3722 { struct 396 static inline int as3722_read(struct as3722 *as3722, u32 reg, u32 *dest) in as3722_read() argument 398 return regmap_read(as3722->regmap, reg, dest); in as3722_read() 401 static inline int as3722_write(struct as3722 *as3722, u32 reg, u32 value) in as3722_write() argument 403 return regmap_write(as3722->regmap, reg, value); in as3722_write() 406 static inline int as3722_block_read(struct as3722 *as3722, u32 reg, in as3722_block_read() argument 409 return regmap_bulk_read(as3722->regmap, reg, buf, count); in as3722_block_read() 412 static inline int as3722_block_write(struct as3722 *as3722, u32 reg, in as3722_block_write() argument 415 return regmap_bulk_write(as3722->regmap, reg, data, count); in as3722_block_write() 418 static inline int as3722_update_bits(struct as3722 *as3722, u32 reg, in as3722_update_bits() argument [all …]
|