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
473 struct cs_hsi_iface *hi = msg->context; in cs_hsi_peek_on_control_complete() local
492 static void cs_hsi_read_on_control(struct cs_hsi_iface *hi) in cs_hsi_read_on_control()
524 struct cs_hsi_iface *hi = msg->context; in cs_hsi_write_on_control_complete() local
539 static int cs_hsi_write_on_control(struct cs_hsi_iface *hi, u32 message) in cs_hsi_write_on_control()
588 struct cs_hsi_iface *hi = msg->context; in cs_hsi_read_on_data_complete() local
615 struct cs_hsi_iface *hi = msg->context; in cs_hsi_peek_on_data_complete() local
663 static void cs_hsi_read_on_data(struct cs_hsi_iface *hi) in cs_hsi_read_on_data()
691 struct cs_hsi_iface *hi = msg->context; in cs_hsi_write_on_data_complete() local
704 static int cs_hsi_write_on_data(struct cs_hsi_iface *hi, unsigned int slot) in cs_hsi_write_on_data()
748 static unsigned int cs_hsi_get_state(struct cs_hsi_iface *hi) in cs_hsi_get_state()
753 static int cs_hsi_command(struct cs_hsi_iface *hi, u32 cmd) in cs_hsi_command()
777 static void cs_hsi_set_wakeline(struct cs_hsi_iface *hi, bool new_state) in cs_hsi_set_wakeline()
801 static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs) in set_buffer_sizes()
823 static int check_buf_params(struct cs_hsi_iface *hi, in check_buf_params()
846 static int cs_hsi_data_sync(struct cs_hsi_iface *hi) in cs_hsi_data_sync()
892 static void cs_hsi_data_enable(struct cs_hsi_iface *hi, in cs_hsi_data_enable()
928 static void cs_hsi_data_disable(struct cs_hsi_iface *hi, int old_state) in cs_hsi_data_disable()
937 static int cs_hsi_buf_config(struct cs_hsi_iface *hi, in cs_hsi_buf_config()
998 static int cs_hsi_start(struct cs_hsi_iface **hi, struct hsi_client *cl, in cs_hsi_start()
1073 static void cs_hsi_stop(struct cs_hsi_iface *hi) in cs_hsi_stop()
1421 struct cs_hsi_iface *hi; in cs_hsi_client_remove() local