Lines Matching refs:device
24 static inline int hp206c_bus_config(const struct device *dev) in hp206c_bus_config()
34 static int hp206c_read(const struct device *dev, uint8_t cmd, uint8_t *data, in hp206c_read()
48 static int hp206c_read_reg(const struct device *dev, uint8_t reg_addr, in hp206c_read_reg()
56 static int hp206c_write(const struct device *dev, uint8_t cmd, uint8_t *data, in hp206c_write()
70 static int hp206c_write_reg(const struct device *dev, uint8_t reg_addr, in hp206c_write_reg()
78 static int hp206c_cmd_send(const struct device *dev, uint8_t cmd) in hp206c_cmd_send()
104 static int hp206c_osr_set(const struct device *dev, uint16_t osr) in hp206c_osr_set()
122 static int hp206c_altitude_offs_set(const struct device *dev, int16_t offs) in hp206c_altitude_offs_set()
141 static int hp206c_attr_set(const struct device *dev, enum sensor_channel chan, in hp206c_attr_set()
163 static int hp206c_wait_dev_ready(const struct device *dev, in hp206c_wait_dev_ready()
183 static int hp206c_adc_acquire(const struct device *dev, in hp206c_adc_acquire()
208 static int hp206c_val_get(const struct device *dev, in hp206c_val_get()
239 static inline int hp206c_pressure_get(const struct device *dev, in hp206c_pressure_get()
245 static inline int hp206c_altitude_get(const struct device *dev, in hp206c_altitude_get()
251 static inline int hp206c_temperature_get(const struct device *dev, in hp206c_temperature_get()
257 static int hp206c_channel_get(const struct device *dev, in hp206c_channel_get()
284 static int hp206c_init(const struct device *dev) in hp206c_init()