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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-st.c173 * struct st_i2c_dev - private data of the controller
186 struct st_i2c_dev { struct
238 static void st_i2c_flush_rx_fifo(struct st_i2c_dev *i2c_dev) st_i2c_flush_rx_fifo()
257 static void st_i2c_soft_reset(struct st_i2c_dev *i2c_dev) st_i2c_soft_reset()
273 static void st_i2c_hw_config(struct st_i2c_dev *i2c_dev) st_i2c_hw_config()
340 static int st_i2c_wait_free_bus(struct st_i2c_dev *i2c_dev) st_i2c_wait_free_bus()
363 static inline void st_i2c_write_tx_fifo(struct st_i2c_dev *i2c_dev, u8 byte) st_i2c_write_tx_fifo()
377 static void st_i2c_wr_fill_tx_fifo(struct st_i2c_dev *i2c_dev) st_i2c_wr_fill_tx_fifo()
406 static void st_i2c_rd_fill_tx_fifo(struct st_i2c_dev *i2c_dev, int max) st_i2c_rd_fill_tx_fifo()
428 static void st_i2c_read_rx_fifo(struct st_i2c_dev *i2c_dev) st_i2c_read_rx_fifo()
457 static void st_i2c_terminate_xfer(struct st_i2c_dev *i2c_dev) st_i2c_terminate_xfer()
477 static void st_i2c_handle_write(struct st_i2c_dev *i2c_dev) st_i2c_handle_write()
494 static void st_i2c_handle_read(struct st_i2c_dev *i2c_dev) st_i2c_handle_read()
531 struct st_i2c_dev *i2c_dev = data; st_i2c_isr_thread()
609 static int st_i2c_xfer_msg(struct st_i2c_dev *i2c_dev, struct i2c_msg *msg, st_i2c_xfer_msg()
681 struct st_i2c_dev *i2c_dev = i2c_get_adapdata(i2c_adap); st_i2c_xfer()
713 struct st_i2c_dev *i2c_dev = platform_get_drvdata(pdev); st_i2c_suspend()
749 struct st_i2c_dev *i2c_dev) st_i2c_of_get_deglitch()
773 struct st_i2c_dev *i2c_dev; st_i2c_probe()
850 struct st_i2c_dev *i2c_dev = platform_get_drvdata(pdev); st_i2c_remove()

Completed in 44 milliseconds