| /linux/sound/soc/intel/boards/ |
| H A D | bytcht_es8316.c | 190 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 D | sof_es8336.c | 278 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 D | sdca_asoc.c | 93 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 D | v4l2-subdev.h | 242 __u32 num_routes; member
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 3087 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 D | hdac_hdmi.c | 1089 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 D | cs42l43.c | 2575 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 D | mtk_ddp_comp.c | 522 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 D | fib_tests.sh | 2903 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 D | greybus_protocols.h | 2046 __u8 num_routes; member
|
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 1119 if (state->routing.num_routes == 1) { in cfe_get_source_link_freq()
|