Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v6.1/drivers/net/wireless/broadcom/b43/
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 …]
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);
/Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/
Dmain.h91 u16 routing, u16 offset);
93 u16 routing, u16 offset);
95 u16 routing, u16 offset,
98 u16 routing, u16 offset,
/Linux-v6.1/Documentation/devicetree/bindings/sound/
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:
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)
Dmt2701-wm8960.txt6 - audio-routing: a list of the connections between audio
16 audio-routing =
Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
20 atmel,audio-routing =
Dmxs-audio-sgtl5000.txt8 - audio-routing : A list of the connections between audio components.
38 audio-routing =
Datmel-wm8904.txt6 - atmel,audio-routing: A list of the connections between audio components.
45 atmel,audio-routing =
Dmt2701-cs42448.txt6 - audio-routing: a list of the connections between audio
20 audio-routing =
Dimx-audio-sgtl5000.txt13 - audio-routing : A list of the connections between audio components.
50 audio-routing =
Drockchip,rk3288-hdmi-analog.txt9 - rockchip,routing: A list of the connections between audio components.
29 rockchip,routing = "Analog", "LOUT2",
Dimx-audio-es8328.txt10 - audio-routing : A list of the connections between audio components.
49 audio-routing =
/Linux-v6.1/net/mpls/
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"
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-driver-aspeed-uart-routing1 What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\*
12 cat /sys/bus/platform/drivers/aspeed-uart-routing/\*.uart_routing/uart1
20 What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\*
/Linux-v6.1/Documentation/ia64/
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
/Linux-v6.1/net/ipv6/
DKconfig163 the notion of a secure tunnel for IPSEC and then use routing protocol
245 Support multiple routing tables.
248 bool "IPv6: source address based routing"
251 Enable routing by source address or prefix.
253 The destination address is still the primary routing key, so mixing
254 normal and source prefix specific routes in the same routing table
255 may sometimes lead to unintended routing behavior. This can be
256 avoided by defining different routing tables for the normal and
262 bool "IPv6: multicast routing"
270 bool "IPv6: multicast policy routing"
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/lib/
Dkvm_util.c1622 struct kvm_irq_routing *routing; in kvm_gsi_routing_create() local
1628 routing = calloc(1, size); in kvm_gsi_routing_create()
1629 assert(routing); in kvm_gsi_routing_create()
1631 return routing; in kvm_gsi_routing_create()
1634 void kvm_gsi_routing_irqchip_add(struct kvm_irq_routing *routing, in kvm_gsi_routing_irqchip_add() argument
1639 assert(routing); in kvm_gsi_routing_irqchip_add()
1640 assert(routing->nr < KVM_MAX_IRQ_ROUTES); in kvm_gsi_routing_irqchip_add()
1642 i = routing->nr; in kvm_gsi_routing_irqchip_add()
1643 routing->entries[i].gsi = gsi; in kvm_gsi_routing_irqchip_add()
1644 routing->entries[i].type = KVM_IRQ_ROUTING_IRQCHIP; in kvm_gsi_routing_irqchip_add()
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Domap4-panda-es.dts15 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
19 /* Audio routing */
20 ti,audio-routing =
/Linux-v6.1/Documentation/devicetree/bindings/fsi/
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>;
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dcavium-mix.txt19 interrupt routing and the second the routing for the AGL interrupts.
/Linux-v6.1/drivers/soc/aspeed/
DKconfig28 tristate "ASPEED uart routing control"
33 Provides a driver to control the UART routing paths, allowing
/Linux-v6.1/Documentation/PCI/
Dboot-interrupts.rst22 describe problems with the Core IO handling of INTx message routing to the
87 first identify and make use of a means to disable the routing to the PCH.
109 In the absence of a way to directly disable the routing, another approach
110 has been to make use of PCI Interrupt pin to INTx routing tables for
112 line by default. Therefore, on chipsets where this INTx routing cannot be

12345678910>>...18