Home
last modified time | relevance | path

Searched refs:port3 (Results 1 – 25 of 36) sorted by relevance

12

/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-2.dot13 driver -> port3:e;
17 payload2:s -> port3:e;
28 port2 -> mstb3 -> {port3, port4};
29 port3 -> mstb4;
36 port2 -> mstb3 -> port3;
39 port3 -> mstb4;
49 port3 [label="Port #3"];
H A Dtopology-figure-3.dot16 driver -> port3:e;
19 payload2:s -> port3:e [penwidth=3];
30 port2 -> mstb3 -> {port3, port4};
31 port3 -> mstb4;
39 mstb3 -> port3 [penwidth=3];
42 port3 -> mstb4;
52 port3 [label="Port #3";penwidth=3];
H A Dtopology-figure-1.dot13 driver -> port3:e;
17 payload2:s -> port3:e;
27 port2 -> mstb3 -> {port3, port4};
28 port3 -> mstb4;
34 port2 -> mstb3 -> {port3, port4};
35 port3 -> mstb4;
50 port3 [label="Port #3";shape=oval];
/linux/Documentation/driver-api/cxl/linux/example-configurations/
H A Dhb-interleave.rst146 The following chunk shows a similar configuration for Host Bridge :code:`port3`,
152 "port":"port3",
163 "endpoints:port3":[
191 "decoders:port3":[
251 :code:`port3` - with a granularity of 256 bytes.
H A Dmulti-interleave.rst184 The following chunk shows a similar configuration for Host Bridge :code:`port3`,
190 "port":"port3",
206 "endpoints:port3":[
260 "decoders:port3":[
327 :code:`port3` - with a granularity of 256 bytes.
H A Dintra-hb-interleave.rst206 "port":"port3",
235 :code:`port3` - with a granularity of 256 bytes.
/linux/Documentation/admin-guide/media/
H A Drkisp1.dot3 …n00000001 [label="{{<port0> 0 | <port1> 1} | rkisp1_isp\n/dev/v4l-subdev0 | {<port2> 2 | <port3> 3…
6 n00000001:port3 -> n00000014 [style=bold]
H A Draspberrypi-pisp-be.dot3 …n00000001 [label="{{<port0> 0 | <port1> 1 | <port2> 2 | <port7> 7} | pispbe\n | {<port3> 3 | <port…
4 n00000001:port3 -> n0000001c [style=bold]
H A Dstarfive_camss_graph.dot7 …port0> 0} | cdns_csi2rx.19800000.csi-bridge\n | {<port1> 1 | <port2> 2 | <port3> 3 | <port4> 4}}",…
H A Dimx6q-sabresd.dot45 …port0> 0} | imx6-mipi-csi2\n/dev/v4l-subdev12 | {<port1> 1 | <port2> 2 | <port3> 3 | <port4> 4}}",…
47 n00000079:port3 -> n0000003d:port0 [style=dashed]
/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c627 struct device_node *port2, *port3; in lt9211_parse_dt() local
643 port3 = of_graph_get_port_by_id(dev->of_node, 3); in lt9211_parse_dt()
644 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in lt9211_parse_dt()
646 of_node_put(port3); in lt9211_parse_dt()
H A Dti-sn65dsi83.c852 struct device_node *port2, *port3; in sn65dsi83_parse_dt() local
856 port3 = of_graph_get_port_by_id(dev->of_node, 3); in sn65dsi83_parse_dt()
857 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in sn65dsi83_parse_dt()
859 of_node_put(port3); in sn65dsi83_parse_dt()
/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts35 &port3 {
H A Dlan966x-kontron-kswitch-d10-mmt-6g-2gs.dts88 &port3 {
H A Dlan966x-pcb8290.dts141 &port3 {
/linux/arch/mips/boot/dts/mscc/
H A Docelot_pcb123.dts67 &port3 {
H A Docelot.dtsi142 "port2", "port3", "port4", "port5", "port6",
164 port3: port@3 { label
H A Docelot_pcb120.dts89 &port3 {
/linux/include/sound/
H A Demu8000.h58 unsigned long port3; /* Port usually at base+0x800 */ member
H A Demu8000_reg.h18 #define EMU8000_DATA3(e) ((e)->port3)
19 #define EMU8000_PTR(e) ((e)->port3+2)
/linux/include/uapi/linux/
H A Dserial.h91 int port3; member
/linux/Documentation/devicetree/bindings/usb/
H A Dpxa-usb.txt10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst32 dax_region0 decoder3.0 decoder6.0 mem0 port3
44 "root0" -> "port3";
47 "port3" -> "endpoint6";
49 "port3" -> "decoder3.0";
90 decoders_committed dport1 modalias port3 uevent
196 "root0" -> "port3";
199 "port3" -> "endpoint6";
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-4i-edge-200.dts102 label = "port3";
/linux/drivers/thunderbolt/
H A Dswitch.c3963 struct tb_port *port1, *port3; in tb_switch_xhci_connect() local
3970 port3 = &sw->ports[3]; in tb_switch_xhci_connect()
3976 usb_port3 = tb_lc_is_usb_plugged(port3); in tb_switch_xhci_connect()
3978 xhci_port3 = tb_lc_is_xhci_connected(port3); in tb_switch_xhci_connect()
3987 return tb_lc_xhci_connect(port3); in tb_switch_xhci_connect()
3992 return tb_lc_xhci_connect(port3); in tb_switch_xhci_connect()
4009 struct tb_port *port3 = &sw->ports[3]; in tb_switch_xhci_disconnect() local
4013 tb_lc_xhci_disconnect(port3); in tb_switch_xhci_disconnect()
4014 tb_port_dbg(port3, "disconnected xHCI\n"); in tb_switch_xhci_disconnect()

12