Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 25 of 120) sorted by relevance

12345

/Linux-v5.15/drivers/soc/mediatek/
Dmtk-mmsys.c20 .routes = mmsys_default_routing_table,
26 .routes = mmsys_default_routing_table,
40 .routes = mt8167_mmsys_routing_table,
46 .routes = mmsys_default_routing_table,
52 .routes = mmsys_mt8183_routing_table,
58 .routes = mt8365_mmsys_routing_table,
72 const struct mtk_mmsys_routes *routes = mmsys->data->routes; in mtk_mmsys_ddp_connect() local
77 if (cur == routes[i].from_comp && next == routes[i].to_comp) { in mtk_mmsys_ddp_connect()
78 reg = readl_relaxed(mmsys->regs + routes[i].addr); in mtk_mmsys_ddp_connect()
79 reg &= ~routes[i].mask; in mtk_mmsys_ddp_connect()
[all …]
/Linux-v5.15/net/netrom/
Dnr_route.c83 if (nr_node->routes[y].quality > nr_node->routes[x].quality) { in re_sort_routes()
89 swap(nr_node->routes[x], nr_node->routes[y]); in re_sort_routes()
128 if (nr_nodet->routes[i].neighbour == nr_neigh) in nr_add_node()
199 nr_node->routes[0].quality = quality; in nr_add_node()
200 nr_node->routes[0].obs_count = obs_count; in nr_add_node()
201 nr_node->routes[0].neighbour = nr_neigh; in nr_add_node()
220 if (nr_node->routes[i].neighbour == nr_neigh) { in nr_add_node()
221 nr_node->routes[i].quality = quality; in nr_add_node()
222 nr_node->routes[i].obs_count = obs_count; in nr_add_node()
231 nr_node->routes[2] = nr_node->routes[1]; in nr_add_node()
[all …]
/Linux-v5.15/net/phonet/
Dpn_dev.c31 struct phonet_routes routes; member
260 mutex_lock(&pnn->routes.lock); in phonet_route_autodel()
262 if (rcu_access_pointer(pnn->routes.table[i]) == dev) { in phonet_route_autodel()
263 RCU_INIT_POINTER(pnn->routes.table[i], NULL); in phonet_route_autodel()
266 mutex_unlock(&pnn->routes.lock); in phonet_route_autodel()
313 mutex_init(&pnn->routes.lock); in phonet_init_net()
359 struct phonet_routes *routes = &pnn->routes; in phonet_route_add() local
363 mutex_lock(&routes->lock); in phonet_route_add()
364 if (routes->table[daddr] == NULL) { in phonet_route_add()
365 rcu_assign_pointer(routes->table[daddr], dev); in phonet_route_add()
[all …]
/Linux-v5.15/drivers/gpu/drm/rcar-du/
Drcar_du_drv.c43 .routes = {
65 .routes = {
86 .routes = {
113 .routes = {
142 .routes = {
169 .routes = {
197 .routes = {
224 .routes = {
247 .routes = {
276 .routes = {
[all …]
/Linux-v5.15/drivers/comedi/drivers/ni_routing/tools/
Dconvert_c_to_py.c108 while (dR->routes[i].dest != 0) { in device_write()
109 if (!is_valid_ni_sig(dR->routes[i].dest)) { in device_write()
112 dR->routes[i].dest, dR->device, i); in device_write()
116 fprintf(fp, " %u : [", dR->routes[i].dest); in device_write()
120 while (dR->routes[i].src[j] != 0) { in device_write()
121 if (!is_valid_ni_sig(dR->routes[i].src[j])) { in device_write()
124 dR->routes[i].src[j], dR->device, i, j); in device_write()
128 fprintf(fp, "%u,", dR->routes[i].src[j]); in device_write()
/Linux-v5.15/drivers/comedi/drivers/
Dni_routes.c158 const struct ni_route_set *R = &tables->valid_routes->routes[i]; in ni_count_valid_routes()
212 const struct ni_route_set *R = &tables->valid_routes->routes[i]; in ni_get_valid_routes()
314 while (valid_routes->routes[valid_routes->n_route_sets].dest != 0) in ni_sort_device_routes()
318 sort(valid_routes->routes, valid_routes->n_route_sets, in ni_sort_device_routes()
323 struct ni_route_set *rs = &valid_routes->routes[n]; in ni_sort_device_routes()
331 sort(valid_routes->routes[n].src, valid_routes->routes[n].n_src, in ni_sort_device_routes()
384 return bsearch(&destination, valid_routes->routes, in ni_find_route_set()
396 bool ni_route_set_has_source(const struct ni_route_set *routes, in ni_route_set_has_source() argument
399 if (!bsearch(&source, routes->src, routes->n_src, sizeof(int), in ni_route_set_has_source()
470 const struct ni_route_set *routes = in ni_route_to_register() local
[all …]
Dni_routes.h53 struct ni_route_set *routes; member
100 bool ni_route_set_has_source(const struct ni_route_set *routes, const int src);
/Linux-v5.15/drivers/comedi/drivers/tests/
Dni_routes_test.c86 .routes = (struct ni_route_set[]){
188 if (last >= devroutes->routes[i].dest) in route_set_dests_in_order()
190 last = devroutes->routes[i].dest; in route_set_dests_in_order()
204 for (j = 0; j < devroutes->routes[i].n_src; ++j) { in route_set_sources_in_order()
205 if (last >= devroutes->routes[i].src[j]) in route_set_sources_in_order()
207 last = devroutes->routes[i].src[j]; in route_set_sources_in_order()
228 unittest(devroutes->routes->dest == NI_PFI(0), in test_ni_assign_device_routes()
230 unittest(devroutes->routes->n_src == 1, in test_ni_assign_device_routes()
232 unittest(devroutes->routes->src[0] == NI_AI_StartTrigger, in test_ni_assign_device_routes()
234 unittest(devroutes->routes[10].dest == TRIGGER_LINE(0), in test_ni_assign_device_routes()
[all …]
/Linux-v5.15/sound/soc/rockchip/
Drk3399_gru_sound.c397 const struct snd_soc_dapm_route *routes; member
403 .routes = rockchip_sound_cdndp_routes,
407 .routes = rockchip_sound_da7219_routes,
411 .routes = rockchip_sound_dmic_routes,
415 .routes = rockchip_sound_max98357a_routes,
419 .routes = rockchip_sound_rt5514_routes,
482 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local
494 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
496 if (!routes) in rockchip_sound_of_parse_dais()
498 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Dti,omap4-wugen-mpu4 routes interrupts to the GIC, and also serves as a wakeup source. It
18 - Because this HW ultimately routes interrupts to the GIC, the
Dnvidia,tegra20-ictlr.txt3 All Tegra SoCs contain a legacy interrupt controller that routes
25 - Because this HW ultimately routes interrupts to the GIC, the
/Linux-v5.15/net/mctp/
Droute.c542 list_for_each_entry_rcu(tmp, &net->mctp.routes, list) { in mctp_route_lookup()
750 list_for_each_entry(ert, &net->mctp.routes, list) { in mctp_route_add()
757 list_add_rcu(&rt->list, &net->mctp.routes); in mctp_route_add()
778 list_for_each_entry_safe(rt, tmp, &net->mctp.routes, list) { in mctp_route_remove()
808 list_for_each_entry_safe(rt, tmp, &net->mctp.routes, list) { in mctp_route_remove_dev()
1052 list_for_each_entry_rcu(rt, &net->mctp.routes, list) { in mctp_dump_rtinfo()
1073 INIT_LIST_HEAD(&ns->routes); in mctp_routes_net_init()
1087 list_for_each_entry_rcu(rt, &net->mctp.routes, list) in mctp_routes_net_exit()
/Linux-v5.15/include/net/netns/
Dmctp.h13 struct list_head routes; member
/Linux-v5.15/Documentation/networking/
Dipddp.rst49 which enables you to add routes to the kernel for your Macs by hand.
54 but it allows automatic adding and deleting of routes for Macs. (Handy
59 You will also need to add the proper routes to route your Linux box's IP
/Linux-v5.15/sound/soc/codecs/
Dwm8776.c143 static const struct snd_soc_dapm_route routes[] = { variable
433 .dapm_routes = routes,
434 .num_dapm_routes = ARRAY_SIZE(routes),
Darizona.c1917 struct snd_soc_dapm_route routes[2]; in arizona_dai_set_sysclk() local
1939 memset(&routes, 0, sizeof(routes)); in arizona_dai_set_sysclk()
1940 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk()
1941 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk()
1943 routes[0].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1944 routes[1].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1945 snd_soc_dapm_del_routes(dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
1947 routes[0].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1948 routes[1].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1949 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
/Linux-v5.15/sound/soc/
Dsoc-topology.c1105 struct snd_soc_dapm_route **routes; in soc_tplg_dapm_graph_elems_load() local
1124 routes = kcalloc(count, sizeof(struct snd_soc_dapm_route *), in soc_tplg_dapm_graph_elems_load()
1126 if (!routes) in soc_tplg_dapm_graph_elems_load()
1135 routes[i] = devm_kzalloc(tplg->dev, sizeof(*routes[i]), GFP_KERNEL); in soc_tplg_dapm_graph_elems_load()
1136 if (!routes[i]) in soc_tplg_dapm_graph_elems_load()
1161 routes[i]->source = elem->source; in soc_tplg_dapm_graph_elems_load()
1162 routes[i]->sink = elem->sink; in soc_tplg_dapm_graph_elems_load()
1165 routes[i]->connected = NULL; in soc_tplg_dapm_graph_elems_load()
1167 routes[i]->control = NULL; in soc_tplg_dapm_graph_elems_load()
1169 routes[i]->control = elem->control; in soc_tplg_dapm_graph_elems_load()
[all …]
/Linux-v5.15/drivers/comedi/drivers/ni_routing/
DREADME4 known valid signal routes for various National Instruments devices.
29 4) The sets of routes that are valid are not consistent from device to device.
43 information _and_ the knowledge of valid routes per device, a few specific
86 This data represents the known set of valid signal routes that are
97 valid device routes comes from the proprietary National Instruments
120 device routes comes from the proprietary National Instruments Windows
/Linux-v5.15/drivers/media/platform/rcar-vin/
Drcar-core.c74 for (route = vin->info->routes; route->mask; route++) { in rvin_group_get_mask()
721 for (route = vin->info->routes; route->mask; route++) { in rvin_group_notify_complete()
1062 .routes = rcar_info_r8a774e1_routes,
1107 .routes = rcar_info_r8a7795_routes,
1161 .routes = rcar_info_r8a7795es1_routes,
1202 .routes = rcar_info_r8a7796_routes,
1247 .routes = rcar_info_r8a77965_routes,
1266 .routes = rcar_info_r8a77970_routes,
1295 .routes = rcar_info_r8a77980_routes,
1312 .routes = rcar_info_r8a77990_routes,
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Drt274.txt16 Pins on the device (for linking into audio routes) for RT274:
Drt5616.txt17 Pins on the device (for linking into audio routes) for RT5616:
Dwm8904.txt12 Pins on the device (for linking into audio routes):
Drt5631.txt11 Pins on the device (for linking into audio routes):
Dwm8753.txt13 Pins on the device (for linking into audio routes):
Dtda7419.txt15 Pins on the device (for linking into audio routes):

12345