Lines Matching refs:device
191 typedef int (*variant_w1_script_cmd_fn)(const struct device *dev,
261 int w1_ds2477_85_init(const struct device *dev);
262 int ds2477_85_write_port_config(const struct device *dev, uint8_t reg,
264 int ds2477_85_read_port_config(const struct device *dev, uint8_t reg,
266 int ds2477_85_reset_master(const struct device *dev);
267 int ds2477_85_reset_bus(const struct device *dev);
268 int ds2477_85_read_bit(const struct device *dev);
269 int ds2477_85_write_bit(const struct device *dev, const bool bit);
270 int ds2477_85_read_byte(const struct device *dev);
271 int ds2477_85_write_byte(const struct device *dev, const uint8_t tx_byte);
272 int ds2477_85_write_block(const struct device *dev, const uint8_t *buffer,
274 int ds2477_85_read_block(const struct device *dev, uint8_t *buffer,
276 int ds2477_85_configure(const struct device *dev, enum w1_settings_type type,