Home
last modified time | relevance | path

Searched full:routes (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/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.c80 /* re-sort the routes in quality order. */
83 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()
106 if ((odev=nr_dev_get(nr)) != NULL) { /* Can't add routes to ourself */ in nr_add_node()
119 * routes now (and not wait for a node broadcast). in nr_add_node()
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()
[all …]
/Linux-v5.15/net/phonet/
Dpn_dev.c31 struct phonet_routes routes; member
258 /* Remove left-over Phonet routes */ in phonet_route_autodel()
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()
[all …]
/Linux-v5.15/drivers/comedi/drivers/
Dni_routes.c70 * Find the valid routes for a board.
90 * device. Possibly try an alternate board name if device routes not found
106 /* Second, find the set of routes valid for this device. */ in ni_find_device_routes()
124 * @board_name: Board name (determines set of routes).
128 * Finds the route values for the device family and the set of valid routes
129 * for the board. If valid routes could not be found for the actual board
133 * (for example, with the route values but not the set of valid routes).
149 * ni_count_valid_routes() - Count the number of valid routes.
150 * @tables: Routing tables for which to count all valid routes.
158 const struct ni_route_set *R = &tables->valid_routes->routes[i]; in ni_count_valid_routes()
[all …]
Dni_routes.h48 * @routes: List of route sets that are valid for this device.
53 struct ni_route_set *routes; member
57 * struct ni_route_tables - Register values and valid routes for a device.
59 * @route_values: Pointer to register values for all routes for the family to
62 * Link to the valid src->dest routes and the register values used to assign
63 * such routes for that particular device.
85 * @valid_routes: Pointer to device routes within which to search.
100 bool ni_route_set_has_source(const struct ni_route_set *routes, const int src);
110 * Generally speaking, most routes require the first six bits and a few require
192 * ni_count_valid_routes() - Count the number of valid 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()
149 /* write valid device routes */ in main()
Dconvert_csv_to_c.py92 '{I0}.routes = (struct ni_route_set[]){{'
127 * List of valid routes for specific NI boards.
158 * List of valid routes for specific NI boards.
195 * List of valid routes for specific NI boards.
318 * signals routes available on NI hardware. In many cases, one does not
319 * explicitly make these routes, rather one might indicate that something is
337 * List of valid routes for specific NI boards.
391 * This file includes a list of all the values of various signals routes
393 * these routes, rather one might indicate that something is used as the source
/Linux-v5.15/drivers/comedi/drivers/tests/
Dni_routes_test.c4 * Unit tests for NI routes (ni_routes.c module).
86 .routes = (struct ni_route_set[]){
96 /* indirect routes done through muxes */
131 /* [7] is intentionaly left absent to test invalid routes */
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()
[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 …]
Drcar_du_drv.h56 * @routes: array of CRTC to output routes, indexed by output (RCAR_DU_OUTPUT_*)
66 struct rcar_du_output_routing routes[RCAR_DU_OUTPUT_MAX]; member
/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/sound/soc/sunxi/
Dsun8i-codec-analog.c286 /* Microphone Routes */
291 /* Left Mixer Routes */
296 /* Right Mixer Routes */
301 /* Left ADC Mixer Routes */
306 /* Right ADC Mixer Routes */
311 /* ADC Routes */
316 /* headphone specific controls, widgets, and routes */
416 dev_err(dev, "Failed to add Headphone DAPM routes: %d\n", ret); in sun8i_codec_add_headphone()
512 dev_err(dev, "Failed to add Line In DAPM routes: %d\n", ret); in sun8i_codec_add_linein()
520 /* line out specific controls, widgets and routes */
[all …]
Dsun50i-codec-analog.c397 /* Left Mixer Routes */
404 /* Right Mixer Routes */
411 /* Left ADC Mixer Routes */
418 /* Right ADC Mixer Routes */
425 /* ADC Routes */
429 /* Headphone Routes */
446 /* Microphone Routes */
449 /* Microphone Routes */
452 /* Line-out Routes */
464 /* Earpiece Routes */
Dsun4i-codec.c843 /* Left ADC / DAC Routes */
847 /* Right ADC / DAC Routes */
851 /* Right Mixer Routes */
860 /* Left Mixer Routes */
868 /* Power Amplifier Routes */
874 /* Headphone Output Routes */
879 /* Mic1 Routes */
885 /* Mic2 Routes */
1152 /* DAC Routes */
1156 /* Microphone Routes */
[all …]
/Linux-v5.15/sound/pci/au88x0/
Dau8830.h85 #define OFFSET_SPORTIN 0x78 /* ch 0x13 ADB source. 2 routes. */
86 #define OFFSET_SPORTOUT 0x90 /* ch 0x13 ADB sink. 2 routes. */
92 #define OFFSET_EQOUT 0x7e /* ch 0x11 */ /* 2 routes on ch 0x11 */
94 #define OFFSET_A3DOUT 0xA6 /* ADB source. 2 routes per slice = 8 */
99 #define OFFSET_XTALKOUT 0x66 /* crosstalk canceller (source) 2 routes */
100 #define OFFSET_XTALKIN 0x96 /* crosstalk canceller (sink). 10 routes */
101 #define OFFSET_EFXOUT 0x68 /* ADB source. 8 routes. */
102 #define OFFSET_EFXIN 0x80 /* ADB sink. 8 routes. */
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr.c32 /* A list of route_vif_entry structs that point to routes that the VIF
37 /* A list of route_vif_entry structs that point to routes that the VIF
141 * not one of the egress interfaces, so trap these kind of routes. in mlxsw_sp_mr_route_action()
415 * found, abort, as duplicate routes are used for proxy routes. in mlxsw_sp_mr_route_add()
418 "Offloading proxy routes is not supported.\n"); in mlxsw_sp_mr_route_add()
635 /* Update all routes where this VIF is used as an unresolved iRIF */ in mlxsw_sp_mr_vif_resolve()
642 /* Update all routes where this VIF is used as an unresolved eRIF */ in mlxsw_sp_mr_vif_resolve()
668 /* Update all routes where this VIF is used as an unresolved eRIF */ in mlxsw_sp_mr_vif_unresolve()
672 /* Update all routes where this VIF is used as an unresolved iRIF */ in mlxsw_sp_mr_vif_unresolve()
765 /* Update all the routes that uses that VIF as eVIF */ in mlxsw_sp_mr_rif_mtu_update()
[all …]
/Linux-v5.15/drivers/comedi/drivers/ni_routing/
Dni_route_values.h28 * signals routes available on NI hardware. In many cases, one does not
29 * explicitly make these routes, rather one might indicate that something is
76 * struct family_route_values - Register values for all routes for a particular
82 * all routes defined.
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
125 visual comparison to the NI-MAX "Valid Routes" tables.
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dfib_offload_lib.sh82 log_test "IPv4 identical routes"
113 log_test "IPv4 routes with TOS"
142 log_test "IPv4 routes with metric"
194 # Insert multiple routes with the same prefix and length and varying
226 # Add two routes with the same key and different prefix length and
238 log_test "IPv4 routes with different prefix length"
264 log_test "IPv4 routes replay - metric"
290 log_test "IPv4 routes replay - TOS"
316 log_test "IPv4 routes replay - prefix length"
331 # Exercise the routes flushing code paths by inserting various
[all …]
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dfib.sh114 # Test that local routes can replace routes in main table.
211 # Test that local routes can replace routes in main table.
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_lwt_ip_encap.sh17 # by default, routes are configured to allow packets to go
26 # 1. routes NS2->IPv*_DST are brought down, so the only way a ping
187 # configure routes: IP*_SRC -> veth1/IP*_2 (= top route) default;
359 # remove NS2->DST routes, ping fails
365 # install replacement routes (LWT/eBPF), pings succeed
390 # a negative test: remove routes to GRE devices: ping fails
417 # remove NS2->DST routes, pings fail
423 # install replacement routes (LWT/eBPF), pings succeed
441 # a negative test: remove routes to GRE devices: ping fails
/Linux-v5.15/include/net/
Dmctp.h162 * These are held in the pernet->mctp.routes list, with RCU protection for
163 * removed routes. We hold a reference to the netdev; routes need to be
167 * so routes cannot be referenced over a RCU grace period. Specifically: A
/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
/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/net/mctp/
Droute.c7 * number of routes should stay fairly small, so the lookup cost is small.
542 list_for_each_entry_rcu(tmp, &net->mctp.routes, list) { in mctp_route_lookup()
749 /* Prevent duplicate identical routes. */ in mctp_route_add()
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()
922 NL_SET_ERR_MSG(extack, "no routes to loopback"); in mctp_route_nlparse()
974 /* we only have unicast routes */ in mctp_delroute()
1052 list_for_each_entry_rcu(rt, &net->mctp.routes, list) { in mctp_dump_rtinfo()
[all …]

12345678910>>...13