Lines Matching defs:channel_id

251 static void gsi_irq_ch_ctrl_enable(struct gsi *gsi, u32 channel_id)  in gsi_irq_ch_ctrl_enable()
512 u32 channel_id = gsi_channel_id(channel); in gsi_channel_state() local
527 u32 channel_id = gsi_channel_id(channel); in gsi_channel_command() local
553 static int gsi_channel_alloc_command(struct gsi *gsi, u32 channel_id) in gsi_channel_alloc_command()
674 static void gsi_channel_de_alloc_command(struct gsi *gsi, u32 channel_id) in gsi_channel_de_alloc_command()
826 u32 channel_id = gsi_channel_id(channel); in gsi_channel_program() local
943 int gsi_channel_start(struct gsi *gsi, u32 channel_id) in gsi_channel_start()
998 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop()
1015 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell) in gsi_channel_reset()
1035 int gsi_channel_suspend(struct gsi *gsi, u32 channel_id) in gsi_channel_suspend()
1051 int gsi_channel_resume(struct gsi *gsi, u32 channel_id) in gsi_channel_resume()
1083 u32 channel_id = trans->channel_id; in gsi_trans_tx_queued() local
1116 u32 channel_id = trans->channel_id; in gsi_trans_tx_completed() local
1145 u32 channel_id = __ffs(channel_mask); in gsi_isr_chan_ctrl() local
1176 gsi_isr_glob_chan_err(struct gsi *gsi, u32 err_ee, u32 channel_id, u32 code) in gsi_isr_glob_chan_err()
1195 u32 channel_id = gsi_channel_id(evt_ring->channel); in gsi_isr_glob_evt_err() local
1438 u32 channel_id = event->chid; in gsi_event_trans() local
1589 u32 channel_id = gsi_channel_id(channel); in gsi_channel_doorbell() local
1709 static int gsi_channel_setup_one(struct gsi *gsi, u32 channel_id) in gsi_channel_setup_one()
1747 static void gsi_channel_teardown_one(struct gsi *gsi, u32 channel_id) in gsi_channel_teardown_one()
1766 static int gsi_generic_command(struct gsi *gsi, u32 channel_id, in gsi_generic_command()
1819 static int gsi_modem_channel_alloc(struct gsi *gsi, u32 channel_id) in gsi_modem_channel_alloc()
1825 static void gsi_modem_channel_halt(struct gsi *gsi, u32 channel_id) in gsi_modem_channel_halt()
1842 gsi_modem_channel_flow_control(struct gsi *gsi, u32 channel_id, bool enable) in gsi_modem_channel_flow_control()
1869 u32 channel_id = 0; in gsi_channel_setup() local
1940 u32 channel_id; in gsi_channel_teardown() local
2153 u32 channel_id = data->channel_id; in gsi_channel_data_valid() local
2347 u32 channel_id = GSI_CHANNEL_COUNT_MAX - 1; in gsi_channel_exit() local
2427 u32 gsi_channel_tre_max(struct gsi *gsi, u32 channel_id) in gsi_channel_tre_max()