cs_hsi_iface
static void cs_hsi_stop(struct cs_hsi_iface *hi)
static void cs_hsi_read_on_control(struct cs_hsi_iface *hi);
static void cs_hsi_read_on_data(struct cs_hsi_iface *hi);
struct cs_hsi_iface *hi;
struct cs_hsi_iface *hi = msg->context;
struct cs_hsi_iface *hi = msg->context;
static struct hsi_msg *cs_claim_cmd(struct cs_hsi_iface* ssi)
static void cs_free_cmds(struct cs_hsi_iface *ssi)
static int cs_alloc_cmds(struct cs_hsi_iface *hi)
struct cs_hsi_iface *hi = msg->context;
static int cs_hsi_alloc_data(struct cs_hsi_iface *hi)
static void cs_hsi_free_data(struct cs_hsi_iface *hi)
static inline void __cs_hsi_error_pre(struct cs_hsi_iface *hi,
static inline void __cs_hsi_error_post(struct cs_hsi_iface *hi)
struct cs_hsi_iface *hi;
static void cs_hsi_control_read_error(struct cs_hsi_iface *hi,
static void cs_hsi_control_write_error(struct cs_hsi_iface *hi,
static void cs_hsi_data_read_error(struct cs_hsi_iface *hi, struct hsi_msg *msg)
static void cs_hsi_data_write_error(struct cs_hsi_iface *hi,
struct cs_hsi_iface *hi = msg->context;
struct cs_hsi_iface *hi = msg->context;
static void cs_hsi_read_on_control(struct cs_hsi_iface *hi)
struct cs_hsi_iface *hi = msg->context;
static int cs_hsi_write_on_control(struct cs_hsi_iface *hi, u32 message)
struct cs_hsi_iface *hi = msg->context;
struct cs_hsi_iface *hi = msg->context;
static void cs_hsi_read_on_data(struct cs_hsi_iface *hi)
struct cs_hsi_iface *hi = msg->context;
static int cs_hsi_write_on_data(struct cs_hsi_iface *hi, unsigned int slot)
static unsigned int cs_hsi_get_state(struct cs_hsi_iface *hi)
static int cs_hsi_command(struct cs_hsi_iface *hi, u32 cmd)
static void cs_hsi_set_wakeline(struct cs_hsi_iface *hi, bool new_state)
static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs)
static int check_buf_params(struct cs_hsi_iface *hi,
static int cs_hsi_data_sync(struct cs_hsi_iface *hi)
static void cs_hsi_data_enable(struct cs_hsi_iface *hi,
static void cs_hsi_data_disable(struct cs_hsi_iface *hi, int old_state)
static int cs_hsi_buf_config(struct cs_hsi_iface *hi,
static int cs_hsi_start(struct cs_hsi_iface **hi, struct hsi_client *cl,
struct cs_hsi_iface *hsi_if = kzalloc_obj(*hsi_if);