Home
last modified time | relevance | path

Searched refs:num_routes (Results 1 – 11 of 11) sorted by relevance

/linux/sound/soc/intel/boards/
H A Dbytcht_es8316.c190 int num_routes; in byt_cht_es8316_init() local
199 num_routes = ARRAY_SIZE(byt_cht_es8316_intmic_in1_map); in byt_cht_es8316_init()
203 num_routes = ARRAY_SIZE(byt_cht_es8316_intmic_in2_map); in byt_cht_es8316_init()
206 ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes); in byt_cht_es8316_init()
212 num_routes = ARRAY_SIZE(byt_cht_es8316_ssp0_map); in byt_cht_es8316_init()
215 num_routes = ARRAY_SIZE(byt_cht_es8316_ssp2_map); in byt_cht_es8316_init()
217 ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes); in byt_cht_es8316_init()
H A Dsof_es8336.c278 int num_routes; in sof_es8316_init() local
285 num_routes = ARRAY_SIZE(sof_es8316_headset_mic1_map); in sof_es8316_init()
288 num_routes = ARRAY_SIZE(sof_es8316_headset_mic2_map); in sof_es8316_init()
291 ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes); in sof_es8316_init()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c93 int *num_widgets, int *num_routes, int *num_controls, in sdca_asoc_count_component() argument
100 *num_routes = 0; in sdca_asoc_count_component()
112 *num_routes += !!entity->iot.clock; in sdca_asoc_count_component()
113 *num_routes += !!entity->iot.is_dataport; in sdca_asoc_count_component()
118 *num_routes += entity->pde.num_managed; in sdca_asoc_count_component()
121 *num_routes += ge_count_routes(entity); in sdca_asoc_count_component()
136 (*num_routes)++; in sdca_asoc_count_component()
140 *num_routes += entity->num_sources; in sdca_asoc_count_component()
1387 int num_widgets, num_routes, num_controls, num_dais; in sdca_asoc_populate_component() local
1390 ret = sdca_asoc_count_component(dev, function, &num_widgets, &num_routes, in sdca_asoc_populate_component()
[all …]
/linux/include/uapi/linux/
H A Dv4l2-subdev.h242 __u32 num_routes; member
/linux/sound/soc/
H A Dsoc-core.c3087 int num_routes; in snd_soc_of_parse_audio_routing() local
3091 num_routes = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_routing()
3092 if (num_routes < 0 || num_routes & 1) { in snd_soc_of_parse_audio_routing()
3098 num_routes /= 2; in snd_soc_of_parse_audio_routing()
3100 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes), in snd_soc_of_parse_audio_routing()
3108 for (i = 0; i < num_routes; i++) { in snd_soc_of_parse_audio_routing()
3127 card->num_of_dapm_routes = num_routes; in snd_soc_of_parse_audio_routing()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1089 int ret, i = 0, num_routes = 0, j; in create_fill_widget_route_map()
1144 num_routes += hdmi->num_cvt; in create_fill_widget_route_map()
1147 num_routes++; in create_fill_widget_route_map()
1151 route = devm_kzalloc(dev, (sizeof(*route) * num_routes), in create_fill_widget_route_map()
1176 snd_soc_dapm_add_routes(dapm, route, num_routes); in hdac_hdmi_init_dai_map()
1081 int ret, i = 0, num_routes = 0, j; create_fill_widget_route_map() local
H A Dcs42l43.c2575 unsigned int num_controls, num_widgets, num_routes; in cs42l43_component_probe() local
2599 num_routes = ARRAY_SIZE(cs42l43_a_routes); in cs42l43_component_probe()
2607 num_routes = ARRAY_SIZE(cs42l43_b_routes); in cs42l43_component_probe()
2621 ret = snd_soc_dapm_add_routes(dapm, routes, num_routes); in cs42l43_component_probe()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.c522 unsigned int num_routes, in mtk_ddp_comp_find_in_route() argument
530 for (i = 0; i < num_routes; i++) in mtk_ddp_comp_find_in_route()
/linux/tools/testing/selftests/net/
H A Dfib_tests.sh2903 num_routes=254
2905 for i in $(seq 1 $num_routes) ; do
2921 [[ $routes -ge $num_routes ]] && [[ $route0 -gt 0 ]] && [[ $route1 -gt 0 ]]
2923 [[ $pref_route -ge $num_routes ]]
/linux/include/linux/greybus/
H A Dgreybus_protocols.h2046 __u8 num_routes; member
/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c1119 if (state->routing.num_routes == 1) { in cfe_get_source_link_freq()