Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-st.c185 struct st_i2c_dev { struct
237 static void st_i2c_flush_rx_fifo(struct st_i2c_dev *i2c_dev) in st_i2c_flush_rx_fifo()
256 static void st_i2c_soft_reset(struct st_i2c_dev *i2c_dev) in st_i2c_soft_reset()
272 static void st_i2c_hw_config(struct st_i2c_dev *i2c_dev) in st_i2c_hw_config()
341 struct st_i2c_dev *i2c_dev = i2c_get_adapdata(i2c_adap); in st_i2c_recover_bus()
371 static int st_i2c_wait_free_bus(struct st_i2c_dev *i2c_dev) in st_i2c_wait_free_bus()
400 static inline void st_i2c_write_tx_fifo(struct st_i2c_dev *i2c_dev, u8 byte) in st_i2c_write_tx_fifo()
414 static void st_i2c_wr_fill_tx_fifo(struct st_i2c_dev *i2c_dev) in st_i2c_wr_fill_tx_fifo()
440 static void st_i2c_rd_fill_tx_fifo(struct st_i2c_dev *i2c_dev, u32 max) in st_i2c_rd_fill_tx_fifo()
458 static void st_i2c_read_rx_fifo(struct st_i2c_dev *i2c_dev) in st_i2c_read_rx_fifo()
[all …]