Searched refs:channel_id (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/drivers/net/ipa/
H A Dipa_gsi.h37 * @channel_id: Channel number
44 void ipa_gsi_channel_tx_queued(struct gsi *gsi, u32 channel_id, u32 count,
50 * @channel_id: Channel number
57 void ipa_gsi_channel_tx_completed(struct gsi *gsi, u32 channel_id, u32 count,
H A Dipa_gsi.c19 ipa_endpoint_trans_complete(ipa->channel_map[trans->channel_id], trans);
26 ipa_endpoint_trans_release(ipa->channel_map[trans->channel_id], trans);
29 void ipa_gsi_channel_tx_queued(struct gsi *gsi, u32 channel_id, u32 count, argument
35 endpoint = ipa->channel_map[channel_id];
40 void ipa_gsi_channel_tx_completed(struct gsi *gsi, u32 channel_id, u32 count, argument
46 endpoint = ipa->channel_map[channel_id];
H A Dgsi_trans.h33 * @channel_id: Channel number transaction is associated with
53 u8 channel_id; member in struct:gsi_trans
138 * @channel_id: Channel the transaction is associated with
143 bool gsi_channel_trans_idle(struct gsi *gsi, u32 channel_id);
148 * @channel_id: Channel the transaction is associated with
155 struct gsi_trans *gsi_channel_trans_alloc(struct gsi *gsi, u32 channel_id,
212 * @channel_id: Channel on which to read a byte
218 int gsi_trans_read_byte(struct gsi *gsi, u32 channel_id, dma_addr_t addr);
223 * @channel_id: Channel on which byte was read
228 void gsi_trans_read_byte_done(struct gsi *gsi, u32 channel_id);
[all...]
H A Dgsi.c253 static void gsi_irq_ch_ctrl_enable(struct gsi *gsi, u32 channel_id) argument
255 u32 val = BIT(channel_id);
514 u32 channel_id = gsi_channel_id(channel); local
520 val = ioread32(virt + reg_n_offset(reg, channel_id));
529 u32 channel_id = gsi_channel_id(channel); local
537 gsi_irq_ch_ctrl_enable(gsi, channel_id);
540 val = reg_encode(reg, CH_CHID, channel_id);
551 opcode, channel_id, gsi_channel_state(channel));
555 static int gsi_channel_alloc_command(struct gsi *gsi, u32 channel_id) argument
557 struct gsi_channel *channel = &gsi->channel[channel_id];
676 gsi_channel_de_alloc_command(struct gsi *gsi, u32 channel_id) argument
828 u32 channel_id = gsi_channel_id(channel); local
945 gsi_channel_start(struct gsi *gsi, u32 channel_id) argument
1000 gsi_channel_stop(struct gsi *gsi, u32 channel_id) argument
1017 gsi_channel_reset(struct gsi *gsi, u32 channel_id, bool doorbell) argument
1037 gsi_channel_suspend(struct gsi *gsi, u32 channel_id) argument
1053 gsi_channel_resume(struct gsi *gsi, u32 channel_id) argument
1085 u32 channel_id = trans->channel_id; local
1118 u32 channel_id = trans->channel_id; local
1147 u32 channel_id = __ffs(channel_mask); local
1178 gsi_isr_glob_chan_err(struct gsi *gsi, u32 err_ee, u32 channel_id, u32 code) argument
1197 u32 channel_id = gsi_channel_id(evt_ring->channel); local
1440 u32 channel_id = event->chid; local
1591 u32 channel_id = gsi_channel_id(channel); local
1711 gsi_channel_setup_one(struct gsi *gsi, u32 channel_id) argument
1749 gsi_channel_teardown_one(struct gsi *gsi, u32 channel_id) argument
1768 gsi_generic_command(struct gsi *gsi, u32 channel_id, enum gsi_generic_cmd_opcode opcode, u8 params) argument
1821 gsi_modem_channel_alloc(struct gsi *gsi, u32 channel_id) argument
1827 gsi_modem_channel_halt(struct gsi *gsi, u32 channel_id) argument
1844 gsi_modem_channel_flow_control(struct gsi *gsi, u32 channel_id, bool enable) argument
1871 u32 channel_id = 0; local
1942 u32 channel_id; local
2155 u32 channel_id = data->channel_id; local
2349 u32 channel_id = GSI_CHANNEL_COUNT_MAX - 1; local
2425 gsi_channel_tre_max(struct gsi *gsi, u32 channel_id) argument
[all...]
H A Dgsi.h181 * @channel_id: Channel whose limit is to be returned
185 u32 gsi_channel_tre_max(struct gsi *gsi, u32 channel_id);
190 * @channel_id: Channel to start
194 int gsi_channel_start(struct gsi *gsi, u32 channel_id);
199 * @channel_id: Channel to stop
203 int gsi_channel_stop(struct gsi *gsi, u32 channel_id);
208 * @channel_id: Modem TX channel to control
211 void gsi_modem_channel_flow_control(struct gsi *gsi, u32 channel_id,
217 * @channel_id: Channel to be reset
226 void gsi_channel_reset(struct gsi *gsi, u32 channel_id, boo
[all...]
H A Dgsi_private.h74 * @channel_id: Channel number
80 int gsi_channel_trans_init(struct gsi *gsi, u32 channel_id);
H A Dgsi_trans.c221 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id];
256 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id];
266 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id];
279 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id];
293 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id];
324 bool gsi_channel_trans_idle(struct gsi *gsi, u32 channel_id) argument
326 u32 tre_max = gsi_channel_tre_max(gsi, channel_id);
329 trans_info = &gsi->channel[channel_id].trans_info;
335 struct gsi_trans *gsi_channel_trans_alloc(struct gsi *gsi, u32 channel_id, argument
339 struct gsi_channel *channel = &gsi->channel[channel_id];
671 gsi_trans_read_byte(struct gsi *gsi, u32 channel_id, dma_addr_t addr) argument
696 gsi_trans_read_byte_done(struct gsi *gsi, u32 channel_id) argument
704 gsi_channel_trans_init(struct gsi *gsi, u32 channel_id) argument
[all...]
/linux-master/net/caif/
H A Dcfdbgl.c20 struct cflayer *cfdbgl_create(u8 channel_id, struct dev_info *dev_info) argument
26 cfsrvl_init(dbg, channel_id, dev_info, false);
29 snprintf(dbg->layer.name, CAIF_LAYER_NAME_SZ, "dbg%d", channel_id);
51 info->channel_id = service->layer.id;
H A Dcfvidl.c22 struct cflayer *cfvidl_create(u8 channel_id, struct dev_info *dev_info) argument
29 cfsrvl_init(vid, channel_id, dev_info, false);
62 info->channel_id = service->layer.id;
H A Dcfdgml.c27 struct cflayer *cfdgml_create(u8 channel_id, struct dev_info *dev_info) argument
33 cfsrvl_init(dgm, channel_id, dev_info, true);
36 snprintf(dgm->layer.name, CAIF_LAYER_NAME_SZ, "dgm%d", channel_id);
106 info->channel_id = service->layer.id;
H A Dcfveil.c26 struct cflayer *cfvei_create(u8 channel_id, struct dev_info *dev_info) argument
32 cfsrvl_init(vei, channel_id, dev_info, true);
35 snprintf(vei->layer.name, CAIF_LAYER_NAME_SZ, "vei%d", channel_id);
94 info->channel_id = service->layer.id;
H A Dcfcnfg.c63 static void cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id,
66 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id);
67 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id,
181 u8 channel_id; local
186 channel_id = adap_layer->id;
187 if (channel_id != 0) {
189 servl = cfmuxl_remove_uplayer(cfg->mux, channel_id);
190 cfctrl_linkdown_req(cfg->ctrl, channel_id, adap_layer);
205 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id) argument
363 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id, argument
372 cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv, u8 phyid, struct cflayer *adapt_layer) argument
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif.c292 u8 channel_id, u8 config_channel_id)
299 regw(value, vpifregs[channel_id].h_cfg);
304 regw(value, vpifregs[channel_id].v_cfg_00);
309 regw(value, vpifregs[channel_id].v_cfg_01);
314 regw(value, vpifregs[channel_id].v_cfg_02);
317 regw(value, vpifregs[channel_id].v_cfg);
326 u8 channel_id, u8 found)
333 start = channel_id;
334 end = channel_id + found;
338 if (channel_id <
291 vpif_set_mode_info(const struct vpif_channel_config_params *config, u8 channel_id, u8 config_channel_id) argument
325 config_vpif_params(struct vpif_params *vpifparams, u8 channel_id, u8 found) argument
381 vpif_set_video_params(struct vpif_params *vpifparams, u8 channel_id) argument
402 vpif_set_vbi_display_params(struct vpif_vbi_params *vbiparams, u8 channel_id) argument
426 vpif_channel_getfid(u8 channel_id) argument
[all...]
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_imem_ops.h73 * @channel_id: Channel ID to be closed.
76 int channel_id);
82 * @channel_id: Channel ID used
88 int channel_id, struct sk_buff *skb);
H A Diosm_ipc_imem_ops.c33 int channel_id)
58 int if_id, int channel_id, struct sk_buff *skb)
62 if (!ipc_imem || channel_id < 0)
165 channel->channel_id, channel->state,
174 channel->channel_id, phase);
180 channel->channel_id, channel->state);
217 channel->channel_id, channel->state);
339 ipc_cdev->channel->channel_id);
350 int channel_id; local
357 channel_id
32 ipc_imem_sys_wwan_close(struct iosm_imem *ipc_imem, int if_id, int channel_id) argument
57 ipc_imem_sys_wwan_transmit(struct iosm_imem *ipc_imem, int if_id, int channel_id, struct sk_buff *skb) argument
[all...]
H A Diosm_ipc_mux.c11 int channel_id; local
13 channel_id = ipc_imem_channel_alloc(ipc_mux->imem, ipc_mux->instance_id,
16 if (channel_id < 0) {
25 ipc_mux->channel = ipc_imem_channel_open(ipc_mux->imem, channel_id,
40 return channel_id;
187 ipc_imem_channel_close(ipc_mux->imem, ipc_mux->channel_id);
215 ipc_mux->channel_id = ipc_mux_channel_create(ipc_mux);
218 ret = ipc_mux->channel_id; /* Missing the MUX channel */
229 ret = ipc_mux->channel_id;
242 ret = ipc_mux->channel_id;
[all...]
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dfifo_monitor_public.h63 \param channel_id[in] fifo channel identifier
66 \return none, state = fifo_channel[channel_id].state
70 const fifo_channel_t channel_id,
/linux-master/drivers/staging/iio/adc/
H A Dad7816.c51 u8 channel_id; /* 0 always be temperature */ member in struct:ad7816_chip_info
72 ret = spi_write(spi_dev, &chip->channel_id, sizeof(chip->channel_id));
172 return sprintf(buf, "%d\n", chip->channel_id);
203 chip->channel_id = data;
229 if (chip->channel_id == 0) {
277 if (chip->channel_id > AD7816_CS_MAX) {
278 dev_err(dev, "Invalid oti channel id %d.\n", chip->channel_id);
280 } else if (chip->channel_id == 0) {
282 (chip->oti_data[chip->channel_id]
[all...]
/linux-master/drivers/net/ipa/data/
H A Dipa_data-v4.2.c50 .channel_id = 1,
71 .channel_id = 2,
94 .channel_id = 0,
120 .channel_id = 3,
144 .channel_id = 1,
150 .channel_id = 3,
156 .channel_id = 0,
165 .channel_id = 2,
H A Dipa_data-v4.5.c63 .channel_id = 9,
84 .channel_id = 10,
107 .channel_id = 7,
132 .channel_id = 1,
156 .channel_id = 0,
165 .channel_id = 7,
171 .channel_id = 2,
H A Dipa_data-v3.5.1.c60 .channel_id = 4,
81 .channel_id = 5,
104 .channel_id = 3,
130 .channel_id = 6,
154 .channel_id = 0,
163 .channel_id = 4,
172 .channel_id = 2,
H A Dipa_data-v4.9.c55 .channel_id = 6,
76 .channel_id = 7,
99 .channel_id = 2,
124 .channel_id = 12,
148 .channel_id = 0,
157 .channel_id = 7,
163 .channel_id = 2,
H A Dipa_data-v4.11.c54 .channel_id = 5,
75 .channel_id = 14,
98 .channel_id = 2,
123 .channel_id = 7,
147 .channel_id = 0,
156 .channel_id = 7,
162 .channel_id = 2,
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_fdma.c117 FDMA_DCB_LLP(rx->channel_id));
118 spx5_wr(((u64)rx->dma) >> 32, sparx5, FDMA_DCB_LLP1(rx->channel_id));
124 sparx5, FDMA_CH_CFG(rx->channel_id));
136 spx5_rmw(BIT(rx->channel_id),
137 BIT(rx->channel_id) & FDMA_INTR_DB_ENA_INTR_DB_ENA,
141 spx5_wr(BIT(rx->channel_id), sparx5, FDMA_CH_ACTIVATE);
147 spx5_rmw(0, BIT(rx->channel_id) & FDMA_CH_ACTIVATE_CH_ACTIVATE,
151 spx5_rmw(0, BIT(rx->channel_id) & FDMA_INTR_DB_ENA_INTR_DB_ENA,
163 FDMA_DCB_LLP(tx->channel_id));
164 spx5_wr(((u64)tx->dma) >> 32, sparx5, FDMA_DCB_LLP1(tx->channel_id));
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Doptee.c106 * @channel_id: OP-TEE channel ID used for this transport
120 u32 channel_id; member in struct:scmi_optee_channel
241 param[0].u.value.a = channel->channel_id;
252 channel->channel_id = param[0].u.value.a;
269 param[0].u.value.a = channel->channel_id;
274 channel->channel_id, ret, arg.ret);
292 param[0].u.value.a = channel->channel_id;
305 channel->channel_id, ret, arg.ret);
335 u32 channel_id; local
338 idx, &channel_id);
417 uint32_t channel_id; local
[all...]

Completed in 162 milliseconds

12345