| /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() 1338 int num_widgets, num_routes, num_control in sdca_asoc_set_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/drivers/media/platform/nxp/imx8-isi/ |
| H A D | imx8-isi-crossbar.c | 191 routing.num_routes = min(xbar->num_sinks - 1, xbar->num_sources); in mxc_isi_crossbar_init_state() 192 routes = kzalloc_objs(*routes, routing.num_routes); in mxc_isi_crossbar_init_state() 196 for (i = 0; i < routing.num_routes; ++i) { in mxc_isi_crossbar_init_state()
|
| /linux/sound/soc/intel/boards/ |
| 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/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 242 __u32 num_routes; member
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 3219 int num_routes; in snd_soc_of_parse_audio_routing() local 3223 num_routes = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_routing() 3224 if (num_routes < 0 || num_routes & 1) { in snd_soc_of_parse_audio_routing() 3230 num_routes /= 2; in snd_soc_of_parse_audio_routing() 3232 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes), in snd_soc_of_parse_audio_routing() 3240 for (i = 0; i < num_routes; i++) { in snd_soc_of_parse_audio_routing() 3259 card->num_of_dapm_routes = num_routes; in snd_soc_of_parse_audio_routing()
|
| /linux/drivers/soc/mediatek/ |
| H A D | mtk-mmsys.h | 136 const unsigned int num_routes; member
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 1087 int ret, i = 0, num_routes = 0, j; in create_fill_widget_route_map() 1142 num_routes += hdmi->num_cvt; in create_fill_widget_route_map() 1145 num_routes++; in create_fill_widget_route_map() 1149 route = devm_kzalloc(dev, (sizeof(*route) * num_routes), in create_fill_widget_route_map() 1174 snd_soc_dapm_add_routes(dapm, route, num_routes); 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 | 2845 num_routes=254 2847 for i in $(seq 1 $num_routes) ; do 2863 [[ $routes -ge $num_routes ]] && [[ $route0 -gt 0 ]] && [[ $route1 -gt 0 ]] 2865 [[ $pref_route -ge $num_routes ]]
|
| /linux/drivers/media/platform/synopsys/ |
| H A D | dw-mipi-csi2rx.c | 611 .num_routes = ARRAY_SIZE(routes), in dw_mipi_csi2rx_init_state()
|
| /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()
|