Lines Matching refs:mv64xxx_i2c_data
119 struct mv64xxx_i2c_data { struct
176 mv64xxx_i2c_prepare_for_io(struct mv64xxx_i2c_data *drv_data, in mv64xxx_i2c_prepare_for_io()
209 mv64xxx_i2c_hw_init(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_hw_init()
235 mv64xxx_i2c_fsm(struct mv64xxx_i2c_data *drv_data, u32 status) in mv64xxx_i2c_fsm()
343 static void mv64xxx_i2c_send_start(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_send_start()
357 mv64xxx_i2c_do_action(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_do_action()
445 mv64xxx_i2c_read_offload_rx_data(struct mv64xxx_i2c_data *drv_data, in mv64xxx_i2c_read_offload_rx_data()
457 mv64xxx_i2c_intr_offload(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_intr_offload()
511 struct mv64xxx_i2c_data *drv_data = dev_id; in mv64xxx_i2c_intr()
556 mv64xxx_i2c_wait_for_completion(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_wait_for_completion()
594 static void mv64xxx_i2c_wait_polling(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_wait_polling()
606 mv64xxx_i2c_execute_msg(struct mv64xxx_i2c_data *drv_data, struct i2c_msg *msg, in mv64xxx_i2c_execute_msg()
629 mv64xxx_i2c_prepare_tx(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_prepare_tx()
641 mv64xxx_i2c_offload_xfer(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_offload_xfer()
706 mv64xxx_i2c_can_offload(struct mv64xxx_i2c_data *drv_data) in mv64xxx_i2c_can_offload()
753 struct mv64xxx_i2c_data *drv_data = i2c_get_adapdata(adap); in mv64xxx_i2c_xfer_core()
784 struct mv64xxx_i2c_data *drv_data = i2c_get_adapdata(adap); in mv64xxx_i2c_xfer()
793 struct mv64xxx_i2c_data *drv_data = i2c_get_adapdata(adap); in mv64xxx_i2c_xfer_atomic()
824 mv64xxx_calc_freq(struct mv64xxx_i2c_data *drv_data, in mv64xxx_calc_freq()
834 mv64xxx_find_baud_factors(struct mv64xxx_i2c_data *drv_data, in mv64xxx_find_baud_factors()
858 mv64xxx_of_config(struct mv64xxx_i2c_data *drv_data, in mv64xxx_of_config()
931 mv64xxx_of_config(struct mv64xxx_i2c_data *drv_data, in mv64xxx_of_config()
938 static int mv64xxx_i2c_init_recovery_info(struct mv64xxx_i2c_data *drv_data, in mv64xxx_i2c_init_recovery_info()
960 struct mv64xxx_i2c_data *drv_data = dev_get_drvdata(dev); in mv64xxx_i2c_runtime_suspend()
972 struct mv64xxx_i2c_data *drv_data = dev_get_drvdata(dev); in mv64xxx_i2c_runtime_resume()
986 struct mv64xxx_i2c_data *drv_data; in mv64xxx_i2c_probe()
993 drv_data = devm_kzalloc(&pd->dev, sizeof(struct mv64xxx_i2c_data), in mv64xxx_i2c_probe()
1089 struct mv64xxx_i2c_data *drv_data = platform_get_drvdata(pd); in mv64xxx_i2c_remove()