Lines Matching defs:hi
52 struct cs_hsi_iface *hi; member
224 struct cs_hsi_iface *hi = msg->context; in cs_release_cmd() local
231 struct cs_hsi_iface *hi = msg->context; in cs_cmd_destructor() local
277 static int cs_alloc_cmds(struct cs_hsi_iface *hi) in cs_alloc_cmds()
309 struct cs_hsi_iface *hi = msg->context; in cs_hsi_data_destructor() local
331 static int cs_hsi_alloc_data(struct cs_hsi_iface *hi) in cs_hsi_alloc_data()
372 static void cs_hsi_free_data(struct cs_hsi_iface *hi) in cs_hsi_free_data()
378 static inline void __cs_hsi_error_pre(struct cs_hsi_iface *hi, in __cs_hsi_error_pre()
387 static inline void __cs_hsi_error_post(struct cs_hsi_iface *hi) in __cs_hsi_error_post()
404 static void cs_hsi_control_read_error(struct cs_hsi_iface *hi, in cs_hsi_control_read_error()
413 static void cs_hsi_control_write_error(struct cs_hsi_iface *hi, in cs_hsi_control_write_error()
423 static void cs_hsi_data_read_error(struct cs_hsi_iface *hi, struct hsi_msg *msg) in cs_hsi_data_read_error()
430 static void cs_hsi_data_write_error(struct cs_hsi_iface *hi, in cs_hsi_data_write_error()
441 struct cs_hsi_iface *hi = msg->context; in cs_hsi_read_on_control_complete() local
468 struct cs_hsi_iface *hi = msg->context; in cs_hsi_peek_on_control_complete() local
487 static void cs_hsi_read_on_control(struct cs_hsi_iface *hi) in cs_hsi_read_on_control()
519 struct cs_hsi_iface *hi = msg->context; in cs_hsi_write_on_control_complete() local
534 static int cs_hsi_write_on_control(struct cs_hsi_iface *hi, u32 message) in cs_hsi_write_on_control()
583 struct cs_hsi_iface *hi = msg->context; in cs_hsi_read_on_data_complete() local
610 struct cs_hsi_iface *hi = msg->context; in cs_hsi_peek_on_data_complete() local
658 static void cs_hsi_read_on_data(struct cs_hsi_iface *hi) in cs_hsi_read_on_data()
686 struct cs_hsi_iface *hi = msg->context; in cs_hsi_write_on_data_complete() local
699 static int cs_hsi_write_on_data(struct cs_hsi_iface *hi, unsigned int slot) in cs_hsi_write_on_data()
743 static unsigned int cs_hsi_get_state(struct cs_hsi_iface *hi) in cs_hsi_get_state()
748 static int cs_hsi_command(struct cs_hsi_iface *hi, u32 cmd) in cs_hsi_command()
772 static void cs_hsi_set_wakeline(struct cs_hsi_iface *hi, bool new_state) in cs_hsi_set_wakeline()
796 static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs) in set_buffer_sizes()
818 static int check_buf_params(struct cs_hsi_iface *hi, in check_buf_params()
841 static int cs_hsi_data_sync(struct cs_hsi_iface *hi) in cs_hsi_data_sync()
887 static void cs_hsi_data_enable(struct cs_hsi_iface *hi, in cs_hsi_data_enable()
923 static void cs_hsi_data_disable(struct cs_hsi_iface *hi, int old_state) in cs_hsi_data_disable()
932 static int cs_hsi_buf_config(struct cs_hsi_iface *hi, in cs_hsi_buf_config()
993 static int cs_hsi_start(struct cs_hsi_iface **hi, struct hsi_client *cl, in cs_hsi_start()
1068 static void cs_hsi_stop(struct cs_hsi_iface *hi) in cs_hsi_stop()
1416 struct cs_hsi_iface *hi; in cs_hsi_client_remove() local