Lines Matching refs:st_i2c_dev

184 struct st_i2c_dev {  struct
236 static void st_i2c_flush_rx_fifo(struct st_i2c_dev *i2c_dev) in st_i2c_flush_rx_fifo()
255 static void st_i2c_soft_reset(struct st_i2c_dev *i2c_dev) in st_i2c_soft_reset()
271 static void st_i2c_hw_config(struct st_i2c_dev *i2c_dev) in st_i2c_hw_config()
340 struct st_i2c_dev *i2c_dev = i2c_get_adapdata(i2c_adap); in st_i2c_recover_bus()
370 static int st_i2c_wait_free_bus(struct st_i2c_dev *i2c_dev) in st_i2c_wait_free_bus()
399 static inline void st_i2c_write_tx_fifo(struct st_i2c_dev *i2c_dev, u8 byte) in st_i2c_write_tx_fifo()
413 static void st_i2c_wr_fill_tx_fifo(struct st_i2c_dev *i2c_dev) in st_i2c_wr_fill_tx_fifo()
439 static void st_i2c_rd_fill_tx_fifo(struct st_i2c_dev *i2c_dev, u32 max) in st_i2c_rd_fill_tx_fifo()
457 static void st_i2c_read_rx_fifo(struct st_i2c_dev *i2c_dev) in st_i2c_read_rx_fifo()
486 static void st_i2c_terminate_xfer(struct st_i2c_dev *i2c_dev) in st_i2c_terminate_xfer()
506 static void st_i2c_handle_write(struct st_i2c_dev *i2c_dev) in st_i2c_handle_write()
523 static void st_i2c_handle_read(struct st_i2c_dev *i2c_dev) in st_i2c_handle_read()
560 struct st_i2c_dev *i2c_dev = data; in st_i2c_isr_thread()
638 static int st_i2c_xfer_msg(struct st_i2c_dev *i2c_dev, struct i2c_msg *msg, in st_i2c_xfer_msg()
706 struct st_i2c_dev *i2c_dev = i2c_get_adapdata(i2c_adap); in st_i2c_xfer()
735 struct st_i2c_dev *i2c_dev = dev_get_drvdata(dev); in st_i2c_suspend()
771 struct st_i2c_dev *i2c_dev) in st_i2c_of_get_deglitch()
795 struct st_i2c_dev *i2c_dev; in st_i2c_probe()
870 struct st_i2c_dev *i2c_dev = platform_get_drvdata(pdev); in st_i2c_remove()