Lines Matching defs:ctlr
112 static void hisi_i2c_enable_int(struct hisi_i2c_controller *ctlr, u32 mask) in hisi_i2c_enable_int()
117 static void hisi_i2c_disable_int(struct hisi_i2c_controller *ctlr, u32 mask) in hisi_i2c_disable_int()
122 static void hisi_i2c_clear_int(struct hisi_i2c_controller *ctlr, u32 mask) in hisi_i2c_clear_int()
127 static void hisi_i2c_handle_errors(struct hisi_i2c_controller *ctlr) in hisi_i2c_handle_errors()
148 static int hisi_i2c_start_xfer(struct hisi_i2c_controller *ctlr) in hisi_i2c_start_xfer()
176 static void hisi_i2c_reset_xfer(struct hisi_i2c_controller *ctlr) in hisi_i2c_reset_xfer()
195 struct hisi_i2c_controller *ctlr = i2c_get_adapdata(adap); in hisi_i2c_master_xfer() local
235 static int hisi_i2c_read_rx_fifo(struct hisi_i2c_controller *ctlr) in hisi_i2c_read_rx_fifo()
267 static void hisi_i2c_xfer_msg(struct hisi_i2c_controller *ctlr) in hisi_i2c_xfer_msg()
330 struct hisi_i2c_controller *ctlr = context; in hisi_i2c_irq() local
378 static void hisi_i2c_set_scl(struct hisi_i2c_controller *ctlr, in hisi_i2c_set_scl()
404 static void hisi_i2c_configure_bus(struct hisi_i2c_controller *ctlr) in hisi_i2c_configure_bus()
449 struct hisi_i2c_controller *ctlr; in hisi_i2c_probe() local