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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-mv64xxx.c118 struct mv64xxx_i2c_data { struct
174 mv64xxx_i2c_prepare_for_io(struct mv64xxx_i2c_data *drv_data, mv64xxx_i2c_prepare_for_io()
204 mv64xxx_i2c_hw_init(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_hw_init()
226 mv64xxx_i2c_fsm(struct mv64xxx_i2c_data *drv_data, u32 status) mv64xxx_i2c_fsm()
333 static void mv64xxx_i2c_send_start(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_send_start()
347 mv64xxx_i2c_do_action(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_do_action()
434 mv64xxx_i2c_read_offload_rx_data(struct mv64xxx_i2c_data *drv_data, mv64xxx_i2c_read_offload_rx_data()
446 mv64xxx_i2c_intr_offload(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_intr_offload()
500 struct mv64xxx_i2c_data *drv_data = dev_id; mv64xxx_i2c_intr()
535 mv64xxx_i2c_wait_for_completion(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_wait_for_completion()
573 mv64xxx_i2c_execute_msg(struct mv64xxx_i2c_data *drv_data, struct i2c_msg *msg, mv64xxx_i2c_execute_msg()
592 mv64xxx_i2c_prepare_tx(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_prepare_tx()
604 mv64xxx_i2c_offload_xfer(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_offload_xfer()
669 mv64xxx_i2c_can_offload(struct mv64xxx_i2c_data *drv_data) mv64xxx_i2c_can_offload()
716 struct mv64xxx_i2c_data *drv_data = i2c_get_adapdata(adap); mv64xxx_i2c_xfer()
762 mv64xxx_calc_freq(struct mv64xxx_i2c_data *drv_data, mv64xxx_calc_freq()
772 mv64xxx_find_baud_factors(struct mv64xxx_i2c_data *drv_data, mv64xxx_find_baud_factors()
797 mv64xxx_of_config(struct mv64xxx_i2c_data *drv_data, mv64xxx_of_config()
876 mv64xxx_of_config(struct mv64xxx_i2c_data *drv_data, mv64xxx_of_config()
886 struct mv64xxx_i2c_data *drv_data; mv64xxx_i2c_probe()
894 drv_data = devm_kzalloc(&pd->dev, sizeof(struct mv64xxx_i2c_data), mv64xxx_i2c_probe()
980 struct mv64xxx_i2c_data *drv_data = platform_get_drvdata(dev); mv64xxx_i2c_remove()

Completed in 197 milliseconds