Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddebugfs.c83 unsigned int routing, addr; in shm16read__read_file() local
86 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
88 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
92 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
101 unsigned int routing, addr; in shm16read__write_file() local
104 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
107 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
111 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
116 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
125 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
Dmain.h79 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset);
80 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset);
81 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value);
82 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dqcom,q6adm.txt18 = ADM routing
19 "routing" subnode of the ADM node represents adm routing specific configuration
24 Definition: must be "qcom,q6adm-routing".
35 q6routing: routing {
36 compatible = "qcom,q6adm-routing";
Datmel-sam9x5-wm8731-audio.txt8 - atmel,audio-routing: A list of the connections between audio components.
12 Available audio endpoints for the audio-routing table:
27 atmel,audio-routing =
Domap-abe-twl6040.txt9 - ti,audio-routing: List of connections between audio components.
18 Available audio endpoints for the audio-routing table:
70 /* Audio routing */
71 ti,audio-routing =
Domap-twl4030.txt12 - ti,audio-routing: List of connections between audio components.
15 If the routing is not provided all possible connection will be available
17 Available audio endpoints for the audio-routing table:
Dsimple-scu-card.txt26 - simple-audio-card,prefix : see routing
28 - simple-audio-card,routing : A list of the connections between audio components.
55 simple-audio-card,routing = "ak4642 Playback", "DAI0 Playback",
79 simple-audio-card,routing = "ak4642 Playback", "DAI0 Playback",
Dmt2701-wm8960.txt6 - audio-routing: a list of the connections between audio
16 audio-routing =
Daudio-graph-scu-card.txt31 - routing
45 routing = "codec Playback", "DAI0 Playback",
81 routing = "codec Playback", "DAI0 Playback",
Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
20 atmel,audio-routing =
Dqcom,apq8096.txt10 - audio-routing:
90 qcom,audio-routing: A list of the connections between audio components.
91 (Use audio-routing instead)
Dmxs-audio-sgtl5000.txt8 - audio-routing : A list of the connections between audio components.
38 audio-routing =
Dnvidia,tegra-audio-wm9712.txt12 - nvidia,audio-routing : A list of the connections between audio components.
49 nvidia,audio-routing =
Dmt2701-cs42448.txt6 - audio-routing: a list of the connections between audio
20 audio-routing =
Datmel-wm8904.txt6 - atmel,audio-routing: A list of the connections between audio components.
45 atmel,audio-routing =
Dnvidia,tegra-audio-wm8753.txt12 - nvidia,audio-routing : A list of the connections between audio components.
30 nvidia,audio-routing =
Dnvidia,tegra-audio-alc5632.txt12 - nvidia,audio-routing : A list of the connections between audio components.
34 nvidia,audio-routing =
Drockchip,rk3288-hdmi-analog.txt9 - rockchip,routing: A list of the connections between audio components.
29 rockchip,routing = "Analog", "LOUT2",
/Linux-v4.19/net/decnet/netfilter/
DKconfig10 tristate "Routing message grabulator (for userland routing daemon)"
12 Enable this module if you want to use the userland DECnet routing
13 daemon. You will also need to enable routing support for DECnet
14 unless you just want to monitor routing messages from other nodes.
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dmain.h104 u16 routing, u16 offset);
106 u16 routing, u16 offset);
108 u16 routing, u16 offset,
111 u16 routing, u16 offset,
/Linux-v4.19/net/mpls/
DKconfig10 circuits. Originally conceived as a way of routing packets at
11 hardware speeds (before hardware was capable of routing ipv4 packets),
26 tristate "MPLS: routing support"
/Linux-v4.19/Documentation/ia64/
DIRQ-redir.txt6 By writing to /proc/irq/IRQ#/smp_affinity the interrupt routing can be
33 (i.e. lowest priority mode routing is used), otherwise its route is
42 and the routing is the so called "lowest priority mode" (actually
44 for the IRQ routing. Currently in Linux XTP registers can have three
54 routing is used. The target CPUs are distributed in a round robin
/Linux-v4.19/net/ipv6/
DKconfig180 the notion of a secure tunnel for IPSEC and then use routing protocol
262 Support multiple routing tables.
265 bool "IPv6: source address based routing"
268 Enable routing by source address or prefix.
270 The destination address is still the primary routing key, so mixing
271 normal and source prefix specific routes in the same routing table
272 may sometimes lead to unintended routing behavior. This can be
273 avoided by defining different routing tables for the normal and
279 bool "IPv6: multicast routing"
287 bool "IPv6: multicast policy routing"
[all …]
/Linux-v4.19/arch/arm/boot/dts/
Domap4-panda-es.dts18 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
22 /* Audio routing */
23 ti,audio-routing =
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dcavium-mix.txt19 interrupt routing and the second the routing for the AGL interrupts.

12345678910>>...13