/kernel/linux/linux-5.10/drivers/soundwire/ |
D | generic_bandwidth_allocation.c | 77 m_rt->ch_count == slave_total_ch) { in sdw_compute_slave_ports() 102 ch = m_rt->ch_count; in sdw_compute_master_ports() 159 block_offset += m_rt->ch_count * in _sdw_compute_port_params() 186 ch = m_rt->ch_count; in sdw_compute_group_params()
|
D | bus.h | 116 unsigned int ch_count; member 138 unsigned int ch_count; member
|
D | stream.c | 955 m_rt->ch_count = stream_config->ch_count; in sdw_alloc_master_rt() 984 s_rt->ch_count = stream_config->ch_count; in sdw_alloc_slave_rt() 1174 stream->params.ch_count += stream_config->ch_count; in sdw_config_stream() 1517 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_prepare_stream() 1795 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_deprepare_stream()
|
D | cadence_master.h | 27 int ch_count; member
|
D | intel.c | 700 int i, ch_count = 0; in intel_pdi_get_ch_update() local 703 pdi->ch_count = intel_pdi_get_ch_cap(sdw, pdi->num, pcm); in intel_pdi_get_ch_update() 704 ch_count += pdi->ch_count; in intel_pdi_get_ch_update() 708 *num_ch = ch_count; in intel_pdi_get_ch_update() 783 u32p_replace_bits(&conf, pdi->ch_count - 1, SDW_ALH_STRMZCFG_CHN); in intel_pdi_alh_configure() 961 sconfig.ch_count = ch; in intel_hw_params()
|
D | qcom.c | 574 sconfig.ch_count = 1; in qcom_swrm_stream_alloc_ports()
|
D | cadence_master.c | 1697 pdi->ch_count = ch; in sdw_cdns_alloc_pdi()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 139 static unsigned ch_count; variable 140 module_param(ch_count, uint, 0444); 141 MODULE_PARM_DESC(ch_count, 949 for (i = 0; i < target->ch_count; i++) { in srp_disconnect_target() 1064 for (i = 0; i < target->ch_count; i++) { in srp_remove_target() 1070 for (i = 0; i < target->ch_count; i++) { in srp_remove_target() 1109 for (i = 0; i < target->ch_count; i++) in srp_connected_ch() 1298 for (i = 0; i < target->ch_count; i++) { in srp_terminate_io() 1359 for (i = 0; i < target->ch_count; i++) { in srp_rport_reconnect() 1363 for (i = 0; i < target->ch_count; i++) { in srp_rport_reconnect() [all …]
|
D | ib_srp.h | 201 u32 ch_count; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | max98373-sdw.c | 549 stream_config.ch_count = max98373->slot; in max98373_sdw_dai_hw_params() 554 stream_config.ch_count = 2; in max98373_sdw_dai_hw_params() 556 stream_config.ch_count = params_channels(params); in max98373_sdw_dai_hw_params() 558 port_config.ch_mask = GENMASK((int)stream_config.ch_count - 1, 0); in max98373_sdw_dai_hw_params()
|
D | rt1308-sdw.c | 560 stream_config.ch_count = num_channels; in rt1308_sdw_hw_params()
|
D | rt5682-sdw.c | 159 stream_config.ch_count = params_channels(params); in rt5682_sdw_hw_params()
|
D | rt715.c | 600 stream_config.ch_count = params_channels(params); in rt715_pcm_hw_params()
|
D | wsa881x.c | 1119 wsa881x->sconfig.ch_count = 1; in wsa881x_probe()
|
D | rt700.c | 935 stream_config.ch_count = params_channels(params); in rt700_pcm_hw_params()
|
D | rt711.c | 988 stream_config.ch_count = params_channels(params); in rt711_pcm_hw_params()
|
D | wcd9335.c | 1718 cfg->ch_count = 0; in wcd9335_slim_set_hw_params() 1724 cfg->ch_count++; in wcd9335_slim_set_hw_params() 1729 cfg->chs = kcalloc(cfg->ch_count, sizeof(unsigned int), GFP_KERNEL); in wcd9335_slim_set_hw_params()
|
D | wcd934x.c | 1641 cfg->ch_count = 0; in wcd934x_slim_set_hw_params() 1647 cfg->ch_count++; in wcd934x_slim_set_hw_params() 1652 cfg->chs = kcalloc(cfg->ch_count, sizeof(unsigned int), GFP_KERNEL); in wcd934x_slim_set_hw_params()
|
/kernel/linux/linux-5.10/include/linux/ |
D | slimbus.h | 138 unsigned int ch_count; member
|
/kernel/linux/linux-5.10/include/linux/soundwire/ |
D | sdw.h | 910 unsigned int ch_count; member 946 unsigned int ch_count; member
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | k3-udma.c | 3174 int ch_count, ret, i, j; in udma_setup_resources() local 3190 ch_count = ud->tchan_cnt + ud->rchan_cnt; in udma_setup_resources() 3322 ch_count -= bitmap_weight(ud->tchan_map, ud->tchan_cnt); in udma_setup_resources() 3323 ch_count -= bitmap_weight(ud->rchan_map, ud->rchan_cnt); in udma_setup_resources() 3324 if (!ch_count) in udma_setup_resources() 3327 ud->channels = devm_kcalloc(dev, ch_count, sizeof(*ud->channels), in udma_setup_resources() 3333 ch_count, in udma_setup_resources() 3339 return ch_count; in udma_setup_resources() 3511 int ch_count; in udma_probe() local 3616 ch_count = udma_setup_resources(ud); in udma_probe() [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 94 What: /sys/class/scsi_host/host<n>/ch_count
|