/linux-4.1.27/net/netrom/ |
D | nr_route.c | 120 if (nr_nodet->routes[i].neighbour == nr_neigh) in nr_add_node() 191 nr_node->routes[0].quality = quality; in nr_add_node() 192 nr_node->routes[0].obs_count = obs_count; in nr_add_node() 193 nr_node->routes[0].neighbour = nr_neigh; in nr_add_node() 211 if (nr_node->routes[i].neighbour == nr_neigh) { in nr_add_node() 212 nr_node->routes[i].quality = quality; in nr_add_node() 213 nr_node->routes[i].obs_count = obs_count; in nr_add_node() 222 nr_node->routes[2] = nr_node->routes[1]; in nr_add_node() 223 nr_node->routes[1] = nr_node->routes[0]; in nr_add_node() 225 nr_node->routes[0].quality = quality; in nr_add_node() [all …]
|
/linux-4.1.27/net/phonet/ |
D | pn_dev.c | 44 struct phonet_routes routes; member 276 mutex_lock(&pnn->routes.lock); in phonet_route_autodel() 278 if (rcu_access_pointer(pnn->routes.table[i]) == dev) { in phonet_route_autodel() 279 RCU_INIT_POINTER(pnn->routes.table[i], NULL); in phonet_route_autodel() 282 mutex_unlock(&pnn->routes.lock); in phonet_route_autodel() 328 mutex_init(&pnn->routes.lock); in phonet_init_net() 370 struct phonet_routes *routes = &pnn->routes; in phonet_route_add() local 374 mutex_lock(&routes->lock); in phonet_route_add() 375 if (routes->table[daddr] == NULL) { in phonet_route_add() 376 rcu_assign_pointer(routes->table[daddr], dev); in phonet_route_add() [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | policy-routing.txt | 27 RT_CLASS_MAIN=254 - all normal routes are put there 31 normal default routes are put there, if ip_fib_model==2 32 all gateway routes are put there. 75 1. Just ignore classes. All the routes are put into MAIN class 102 254 interface routes 103 253 ASE routes with external metric 104 252 ASE routes with internal metric 105 251 inter-area routes 106 250 intra-area routes for 1st area 107 249 intra-area routes for 2nd area [all …]
|
D | ipddp.txt | 44 which enables you to add routes to the kernel for your Macs by hand. 49 but it allows automatic adding and deleting of routes for Macs. (Handy 54 You will also need to add the proper routes to route your Linux box's IP
|
D | batman-adv.txt | 8 and routes (or better: bridges) Ethernet Frames. It emulates a 167 will enable debug messages for when routes change.
|
D | decnet.txt | 22 CONFIG_DECNET_ROUTER (to be able to add/delete routes) 123 since its the _only_ way to add and delete routes currently. Eventually
|
D | tuntap.txt | 23 corresponding routes will disappear.
|
D | bonding.txt | 1862 devices not have routes that supersede routes of the master (or, 1863 generally, not have routes at all). For example, suppose the bonding 1888 routes of their own, and if for some reason they must, those routes do 1889 not supersede routes of their master. This should generally be the
|
D | arcnet.txt | 366 [add other local routes here]
|
D | ip-sysctl.txt | 67 Maximum number of routes allowed in the kernel. Increase 68 this when using large numbers of interfaces and/or routes.
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,omap4-wugen-mpu | 4 routes interrupts to the GIC, and also serves as a wakeup source. It 20 - Because this HW ultimately routes interrupts to the GIC, the
|
D | nvidia,tegra-ictlr.txt | 3 All Tegra SoCs contain a legacy interrupt controller that routes 27 - Because this HW ultimately routes interrupts to the GIC, the
|
D | mips-gic.txt | 3 The MIPS GIC routes external interrupts to individual VPEs and IRQ pins.
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_drv.c | 41 .routes = { 64 .routes = { 91 .routes = {
|
D | rcar_du_drv.h | 64 struct rcar_du_output_routing routes[RCAR_DU_OUTPUT_MAX]; member
|
D | rcar_du_kms.c | 618 if (rcdu->info->routes[i].possible_crtcs && in rcar_du_encoders_init() 619 rcdu->info->routes[i].port == ep.port) { in rcar_du_encoders_init() 724 &rcdu->info->routes[renc->output]; in rcar_du_modeset_init()
|
D | rcar_du_encoder.c | 166 encoder_type = rcdu->info->routes[output].encoder_type; in rcar_du_encoder_init()
|
/linux-4.1.27/sound/soc/codecs/ |
D | arizona.c | 1479 struct snd_soc_dapm_route routes[2]; in arizona_dai_set_sysclk() local 1501 memset(&routes, 0, sizeof(routes)); in arizona_dai_set_sysclk() 1502 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk() 1503 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk() 1505 routes[0].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk() 1506 routes[1].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk() 1507 snd_soc_dapm_del_routes(&codec->dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk() 1509 routes[0].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk() 1510 routes[1].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk() 1511 snd_soc_dapm_add_routes(&codec->dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
|
D | wm8776.c | 146 static const struct snd_soc_dapm_route routes[] = { variable 438 .dapm_routes = routes, 439 .num_dapm_routes = ARRAY_SIZE(routes),
|
D | wm8993.c | 922 static const struct snd_soc_dapm_route routes[] = { variable 1534 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in wm8993_probe()
|
/linux-4.1.27/include/media/blackfin/ |
D | bfin_capture.h | 23 struct bcap_route *routes; member
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe.h | 58 struct vpfe_route *routes; member
|
D | vpfe_video.c | 859 route = &sdinfo->routes[index]; in vpfe_s_input()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | wm8904.txt | 12 Pins on the device (for linking into audio routes):
|
D | wm8753.txt | 13 Pins on the device (for linking into audio routes):
|
D | rt5631.txt | 11 Pins on the device (for linking into audio routes):
|
D | alc5632.txt | 16 Pins on the device (for linking into audio routes):
|
D | max98090.txt | 21 Pins on the device (for linking into audio routes):
|
D | es8328.txt | 15 Pins on the device (for linking into audio routes):
|
D | rt5640.txt | 21 Pins on the device (for linking into audio routes) for RT5639/RT5640:
|
D | wm8903.txt | 31 Pins on the device (for linking into audio routes):
|
D | rt5677.txt | 45 Pins on the device (for linking into audio routes):
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | src.c | 420 } routes[] = { in rsnd_src_set_route_gen1() local 436 if (id < 0 || id >= ARRAY_SIZE(routes)) in rsnd_src_set_route_gen1() 443 val = val << routes[id].shift; in rsnd_src_set_route_gen1() 444 mask = routes[id].mask << routes[id].shift; in rsnd_src_set_route_gen1()
|
D | rsrc-card.c | 26 const struct snd_soc_dapm_route *routes; member 37 .routes = routes_ssi0_ak4642, 413 priv->snd_card.of_dapm_routes = of_data->routes; in rsrc_card_parse_of()
|
/linux-4.1.27/net/mpls/ |
D | Kconfig | 9 MultiProtocol Label Switching routes packets through logical
|
/linux-4.1.27/include/media/davinci/ |
D | vpfe_capture.h | 75 struct vpfe_route *routes; member
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.h | 91 struct vpfe_route *routes; member
|
D | am437x-vpfe.c | 1791 route = &sdinfo->routes[inp_index]; in vpfe_set_input() 2473 sdinfo->routes = NULL; in vpfe_get_pdata()
|
/linux-4.1.27/include/net/ |
D | netrom.h | 111 struct nr_route routes[3]; member
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-dm355-evm.c | 225 .routes = tvp5146_routes,
|
D | board-dm365-evm.c | 356 .routes = tvp5146_routes,
|
D | board-dm644x-evm.c | 240 .routes = dm644xevm_tvp5146_routes,
|
/linux-4.1.27/net/ipv6/ |
D | Kconfig | 226 normal and source prefix specific routes in the same routing table 229 source prefix specific routes.
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 921 .routes = vs6624_routes, 1043 .routes = adv7842_routes, 1112 .routes = adv7511_routes, 1188 .routes = adv7343_routes,
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 156 ifconfig the network interfaces up and add X.25-routes to them. Use 162 is needed to set up X.25 routes. I.e.
|
D | README.sc | 190 interfaces are created and two routes added between the channels.
|
D | README.HiSax | 569 e) set the routes
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 56 static char *routes = ""; variable 57 module_param(routes, charp, 0444); 58 MODULE_PARM_DESC(routes, "routes to non-local networks"); 67 return routes; in lnet_get_routes()
|
D | config.c | 793 lnet_parse_routes(char *routes, int *im_a_router) in lnet_parse_routes() argument 802 if (lnet_str2tbs_sep(&tbs, routes) < 0) { in lnet_parse_routes()
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_core.c | 1926 ADBRamLink routes[2]; 1927 routes[0] = 1930 routes[1] = 1935 vortex_adb_addroutes(vortex, ch, routes, 0x2); 1939 vortex_adb_delroutes(vortex, ch, routes[0], routes[1]);
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 3323 struct snd_soc_dapm_route *routes; in snd_soc_of_parse_audio_routing() local 3340 routes = devm_kzalloc(card->dev, num_routes * sizeof(*routes), in snd_soc_of_parse_audio_routing() 3342 if (!routes) { in snd_soc_of_parse_audio_routing() 3350 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing() 3358 (2 * i) + 1, &routes[i].source); in snd_soc_of_parse_audio_routing() 3368 card->of_dapm_routes = routes; in snd_soc_of_parse_audio_routing()
|
/linux-4.1.27/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 496 .routes = adv7183_routes,
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-sysfs.c | 58 static DEVICE_ATTR_RO(routes);
|
/linux-4.1.27/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 580 route = &config->routes[index]; in bcap_s_input() 906 route = &config->routes[0]; in bcap_probe()
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 125 Check your routes if they include the multicast address range.
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 74 routes - reports switch routing information in "destID port" format. This
|
D | rapidio.txt | 57 A RapidIO switch is a special class of device that routes packets between its
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 143 intercepts the message and routes it to the Intel MEI.
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 271 The /proc/net/ipx_route table holds a list of IPX routes. For each route it
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 55 routes, i.e. the 2nd DAC is output from front output.
|
D | HD-Audio.txt | 580 some codecs. Make sure that you mute all unneeded signal routes when
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 237 all routes corresponding to it.
|
/linux-4.1.27/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1668 .routes = vs6624_routes,
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 1581 .routes = vs6624_routes,
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 1143 route = &sdinfo->routes[inp_index]; in vpfe_s_input()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 1162 Say Y here if you wish the debug print routes to direct 1189 Say Y here if you wish the debug print routes to direct
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 437 router is a dedicated IP router that routes IP datagrams between two or more
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 988 UML, log in, configure the UML side of the devices, and set up routes
|