Lines Matching defs:lpi2c_imx

117 static void lpi2c_imx_intctrl(struct lpi2c_imx_struct *lpi2c_imx,  in lpi2c_imx_intctrl()
123 static int lpi2c_imx_bus_busy(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_bus_busy()
150 static void lpi2c_imx_set_mode(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_set_mode()
169 static int lpi2c_imx_start(struct lpi2c_imx_struct *lpi2c_imx, in lpi2c_imx_start()
185 static void lpi2c_imx_stop(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_stop()
207 static int lpi2c_imx_config(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_config()
263 static int lpi2c_imx_master_enable(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_master_enable()
293 static int lpi2c_imx_master_disable(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_master_disable()
307 static int lpi2c_imx_msg_complete(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_msg_complete()
316 static int lpi2c_imx_txfifo_empty(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_txfifo_empty()
340 static void lpi2c_imx_set_tx_watermark(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_set_tx_watermark()
345 static void lpi2c_imx_set_rx_watermark(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_set_rx_watermark()
359 static void lpi2c_imx_write_txfifo(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_write_txfifo()
380 static void lpi2c_imx_read_rxfifo(struct lpi2c_imx_struct *lpi2c_imx) in lpi2c_imx_read_rxfifo()
427 static void lpi2c_imx_write(struct lpi2c_imx_struct *lpi2c_imx, in lpi2c_imx_write()
435 static void lpi2c_imx_read(struct lpi2c_imx_struct *lpi2c_imx, in lpi2c_imx_read()
454 struct lpi2c_imx_struct *lpi2c_imx = i2c_get_adapdata(adapter); in lpi2c_imx_xfer() local
510 struct lpi2c_imx_struct *lpi2c_imx = dev_id; in lpi2c_imx_isr() local
547 struct lpi2c_imx_struct *lpi2c_imx; in lpi2c_imx_probe() local
630 struct lpi2c_imx_struct *lpi2c_imx = platform_get_drvdata(pdev); in lpi2c_imx_remove() local
642 struct lpi2c_imx_struct *lpi2c_imx = dev_get_drvdata(dev); in lpi2c_runtime_suspend() local
652 struct lpi2c_imx_struct *lpi2c_imx = dev_get_drvdata(dev); in lpi2c_runtime_resume() local