Home
last modified time | relevance | path

Searched refs:add_route (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sdca/
H A Dsdca_asoc.c271 static void add_route(struct snd_soc_dapm_route **route, const char *sink, in entity_parse_it()
293 add_route(route, entity->label, NULL, entity->sources[i]->label); in entity_parse_it()
314 add_route(route, entity->label, NULL, aif_name); in entity_parse_ot()
320 add_route(route, entity->label, NULL, entity->iot.clock->label); in entity_parse_ot()
323 add_route(route, entity->label, NULL, entity->sources[i]->label); in entity_parse_ot()
346 add_route(route, aif_name, NULL, entity->label); in entity_pde_event()
352 add_route(route, entity->label, NULL, entity->iot.clock->label); in entity_pde_event()
355 add_route(route, entity->label, NULL, entity->sources[i]->label); in entity_pde_event()
462 add_route(route, entity->pde.managed[i]->label, NULL, entity->label); in entity_parse_su_device()
465 add_route(rout in entity_parse_su_device()
238 static void add_route(struct snd_soc_dapm_route **route, const char *sink, add_route() function
[all...]
/linux/tools/testing/selftests/net/
H A Dfib_tests.sh1616 add_route() function
1647 add_route "172.16.104.0/24" "$1"
1674 add_route "172.16.104.0/24" "via 172.16.101.2"
1679 add_route "172.16.104.0/24" "via 172.16.101.2"
1684 add_route "172.16.104.0/24" "via 172.16.101.2"
1690 add_route "172.16.104.0/24" "via 172.16.101.2"
1697 add_route "172.16.104.0/24" "via 172.16.101.2"
1702 add_route "172.16.104.0/24" "via 172.16.101.2"
1707 add_route "172.16.104.0/24" "via 172.16.101.2"
1725 add_route "172.16.104.0/24" "nexthop via 172.16.101.2 nexthop via 172.16.103.2"
[all …]
/linux/net/appletalk/
H A Dddp.c681 int add_route; in atif_ioctl() local
706 add_route = 1; in atif_ioctl()
719 add_route = 0; in atif_ioctl()
784 if (add_route) in atif_ioctl()