/linux/drivers/net/ipa/ |
H A D | gsi.c | 251 static void gsi_irq_ch_ctrl_enable(struct gsi *gsi, u32 channel_id) in gsi_irq_ch_ctrl_enable() argument 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() argument 674 gsi_channel_de_alloc_command(struct gsi * gsi,u32 channel_id) gsi_channel_de_alloc_command() argument 826 u32 channel_id = gsi_channel_id(channel); gsi_channel_program() local 943 gsi_channel_start(struct gsi * gsi,u32 channel_id) gsi_channel_start() argument 998 gsi_channel_stop(struct gsi * gsi,u32 channel_id) gsi_channel_stop() argument 1015 gsi_channel_reset(struct gsi * gsi,u32 channel_id,bool doorbell) gsi_channel_reset() argument 1035 gsi_channel_suspend(struct gsi * gsi,u32 channel_id) gsi_channel_suspend() argument 1051 gsi_channel_resume(struct gsi * gsi,u32 channel_id) gsi_channel_resume() argument 1083 u32 channel_id = trans->channel_id; gsi_trans_tx_queued() local 1116 u32 channel_id = trans->channel_id; gsi_trans_tx_completed() local 1145 u32 channel_id = __ffs(channel_mask); gsi_isr_chan_ctrl() local 1176 gsi_isr_glob_chan_err(struct gsi * gsi,u32 err_ee,u32 channel_id,u32 code) gsi_isr_glob_chan_err() argument 1195 u32 channel_id = gsi_channel_id(evt_ring->channel); gsi_isr_glob_evt_err() local 1438 u32 channel_id = event->chid; gsi_event_trans() local 1589 u32 channel_id = gsi_channel_id(channel); gsi_channel_doorbell() local 1709 gsi_channel_setup_one(struct gsi * gsi,u32 channel_id) gsi_channel_setup_one() argument 1747 gsi_channel_teardown_one(struct gsi * gsi,u32 channel_id) gsi_channel_teardown_one() argument 1766 gsi_generic_command(struct gsi * gsi,u32 channel_id,enum gsi_generic_cmd_opcode opcode,u8 params) gsi_generic_command() argument 1819 gsi_modem_channel_alloc(struct gsi * gsi,u32 channel_id) gsi_modem_channel_alloc() argument 1825 gsi_modem_channel_halt(struct gsi * gsi,u32 channel_id) gsi_modem_channel_halt() argument 1842 gsi_modem_channel_flow_control(struct gsi * gsi,u32 channel_id,bool enable) gsi_modem_channel_flow_control() argument 1869 u32 channel_id = 0; gsi_channel_setup() local 1940 u32 channel_id; gsi_channel_teardown() local 2153 u32 channel_id = data->channel_id; gsi_channel_data_valid() local 2347 u32 channel_id = GSI_CHANNEL_COUNT_MAX - 1; gsi_channel_exit() local 2427 gsi_channel_tre_max(struct gsi * gsi,u32 channel_id) gsi_channel_tre_max() argument [all...] |
H A D | ipa_gsi.c | 30 void ipa_gsi_channel_tx_queued(struct gsi *gsi, u32 channel_id, u32 count, in ipa_gsi_channel_tx_queued() argument 41 void ipa_gsi_channel_tx_completed(struct gsi *gsi, u32 channel_id, u32 count, in ipa_gsi_channel_tx_completed() argument
|
H A D | gsi_trans.c | 324 bool gsi_channel_trans_idle(struct gsi *gsi, u32 channel_id) in gsi_channel_trans_idle() argument 335 struct gsi_trans *gsi_channel_trans_alloc(struct gsi *gsi, u32 channel_id, in gsi_channel_trans_alloc() argument 671 gsi_trans_read_byte(struct gsi * gsi,u32 channel_id,dma_addr_t addr) gsi_trans_read_byte() argument 696 gsi_trans_read_byte_done(struct gsi * gsi,u32 channel_id) gsi_trans_read_byte_done() argument 704 gsi_channel_trans_init(struct gsi * gsi,u32 channel_id) gsi_channel_trans_init() argument [all...] |
H A D | gsi_trans.h | 52 u8 channel_id; member [all...] |
/linux/net/caif/ |
H A D | cfcnfg.c | 181 u8 channel_id; in caif_disconnect_client() local 205 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id) in cfcnfg_linkdestroy_rsp() argument 363 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id, in cfcnfg_reject_rsp() argument 372 cfcnfg_linkup_rsp(struct cflayer * layer,u8 channel_id,enum cfctrl_srv serv,u8 phyid,struct cflayer * adapt_layer) cfcnfg_linkup_rsp() argument [all...] |
H A D | cfdbgl.c | 20 struct cflayer *cfdbgl_create(u8 channel_id, struct dev_info *dev_info) in cfdbgl_create() argument
|
H A D | cfvidl.c | 22 struct cflayer *cfvidl_create(u8 channel_id, struct dev_info *dev_info) in cfvidl_create() argument
|
H A D | cfutill.c | 27 struct cflayer *cfutill_create(u8 channel_id, struct dev_info *dev_info) in cfutill_create() argument
|
H A D | cfveil.c | 26 struct cflayer *cfvei_create(u8 channel_id, struct dev_info *dev_info) in cfvei_create() argument
|
H A D | cfdgml.c | 27 struct cflayer *cfdgml_create(u8 channel_id, struct dev_info *dev_info) in cfdgml_create() argument
|
H A D | cfsrvl.c | 161 u8 channel_id, in cfsrvl_init() argument
|
H A D | cfrfml.c | 45 struct cflayer *cfrfml_create(u8 channel_id, struct dev_info *dev_info, in cfrfml_create() argument
|
/linux/drivers/most/ |
H A D | most_cdev.c | 38 unsigned int channel_id; member 320 static int comp_disconnect_channel(struct most_interface *iface, int channel_id) in comp_disconnect_channel() argument 384 comp_tx_completion(struct most_interface * iface,int channel_id) comp_tx_completion() argument 413 comp_probe(struct most_interface * iface,int channel_id,struct most_channel_config * cfg,char * name,char * args) comp_probe() argument [all...] |
H A D | most_snd.c | 162 int channel_id) in get_channel() argument 513 static int audio_probe_channel(struct most_interface *iface, int channel_id, in audio_probe_channel() argument 641 int channel_id) in audio_disconnect_channel() argument 693 audio_tx_completion(struct most_interface * iface,int channel_id) audio_tx_completion() argument [all...] |
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_imem_ops.c | 33 int channel_id) in ipc_imem_sys_wwan_close() argument 58 int if_id, int channel_id, struct sk_buff *skb) in ipc_imem_sys_wwan_transmit() argument 350 int channel_id; in ipc_imem_sys_devlink_open() local [all...] |
/linux/drivers/counter/ |
H A D | 104-quad-8.c | 601 const size_t channel_id = signal->id - 16; in quad8_index_polarity_get() local 613 const size_t channel_id = signal->id - 16; in quad8_index_polarity_set() local 664 const size_t channel_id = signal->id - 16; in quad8_synchronous_mode_get() local 676 const size_t channel_id = signal->id - 16; in quad8_synchronous_mode_set() local 934 const size_t channel_id in quad8_signal_cable_fault_read() local 967 const size_t channel_id = signal->id / 2; quad8_signal_cable_fault_enable_read() local 979 const size_t channel_id = signal->id / 2; quad8_signal_cable_fault_enable_write() local 1031 const size_t channel_id = signal->id / 2; quad8_signal_fck_prescaler_write() local [all...] |
/linux/net/ncsi/ |
H A D | ncsi-netlink.c | 279 u32 package_id, channel_id; in ncsi_set_interface_nl() local 402 u32 channel_id; in ncsi_send_cmd_nl() local 646 u32 package_id, channel_id; in ncsi_set_channel_mask_nl() local [all...] |
/linux/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 416 int channel_id, reg; in snd_ca0106_volume_get() local 432 int channel_id, reg; in snd_ca0106_volume_put() local 658 int channel_id) in snd_ca0106_volume_spi_dac_ctl() argument 858 unsigned int channel_id; member [all...] |
H A D | ca0106_main.c | 506 int channel_id) in snd_ca0106_channel_dac() argument 524 static int snd_ca0106_pcm_power_dac(struct snd_ca0106 *chip, int channel_id, in snd_ca0106_pcm_power_dac() argument 547 int channel_id) in snd_ca0106_pcm_open_playback_channel() argument 642 snd_ca0106_pcm_open_capture_channel(struct snd_pcm_substream * substream,int channel_id) snd_ca0106_pcm_open_capture_channel() argument [all...] |
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | optee.c | 120 u32 channel_id; member 317 u32 channel_id; in scmi_optee_chan_available() local 373 uint32_t channel_id; scmi_optee_chan_setup() local [all...] |
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | fifo_monitor.c | 46 const fifo_channel_t channel_id, in fifo_channel_get_state() argument
|
/linux/drivers/iio/dac/ |
H A D | mcp4821.c | 54 #define MCP4821_CHAN(channel_id, resolution) \ argument
|
/linux/include/net/caif/ |
H A D | caif_layer.h | 274 unsigned short channel_id; member
|
/linux/sound/hda/codecs/hdmi/ |
H A D | nvhdmi-mcp.c | 128 unsigned int dataDCC2, channel_id; in nvhdmi_8ch_7x_pcm_prepare() local
|
/linux/sound/pci/emu10k1/ |
H A D | p16v.c | 153 static int snd_p16v_pcm_open_playback_channel(struct snd_pcm_substream *substream, int channel_id) in snd_p16v_pcm_open_playback_channel() argument 181 static int snd_p16v_pcm_open_capture_channel(struct snd_pcm_substream *substream, int channel_id) in snd_p16v_pcm_open_capture_channel() argument [all...] |