Lines Matching defs:channel_id
253 static void gsi_irq_ch_ctrl_enable(struct gsi *gsi, u32 channel_id) in gsi_irq_ch_ctrl_enable()
514 u32 channel_id = gsi_channel_id(channel); in gsi_channel_state() local
529 u32 channel_id = gsi_channel_id(channel); in gsi_channel_command() local
555 static int gsi_channel_alloc_command(struct gsi *gsi, u32 channel_id) in gsi_channel_alloc_command()
676 static void gsi_channel_de_alloc_command(struct gsi *gsi, u32 channel_id) in gsi_channel_de_alloc_command()
828 u32 channel_id = gsi_channel_id(channel); in gsi_channel_program() local
945 int gsi_channel_start(struct gsi *gsi, u32 channel_id) in gsi_channel_start()
1000 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop()
1017 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell) in gsi_channel_reset()
1037 int gsi_channel_suspend(struct gsi *gsi, u32 channel_id) in gsi_channel_suspend()
1053 int gsi_channel_resume(struct gsi *gsi, u32 channel_id) in gsi_channel_resume()
1085 u32 channel_id = trans->channel_id; in gsi_trans_tx_queued() local
1118 u32 channel_id = trans->channel_id; in gsi_trans_tx_completed() local
1147 u32 channel_id = __ffs(channel_mask); in gsi_isr_chan_ctrl() local
1178 gsi_isr_glob_chan_err(struct gsi *gsi, u32 err_ee, u32 channel_id, u32 code) in gsi_isr_glob_chan_err()
1197 u32 channel_id = gsi_channel_id(evt_ring->channel); in gsi_isr_glob_evt_err() local
1440 u32 channel_id = event->chid; in gsi_event_trans() local
1591 u32 channel_id = gsi_channel_id(channel); in gsi_channel_doorbell() local
1711 static int gsi_channel_setup_one(struct gsi *gsi, u32 channel_id) in gsi_channel_setup_one()
1749 static void gsi_channel_teardown_one(struct gsi *gsi, u32 channel_id) in gsi_channel_teardown_one()
1768 static int gsi_generic_command(struct gsi *gsi, u32 channel_id, in gsi_generic_command()
1821 static int gsi_modem_channel_alloc(struct gsi *gsi, u32 channel_id) in gsi_modem_channel_alloc()
1827 static void gsi_modem_channel_halt(struct gsi *gsi, u32 channel_id) in gsi_modem_channel_halt()
1844 gsi_modem_channel_flow_control(struct gsi *gsi, u32 channel_id, bool enable) in gsi_modem_channel_flow_control()
1871 u32 channel_id = 0; in gsi_channel_setup() local
1942 u32 channel_id; in gsi_channel_teardown() local
2155 u32 channel_id = data->channel_id; in gsi_channel_data_valid() local
2349 u32 channel_id = GSI_CHANNEL_COUNT_MAX - 1; in gsi_channel_exit() local
2425 u32 gsi_channel_tre_max(struct gsi *gsi, u32 channel_id) in gsi_channel_tre_max()