Home
last modified time | relevance | path

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

12345678910>>...23

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c70 unsigned int routing, addr; in shm16read__read_file() local
73 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
75 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
79 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
88 unsigned int routing, addr; in shm16read__write_file() local
91 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
94 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
98 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
103 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
112 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
H A Dmain.h66 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset);
67 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset);
68 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value);
69 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A 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";
H A 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 =
H A 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 =
H A Dqcom,apq8096.txt10 - audio-routing:
64 using "audio-routing".
98 qcom,audio-routing: A list of the connections between audio components.
99 (Use audio-routing instead)
H A 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:
H A Dmt2701-wm8960.txt6 - audio-routing: a list of the connections between audio
16 audio-routing =
H A Daudio-graph-card.txt14 - routing
147 routing = "codec Playback", "DAI0 Playback",
183 routing = "codec Playback", "DAI0 Playback",
241 routing = "pcm3168a Playback", "DAI2 Playback",
H A Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
20 atmel,audio-routing =
H A Dqcom,apq8016-sbc.txt19 - qcom,audio-routing : A list of the connections between audio components.
42 using "qcom,audio-routing".
64 qcom,audio-routing =
H A Dmxs-audio-sgtl5000.txt8 - audio-routing : A list of the connections between audio components.
38 audio-routing =
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/misc/
H A Dintel-lpc.txt15 - intel,gpi-routing : Specifies the GPI routing. There are 16 cells, valid
20 - intel,pirq-routing : Speciffies the routing IRQ number for each of PIRQA-H,
51 intel,pirq-routing = <0x8b 0x8a 0x8b 0x8b
54 * GPI routing
60 intel,gpi-routing = <0 0 0 0 0 0 0 2
H A Dintel,irq-router.txt11 - intel,pirq-config : Specifies the IRQ routing register programming mechanism.
13 "pci": IRQ routing is controlled by PCI configuration registers
14 "ibase": IRQ routing is in the memory-mapped IBASE register block
23 first cell is the register offset that controls the first PIRQ link routing.
27 - intel,pirq-routing : Specifies all PCI devices' IRQ routing information,
45 intel,pirq-routing = <
/OK3568_Linux_fs/kernel/net/decnet/netfilter/
H A DKconfig11 tristate "Routing message grabulator (for userland routing daemon)"
13 Enable this module if you want to use the userland DECnet routing
14 daemon. You will also need to enable routing support for DECnet
15 unless you just want to monitor routing messages from other nodes.
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Dirqroute.asl15 * routing via the i8259 interrupt controller or the APIC.
22 /* Remember the OS' IRQ routing choice */
26 /* PCI interrupt routing */
44 /* PCIe downstream ports interrupt routing */
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.h91 u16 routing, u16 offset);
93 u16 routing, u16 offset);
95 u16 routing, u16 offset,
98 u16 routing, u16 offset,
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dirq-redir.rst8 By writing to /proc/irq/IRQ#/smp_affinity the interrupt routing can be
40 (i.e. lowest priority mode routing is used), otherwise its route is
50 and the routing is the so called "lowest priority mode" (actually
52 for the IRQ routing. Currently in Linux XTP registers can have three
64 routing is used. The target CPUs are distributed in a round robin
/OK3568_Linux_fs/kernel/net/mpls/
H A DKconfig11 circuits. Originally conceived as a way of routing packets at
12 hardware speeds (before hardware was capable of routing ipv4 packets),
27 tristate "MPLS: routing support"
/OK3568_Linux_fs/kernel/net/ipv6/
H A DKconfig162 the notion of a secure tunnel for IPSEC and then use routing protocol
244 Support multiple routing tables.
247 bool "IPv6: source address based routing"
250 Enable routing by source address or prefix.
252 The destination address is still the primary routing key, so mixing
253 normal and source prefix specific routes in the same routing table
254 may sometimes lead to unintended routing behavior. This can be
255 avoided by defining different routing tables for the normal and
261 bool "IPv6: multicast routing"
269 bool "IPv6: multicast policy routing"
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap4-panda-es.dts15 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
19 /* Audio routing */
20 ti,audio-routing =
/OK3568_Linux_fs/buildroot/package/olsr/
H A DConfig.in10 routing protocol that is optimised for mobile ad-hoc
12 proactive link-state routing protocol that floods a full
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/babeld/
H A Dbabeld_1.10.bb1 SUMMARY = "Babel is a loop-avoiding distance-vector routing protocol"
3 Babel is a loop-avoiding distance-vector routing protocol for IPv6 and \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fsi/
H A Dfsi-master-aspeed.txt18 - fsi-routing-gpios: GPIO for setting the FSI mux (internal or cabled)
32 fsi-routing-gpios = <&gpio0 ASPEED_GPIO(Q, 7) GPIO_ACTIVE_HIGH>;
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddecnet.rst28 - CONFIG_NETFILTER (will be required for the DECnet routing daemon)
101 The default device for routing can be set through the /proc filesystem
130 there will be a routing daemon to send and receive routing messages for
131 each interface and update the kernel routing tables accordingly. The
132 routing daemon will use netfilter to listen to routing packets, and
133 rtnetlink to update the kernels routing tables.
136 for use by the routing daemon which will now use netfilter (a much cleaner

12345678910>>...23