| /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 | 79 * @num_routes: Output integer pointer, will be filled with the in sdca_asoc_count_component() 93 int *num_widgets, int *num_routes, int *num_controls, in sdca_asoc_count_component() 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; 121 *num_routes += ge_count_routes(entity); in ge_put_enum_double() 136 (*num_routes)++; in ge_put_enum_double() 140 *num_routes += entity->num_sources; in ge_put_enum_double() 1387 int num_widgets, num_routes, num_control in sdca_asoc_free_constraints() 74 sdca_asoc_count_component(struct device * dev,struct sdca_function_data * function,int * num_widgets,int * num_routes,int * num_controls,int * num_dais) sdca_asoc_count_component() argument 445 int num_routes = 0; entity_parse_su_device() local 1246 int num_widgets, num_routes, num_controls, num_dais; sdca_asoc_populate_component() local [all...] |
| /linux/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 242 __u32 num_routes; member
|
| /linux/drivers/soc/mediatek/ |
| H A D | mtk-mmsys.h | 136 const unsigned int num_routes; member
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 3074 int num_routes; in snd_soc_of_parse_audio_simple_widgets() 3078 num_routes = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_simple_widgets() 3079 if (num_routes < 0 || num_routes & 1) { in snd_soc_of_parse_audio_simple_widgets() 3085 num_routes /= 2; in snd_soc_of_parse_audio_simple_widgets() 3087 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes), 3095 for (i = 0; i < num_routes; i++) { in snd_soc_of_parse_pin_switches() 3114 card->num_of_dapm_routes = num_routes; in snd_soc_of_parse_pin_switches() 3219 int num_routes; snd_soc_of_parse_audio_routing() local
|
| /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
|
| /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()
|