Home
last modified time | relevance | path

Searched refs:dpot_data (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/
Dad525x_dpot.c83 struct dpot_data { struct
96 static inline int dpot_read_d8(struct dpot_data *dpot) in dpot_read_d8() argument
101 static inline int dpot_read_r8d8(struct dpot_data *dpot, u8 reg) in dpot_read_r8d8()
106 static inline int dpot_read_r8d16(struct dpot_data *dpot, u8 reg) in dpot_read_r8d16()
111 static inline int dpot_write_d8(struct dpot_data *dpot, u8 val) in dpot_write_d8()
116 static inline int dpot_write_r8d8(struct dpot_data *dpot, u8 reg, u16 val) in dpot_write_r8d8()
121 static inline int dpot_write_r8d16(struct dpot_data *dpot, u8 reg, u16 val) in dpot_write_r8d16()
126 static s32 dpot_read_spi(struct dpot_data *dpot, u8 reg) in dpot_read_spi()
174 static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg) in dpot_read_i2c()
228 static s32 dpot_read(struct dpot_data *dpot, u8 reg) in dpot_read()
[all …]
Dad525x_dpot.h194 struct dpot_data;