Lines Matching defs:idev
105 altr_i2c_int_enable(struct altr_i2c_dev *idev, u32 mask, bool enable) in altr_i2c_int_enable()
123 static void altr_i2c_int_clear(struct altr_i2c_dev *idev, u32 mask) in altr_i2c_int_clear()
130 static void altr_i2c_core_disable(struct altr_i2c_dev *idev) in altr_i2c_core_disable()
137 static void altr_i2c_core_enable(struct altr_i2c_dev *idev) in altr_i2c_core_enable()
144 static void altr_i2c_reset(struct altr_i2c_dev *idev) in altr_i2c_reset()
150 static inline void altr_i2c_stop(struct altr_i2c_dev *idev) in altr_i2c_stop()
155 static void altr_i2c_init(struct altr_i2c_dev *idev) in altr_i2c_init()
197 static void altr_i2c_transfer(struct altr_i2c_dev *idev, u32 data) in altr_i2c_transfer()
210 static void altr_i2c_empty_rx_fifo(struct altr_i2c_dev *idev) in altr_i2c_empty_rx_fifo()
226 static int altr_i2c_fill_tx_fifo(struct altr_i2c_dev *idev) in altr_i2c_fill_tx_fifo()
243 struct altr_i2c_dev *idev = _dev; in altr_i2c_isr_quick() local
258 struct altr_i2c_dev *idev = _dev; in altr_i2c_isr() local
324 static int altr_i2c_xfer_msg(struct altr_i2c_dev *idev, struct i2c_msg *msg) in altr_i2c_xfer_msg()
379 struct altr_i2c_dev *idev = i2c_get_adapdata(adap); in altr_i2c_xfer() local
402 struct altr_i2c_dev *idev = NULL; in altr_i2c_probe() local
490 struct altr_i2c_dev *idev = platform_get_drvdata(pdev); in altr_i2c_remove() local