Lines Matching refs:device
10 static inline int z_vrfy_sensor_attr_set(const struct device *dev, in z_vrfy_sensor_attr_set()
17 return z_impl_sensor_attr_set((const struct device *)dev, chan, attr, in z_vrfy_sensor_attr_set()
22 static inline int z_vrfy_sensor_attr_get(const struct device *dev, in z_vrfy_sensor_attr_get()
29 return z_impl_sensor_attr_get((const struct device *)dev, chan, attr, in z_vrfy_sensor_attr_get()
34 static inline int z_vrfy_sensor_sample_fetch(const struct device *dev) in z_vrfy_sensor_sample_fetch()
37 return z_impl_sensor_sample_fetch((const struct device *)dev); in z_vrfy_sensor_sample_fetch()
41 static inline int z_vrfy_sensor_sample_fetch_chan(const struct device *dev, in z_vrfy_sensor_sample_fetch_chan()
45 return z_impl_sensor_sample_fetch_chan((const struct device *)dev, in z_vrfy_sensor_sample_fetch_chan()
50 static inline int z_vrfy_sensor_channel_get(const struct device *dev, in z_vrfy_sensor_channel_get()
56 return z_impl_sensor_channel_get((const struct device *)dev, chan, in z_vrfy_sensor_channel_get()
62 static inline int z_vrfy_sensor_get_decoder(const struct device *dev, in z_vrfy_sensor_get_decoder()
72 const struct device *sensor, in z_vrfy_sensor_reconfigure_read_iodev()