Lines Matching defs:channel_id
233 static void gsi_irq_ch_ctrl_enable(struct gsi *gsi, u32 channel_id) in gsi_irq_ch_ctrl_enable()
467 u32 channel_id = gsi_channel_id(channel); in gsi_channel_state() local
480 u32 channel_id = gsi_channel_id(channel); in gsi_channel_command() local
503 static int gsi_channel_alloc_command(struct gsi *gsi, u32 channel_id) in gsi_channel_alloc_command()
624 static void gsi_channel_de_alloc_command(struct gsi *gsi, u32 channel_id) in gsi_channel_de_alloc_command()
760 u32 channel_id = gsi_channel_id(channel); in gsi_channel_program() local
860 int gsi_channel_start(struct gsi *gsi, u32 channel_id) in gsi_channel_start()
915 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop()
932 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell) in gsi_channel_reset()
952 int gsi_channel_suspend(struct gsi *gsi, u32 channel_id) in gsi_channel_suspend()
968 int gsi_channel_resume(struct gsi *gsi, u32 channel_id) in gsi_channel_resume()
1000 u32 channel_id = trans->channel_id; in gsi_trans_tx_queued() local
1033 u32 channel_id = trans->channel_id; in gsi_trans_tx_completed() local
1058 u32 channel_id = __ffs(channel_mask); in gsi_isr_chan_ctrl() local
1085 gsi_isr_glob_chan_err(struct gsi *gsi, u32 err_ee, u32 channel_id, u32 code) in gsi_isr_glob_chan_err()
1104 u32 channel_id = gsi_channel_id(evt_ring->channel); in gsi_isr_glob_evt_err() local
1317 u32 channel_id = event->chid; in gsi_event_trans() local
1468 u32 channel_id = gsi_channel_id(channel); in gsi_channel_doorbell() local
1584 static int gsi_channel_setup_one(struct gsi *gsi, u32 channel_id) in gsi_channel_setup_one()
1622 static void gsi_channel_teardown_one(struct gsi *gsi, u32 channel_id) in gsi_channel_teardown_one()
1641 static int gsi_generic_command(struct gsi *gsi, u32 channel_id, in gsi_generic_command()
1685 static int gsi_modem_channel_alloc(struct gsi *gsi, u32 channel_id) in gsi_modem_channel_alloc()
1691 static void gsi_modem_channel_halt(struct gsi *gsi, u32 channel_id) in gsi_modem_channel_halt()
1708 gsi_modem_channel_flow_control(struct gsi *gsi, u32 channel_id, bool enable) in gsi_modem_channel_flow_control()
1735 u32 channel_id = 0; in gsi_channel_setup() local
1806 u32 channel_id; in gsi_channel_teardown() local
2001 u32 channel_id = data->channel_id; in gsi_channel_data_valid() local
2195 u32 channel_id = GSI_CHANNEL_COUNT_MAX - 1; in gsi_channel_exit() local
2301 u32 gsi_channel_tre_max(struct gsi *gsi, u32 channel_id) in gsi_channel_tre_max()