Searched refs:routes (Results 26 - 50 of 69) sorted by relevance

123

/linux-master/drivers/comedi/drivers/ni_routing/ni_device_routes/
H A Dpci-6723.c4 * List of valid routes for specific NI boards.
32 .routes = (struct ni_route_set[]){
H A Dpci-6070e.c4 * List of valid routes for specific NI boards.
32 .routes = (struct ni_route_set[]){
H A Dpxie-6535.c4 * List of valid routes for specific NI boards.
32 .routes = (struct ni_route_set[]){
H A Dpxi-6030e.c4 * List of valid routes for specific NI boards.
32 .routes = (struct ni_route_set[]){
H A Dpci-6254.c4 * List of valid routes for specific NI boards.
32 .routes = (struct ni_route_set[]){
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h157 * @routes: list of possible routes from the CSI-2 recivers to
169 const struct rvin_group_route *routes; member in struct:rvin_info
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h75 struct vpfe_route *routes; member in struct:vpfe_subdev_info
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h227 * @num_routes: the total number of routes in the routes array
228 * @routes: pointer to the routes array
234 __u64 routes; member in struct:v4l2_subdev_routing
/linux-master/sound/soc/intel/boards/
H A Dbxt_da7219_max98357a.c676 const struct snd_soc_dapm_route *routes; local
686 routes = max98357a_routes;
694 routes = max98390_routes;
714 err = snd_soc_dapm_add_routes(&card->dapm, routes, num_routes);
716 dev_err(card->dev, "Fail to add routes\n");
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.c518 const struct mtk_drm_route *routes,
525 if (!routes) {
531 if (dev == ddp_comp[routes[i].route_ddp].dev)
532 return BIT(routes[i].crtc_id);
517 mtk_drm_find_comp_in_ddp_conn_path(struct device *dev, const struct mtk_drm_route *routes, unsigned int num_routes, struct mtk_ddp_comp *ddp_comp) argument
/linux-master/sound/soc/codecs/
H A Darizona.c1917 struct snd_soc_dapm_route routes[2]; local
1939 memset(&routes, 0, sizeof(routes));
1940 routes[0].sink = dai->driver->capture.stream_name;
1941 routes[1].sink = dai->driver->playback.stream_name;
1943 routes[0].source = arizona_dai_clk_str(dai_priv->clk);
1944 routes[1].source = arizona_dai_clk_str(dai_priv->clk);
1945 snd_soc_dapm_del_routes(dapm, routes, ARRAY_SIZE(routes));
1947 routes[
[all...]
H A Dmadera.c1213 const struct snd_soc_dapm_route *routes,
1231 if (!routes)
1232 routes = madera_mono_routes;
1238 snd_soc_dapm_add_routes(dapm, &routes[i], 1);
3247 struct snd_soc_dapm_route routes[2]; local
3272 memset(&routes, 0, sizeof(routes));
3273 routes[0].sink = dai->driver->capture.stream_name;
3274 routes[1].sink = dai->driver->playback.stream_name;
3275 routes[
1212 madera_init_outputs(struct snd_soc_component *component, const struct snd_soc_dapm_route *routes, int n_mono_routes, int n_real) argument
[all...]
H A Dwm8993.c918 static const struct snd_soc_dapm_route routes[] = { variable in typeref:struct:snd_soc_dapm_route
1531 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes));
H A Dmadera.h427 const struct snd_soc_dapm_route *routes,
H A Dcs42l43.c468 struct snd_soc_dapm_route routes[] = { local
499 snd_soc_dapm_del_routes(dapm, routes, ARRAY_SIZE(routes));
503 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes));
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c275 if ((rcdu->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs |
276 rcdu->info->routes[RCAR_DU_OUTPUT_DPAD1].possible_crtcs |
277 rcdu->info->routes[RCAR_DU_OUTPUT_LVDS0].possible_crtcs |
278 rcdu->info->routes[RCAR_DU_OUTPUT_LVDS1].possible_crtcs) &
285 if ((rcdu->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs |
286 rcdu->info->routes[RCAR_DU_OUTPUT_DPAD1].possible_crtcs) &
703 /* Store the routes from the CRTC output to the DU outputs. */
H A Drcar_du_kms.c626 if (rcdu->info->routes[i].possible_crtcs &&
627 rcdu->info->routes[i].port == ep.port) {
977 &rcdu->info->routes[renc->output];
1002 dpad0_sources = rcdu->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs;
/linux-master/include/net/
H A Dnetrom.h115 struct nr_route routes[3]; member in struct:nr_node
/linux-master/drivers/media/i2c/
H A Dds90ub913.c449 struct v4l2_subdev_route routes[] = { local
460 .num_routes = ARRAY_SIZE(routes),
461 .routes = routes,
H A Dds90ub953.c581 struct v4l2_subdev_route routes[] = { local
592 .num_routes = ARRAY_SIZE(routes),
593 .routes = routes,
/linux-master/drivers/soc/mediatek/
H A Dmtk-mmsys.h95 * @routes: Routing table of the mmsys.
97 * @num_routes: Array size of the routes.
121 const struct mtk_mmsys_routes *routes; member in struct:mtk_mmsys_driver_data
134 * default routes meet their requirements. But we don't have the complete
/linux-master/drivers/rapidio/
H A Drio-sysfs.c54 static DEVICE_ATTR_RO(routes);
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c1268 struct gb_audio_route *routes)
1281 curr = routes;
1331 /* fetch no. of kcontrols, widgets & routes */
1360 struct gb_audio_route *routes; local
1394 routes = (struct gb_audio_route *)module->route_offset;
1395 ret = gbaudio_tplg_process_routes(module, routes);
1398 "%d: Error in parsing routes data\n", ret);
1446 /* release routes */
1267 gbaudio_tplg_process_routes(struct gbaudio_module_info *module, struct gb_audio_route *routes) argument
/linux-master/sound/soc/
H A Dsoc-core.c3187 struct snd_soc_dapm_route *routes; local
3199 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes),
3201 if (!routes) {
3209 2 * i, &routes[i].sink);
3217 (2 * i) + 1, &routes[i].source);
3227 card->of_dapm_routes = routes;
/linux-master/sound/pci/au88x0/
H A Dau88x0_core.c1636 /* Write last routes. */
1919 ADBRamLink routes[2];
1920 routes[0] =
1923 routes[1] =
1928 vortex_adb_addroutes(vortex, ch, routes, 0x2);
1932 vortex_adb_delroutes(vortex, ch, routes[0], routes[1]);
2100 Allocate nr_ch pcm audio routes if dma < 0. If dma >= 0, existing routes
2102 dma: DMA engine routes t
[all...]

Completed in 500 milliseconds

123