Home
last modified time | relevance | path

Searched full:routing (Results 1 – 25 of 1284) sorted by relevance

12345678910>>...52

/linux-6.12.1/net/ipv6/
DKconfig163 the notion of a secure tunnel for IPSEC and then use routing protocol
223 GRE (Generic Routing Encapsulation) and at this time allows
242 bool "IPv6: Multiple Routing Tables"
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
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-g-routing.rst13 VIDIOC_SUBDEV_G_ROUTING - VIDIOC_SUBDEV_S_ROUTING - Get or set routing between streams of media pad…
40 These ioctls are used to get and set the routing in a media entity.
41 The routing configuration determines the flows of data inside an entity.
43 Drivers report their current routing tables using the
54 Only subdevices which have both sink and source pads can support routing.
61 The ``num_routes`` field indicates the number of routes in the routing
65 subdevice routing table. This may be smaller or larger than the value of
67 drivers may adjust the requested routing table.
70 both ioctls. This indicates thare are more routes in the routing table than fits
72 with the first ``len_routes`` entries of the subdevice routing table. This is
[all …]
/linux-6.12.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 …]
/linux-6.12.1/Documentation/devicetree/bindings/soc/aspeed/
Duart-routing.yaml6 $id: http://devicetree.org/schemas/soc/aspeed/uart-routing.yaml#
9 title: Aspeed UART Routing Controller
16 The Aspeed UART routing control allow to dynamically route the inputs for
31 - aspeed,ast2400-uart-routing
32 - aspeed,ast2500-uart-routing
33 - aspeed,ast2600-uart-routing
52 uart_routing: uart-routing@98 {
53 compatible = "aspeed,ast2600-uart-routing";
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dqcom,q6adm-routing.yaml4 $id: http://devicetree.org/schemas/sound/qcom,q6adm-routing.yaml#
7 title: Qualcomm Audio Device Manager (Q6ADM) routing
14 Qualcomm Audio Device Manager (Q6ADM) routing node represents routing
23 - qcom,q6adm-routing
36 routing {
37 compatible = "qcom,q6adm-routing";
Dqcom,q6adm.yaml21 routing:
23 $ref: /schemas/sound/qcom,q6adm-routing.yaml#
25 description: Qualcomm DSP LPASS audio routing
29 - routing
46 routing {
47 compatible = "qcom,q6adm-routing";
Dallwinner,sun4i-a10-codec.yaml55 allwinner,audio-routing:
124 - allwinner,audio-routing
129 - allwinner,audio-routing
140 allwinner,audio-routing:
167 allwinner,audio-routing:
192 allwinner,audio-routing:
218 allwinner,audio-routing:
258 allwinner,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 =
Dsamsung,tm2.yaml34 samsung,audio-routing:
41 Deprecated, use audio-routing.
59 - audio-routing
76 audio-routing = "HP", "HPOUT1L",
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-subdev.c958 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl() local
967 memset(routing->reserved, 0, sizeof(routing->reserved)); in subdev_do_ioctl()
969 krouting = &state->routing; in subdev_do_ioctl()
971 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
973 min(krouting->num_routes, routing->len_routes) * in subdev_do_ioctl()
975 routing->num_routes = krouting->num_routes; in subdev_do_ioctl()
981 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl() local
983 (struct v4l2_subdev_route *)(uintptr_t)routing->routes; in subdev_do_ioctl()
993 if (routing->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl()
996 if (routing->num_routes > routing->len_routes) in subdev_do_ioctl()
[all …]
/linux-6.12.1/include/uapi/linux/
Dipv6.h17 * source interface/address selection, source routing, etc...
43 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
44 #define IPV6_SRCRT_TYPE_3 3 /* RPL Segment Routing with IPv6 */
45 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */
48 * routing header
78 * routing header type 0 (used in cmsghdr struct)
90 * routing header type 2
Dv4l2-subdev.h35 * @stream: stream number, defined in subdev routing
51 * @stream: stream number, defined in subdev routing
79 * @stream: stream number, defined in subdev routing
102 * @stream: stream number, defined in subdev routing
122 * @stream: stream number, defined in subdev routing
143 * @stream: stream number, defined in subdev routing
167 * @stream: stream number, defined in subdev routing
199 /* The v4l2 sub-device supports routing and multiplexed streams. */
228 * struct v4l2_subdev_routing - Subdev routing information
/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-crossbar.c98 struct v4l2_subdev_krouting *routing) in __mxc_isi_crossbar_set_routing() argument
104 ret = v4l2_subdev_routing_validate(sd, routing, in __mxc_isi_crossbar_set_routing()
110 for_each_active_route(&state->routing, route) { in __mxc_isi_crossbar_set_routing()
121 return v4l2_subdev_set_routing_with_fmt(sd, state, routing, in __mxc_isi_crossbar_set_routing()
139 * Translate the source pad and streams to the sink side. The routing in mxc_isi_crossbar_xlate_streams()
141 * routing table are guaranteed to have the same sink pad. in mxc_isi_crossbar_xlate_streams()
146 for_each_active_route(&state->routing, route) { in mxc_isi_crossbar_xlate_streams()
182 struct v4l2_subdev_krouting routing = { }; in mxc_isi_crossbar_init_state() local
203 routing.num_routes = xbar->num_sources; in mxc_isi_crossbar_init_state()
204 routing.routes = routes; in mxc_isi_crossbar_init_state()
[all …]
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-subdev.c190 ret = v4l2_subdev_routing_find_opposite_end(&state->routing, in ipu6_isys_subdev_set_fmt()
228 struct v4l2_subdev_krouting *routing) in subdev_set_routing() argument
238 ret = v4l2_subdev_routing_validate(sd, routing, in subdev_set_routing()
243 return v4l2_subdev_set_routing_with_fmt(sd, state, routing, &format); in subdev_set_routing()
293 routes = state->routing.routes; in ipu6_isys_get_src_stream_by_src_pad()
294 for (i = 0; i < state->routing.num_routes; i++) { in ipu6_isys_get_src_stream_by_src_pad()
316 struct v4l2_subdev_krouting routing = { in ipu6_isys_subdev_init_state() local
321 return subdev_set_routing(sd, state, &routing); in ipu6_isys_subdev_init_state()
327 struct v4l2_subdev_krouting *routing) in ipu6_isys_subdev_set_routing() argument
329 return subdev_set_routing(sd, state, routing); in ipu6_isys_subdev_set_routing()
/linux-6.12.1/net/ipv4/
DKconfig21 control about the routing process.
25 questions about advanced routing.
37 automatically rejects incoming packets if the routing table entry
41 asymmetric routing (packets from you to a host take a different path
42 than packets from that host to you) or if you operate a non-routing
64 bool "IP: policy routing"
72 of the packet can be used for routing decisions as well.
75 Routing and Traffic Control documentation at
84 Normally, the routing tables specify a single action to be taken in
97 verbose messages regarding the routing, for example warnings about
[all …]
/linux-6.12.1/arch/x86/pci/
Dirq.c3 * Low-Level PCI Support for PC -- Routing of Interrupts
69 * Check passed address for the PCI IRQ Routing Table signature
91 DBG(KERN_DEBUG "PCI: Interrupt Routing Table found at 0x%lx\n", in pirq_check_routing_table()
99 * Handle the $IRT PCI IRQ Routing Table format used by AMI for its BCP
106 * It uses the same PCI BIOS 2.1 format for interrupt routing entries
109 * specifying the total number of interrupt routing entries allocated in
122 * follows the header instead that points to interrupt routing entries
143 DBG(KERN_DEBUG "PCI: $IRT Interrupt Routing Table found at 0x%lx\n", in pirq_convert_irt_table()
168 * Search 0xf0000 -- 0xfffff for the PCI IRQ Routing Table.
203 * If we have a IRQ routing table, use it to search for peer host
[all …]
/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-irqfd.c14 * irqchip routing entry
30 * kvm_set_routing_entry: populate a kvm routing entry
31 * from a user routing entry
34 * @e: kvm kernel routing entry handle
35 * @ue: user api routing entry handle
81 * MSI routing entry
/linux-6.12.1/include/media/i2c/
Dm52790.h12 /* Input routing switch 1 */
24 /* Input routing switch 2 */
36 /* Output routing switch 1 */
52 /* Output routing switch 2 */
/linux-6.12.1/net/6lowpan/
DKconfig60 tristate "Routing Header Support"
63 6LoWPAN IPv6 Routing Header compression according to RFC6282.
100 tristate "GHC Routing Options Header Support"
102 6LoWPAN IPv6 routing option generic header compression according
Dnhc_routing.c3 * 6LoWPAN IPv6 Routing Header compression according to RFC6282
11 LOWPAN_NHC(nhc_routing, "RFC6282 Routing", NEXTHDR_ROUTING, 0,
15 MODULE_DESCRIPTION("6LoWPAN next header RFC6282 Routing compression");
/linux-6.12.1/drivers/net/ipa/
Dipa_cmd.h21 * @IPA_CMD_IP_V4_ROUTING_INIT: Initialize IPv4 routing table
22 * @IPA_CMD_IP_V6_ROUTING_INIT: Initialize IPv6 routing table
75 * @size: Size of non-hashed routing table memory
76 * @offset: Offset in IPA shared memory of non-hashed routing table memory
78 * @hash_size: Size of hashed routing table memory
79 * @hash_offset: Offset in IPA shared memory of hashed routing table memory
/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_entity.h43 * struct vsp1_route - Entity routing configuration
44 * @type: Entity type this routing entry is associated with
45 * @index: Entity index this routing entry is associated with
46 * @reg: Output routing configuration register
50 * Each $vsp1_route entry describes routing configuration for the entity
52 * holds output routing configuration for the entity, and the @inputs array
/linux-6.12.1/drivers/parisc/
Diosapic.c17 ** IRT Interrupt Routing Table (provided by PAT firmware)
57 ** One such PAT PDC call returns the "Interrupt Routing Table" (IRT).
65 ** Routing Table for the entire platform.
228 * iosapic_load_irt - Fill in the interrupt routing table
233 * The "Get PCI INT Routing Table Size" option returns the number of
234 * entries in the PCI interrupt routing table for the cell specified
238 * The "Get PCI INT Routing Table" option returns, for the cell
239 * specified in the cell_number argument, the PCI interrupt routing
244 * The PCI interrupt routing table entry format is derived from the
245 * IA64 SAL Specification 2.4. The PCI interrupt routing table defines
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Dni_routes.h72 * routing to the specified NI device.
108 * @tables: pointer to relevant set of routing tables.
146 * @tables: pointer to relevant set of routing tables.
158 * @tables: pointer to relevant set of routing tables.
193 * @tables: Routing tables for which to count all valid routes.
199 * @tables: pointer to relevant set of routing tables.
223 * route (src-->dest) of the specified routing register
254 * @tables: pointer to relevant set of routing tables.
302 * @tables: pointer to relevant set of routing tables.
/linux-6.12.1/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_group.c18 * related to input and output routing). For this reason the R8A7790 DU must be
66 * RGB output routing to DPAD0 and VSPD1 routing to DU0/1/2 for in rcar_du_group_setup_defr8()
76 * On Gen3 VSPD routing can't be configured, and DPAD routing in rcar_du_group_setup_defr8()
96 * Configure input dot clock routing with a hardcoded configuration. If in rcar_du_group_setup_didsr()
157 * TODO: Handle routing of the DU output to CMM dynamically, as in rcar_du_group_setup()
293 * RGB output routing to DPAD0 and VSP1D routing to DU0/1/2 are in rcar_du_set_dpad0_vsp1_routing()

12345678910>>...52