Home
last modified time | relevance | path

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

12345678910>>...26

/linux/Documentation/devicetree/bindings/sound/
A 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";
A 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";
A 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 =
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 =
A Dmediatek,mt2701-wm8960.yaml20 audio-routing:
36 - audio-routing
46 audio-routing =
A Dsamsung,tm2.yaml34 samsung,audio-routing:
41 Deprecated, use audio-routing.
59 - audio-routing
76 audio-routing = "HP", "HPOUT1L",
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:
A Datmel,sam9x5-wm8731-audio.yaml31 atmel,audio-routing:
57 - atmel,audio-routing
68 atmel,audio-routing =
A Datmel,asoc-wm8904.yaml31 atmel,audio-routing:
59 - atmel,audio-routing
74 atmel,audio-routing =
A Dsamsung,aries-wm8994.yaml46 samsung,audio-routing:
59 Deprecated, use audio-routing.
93 - audio-routing
124 audio-routing =
A Dsamsung,midas-audio.yaml39 samsung,audio-routing:
48 Deprecated, use audio-routing.
101 - audio-routing
120 audio-routing =
A Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
20 atmel,audio-routing =
/linux/drivers/net/wireless/broadcom/b43/
A Ddebugfs.c70 unsigned int routing, addr; in shm16read__read_file() local
88 unsigned int routing, addr; in shm16read__write_file() local
94 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
98 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
120 if (routing > B43_MAX_SHM_ROUTING) in shm16write__write_file()
124 if (routing == B43_SHM_SHARED) { in shm16write__write_file()
146 unsigned int routing, addr; in shm32read__read_file() local
164 unsigned int routing, addr; in shm32read__write_file() local
170 if (routing > B43_MAX_SHM_ROUTING) in shm32read__write_file()
174 if (routing == B43_SHM_SHARED) { in shm32read__write_file()
[all …]
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);
/linux/Documentation/devicetree/bindings/soc/aspeed/
A Duart-routing.yaml6 $id: http://devicetree.org/schemas/soc/aspeed/uart-routing.yaml#
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/drivers/media/v4l2-core/
A Dv4l2-subdev.c967 memset(routing->reserved, 0, sizeof(routing->reserved)); in subdev_do_ioctl()
969 krouting = &state->routing; in subdev_do_ioctl()
996 if (routing->num_routes > routing->len_routes) in subdev_do_ioctl()
999 memset(routing->reserved, 0, sizeof(routing->reserved)); in subdev_do_ioctl()
1031 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
1033 routing->num_routes = state->routing.num_routes; in subdev_do_ioctl()
1049 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
1051 routing->num_routes = state->routing.num_routes; in subdev_do_ioctl()
1523 routing = &state->routing; in v4l2_subdev_has_pad_interdep()
1941 for (; route < routing->routes + routing->num_routes; ++route) { in __v4l2_subdev_next_active_route()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-subdev-g-routing.rst40 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
131 :ref:`v4l2_subdev_routing_flags <v4l2-subdev-routing-flags>`.
[all …]
/linux/drivers/media/pci/intel/ipu6/
A 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/drivers/media/platform/nxp/imx8-isi/
A 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()
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()
206 ret = __mxc_isi_crossbar_set_routing(sd, state, &routing); in mxc_isi_crossbar_init_state()
290 for_each_active_route(&state->routing, route) { in mxc_isi_crossbar_set_fmt()
[all …]
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dmain.h91 u16 routing, u16 offset);
93 u16 routing, u16 offset);
95 u16 routing, u16 offset,
98 u16 routing, u16 offset,
/linux/net/mpls/
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"
/linux/Documentation/ABI/testing/
A 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/drivers/media/i2c/
A Dds90ub913.c279 struct v4l2_subdev_krouting *routing) in _ub913_set_routing() argument
310 if (routing->num_routes > V4L2_FRAME_DESC_ENTRY_MAX) in _ub913_set_routing()
313 ret = v4l2_subdev_routing_validate(sd, routing, in _ub913_set_routing()
318 ret = v4l2_subdev_set_routing(sd, state, routing); in _ub913_set_routing()
337 struct v4l2_subdev_krouting *routing) in ub913_set_routing() argument
344 return _ub913_set_routing(sd, state, routing); in ub913_set_routing()
351 const struct v4l2_subdev_krouting *routing; in ub913_get_frame_desc() local
369 routing = &state->routing; in ub913_get_frame_desc()
371 for_each_active_route(routing, route) { in ub913_get_frame_desc()
459 struct v4l2_subdev_krouting routing = { in ub913_init_state() local
[all …]
/linux/net/ipv6/
A 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/arch/arm/boot/dts/ti/omap/
A Domap4-panda-es.dts15 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
19 /* Audio routing */
20 ti,audio-routing =

Completed in 694 milliseconds

12345678910>>...26