/linux-6.12.1/Documentation/gpu/dp-mst/ |
D | topology-figure-3.dot | 16 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];
|
D | topology-figure-2.dot | 13 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"];
|
D | topology-figure-1.dot | 13 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-6.12.1/Documentation/admin-guide/media/ |
D | rkisp1.dot | 3 …n00000001 [label="{{<port0> 0 | <port1> 1} | rkisp1_isp\n/dev/v4l-subdev0 | {<port2> 2 | <port3> 3… 6 n00000001:port3 -> n00000014 [style=bold]
|
D | raspberrypi-pisp-be.dot | 3 …n00000001 [label="{{<port0> 0 | <port1> 1 | <port2> 2 | <port7> 7} | pispbe\n | {<port3> 3 | <port… 4 n00000001:port3 -> n0000001c [style=bold]
|
D | starfive_camss_graph.dot | 7 …port0> 0} | cdns_csi2rx.19800000.csi-bridge\n | {<port1> 1 | <port2> 2 | <port3> 3 | <port4> 4}}",…
|
D | imx6q-sabresd.dot | 45 …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-6.12.1/drivers/gpu/drm/bridge/ |
D | lontium-lt9211.c | 628 struct device_node *port2, *port3; in lt9211_parse_dt() local 644 port3 = of_graph_get_port_by_id(dev->of_node, 3); in lt9211_parse_dt() 645 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in lt9211_parse_dt() 647 of_node_put(port3); in lt9211_parse_dt()
|
D | ti-sn65dsi83.c | 587 struct device_node *port2, *port3; in sn65dsi83_parse_dt() local 591 port3 = of_graph_get_port_by_id(dev->of_node, 3); in sn65dsi83_parse_dt() 592 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in sn65dsi83_parse_dt() 594 of_node_put(port3); in sn65dsi83_parse_dt()
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | lan966x-kontron-kswitch-d10-mmt-8g.dts | 35 &port3 {
|
D | lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts | 88 &port3 {
|
D | lan966x-pcb8290.dts | 140 &port3 {
|
D | lan966x-pcb8309.dts | 200 &port3 {
|
/linux-6.12.1/arch/mips/boot/dts/mscc/ |
D | ocelot_pcb123.dts | 67 &port3 {
|
D | ocelot.dtsi | 142 "port2", "port3", "port4", "port5", "port6", 164 port3: port@3 { label
|
D | ocelot_pcb120.dts | 89 &port3 {
|
/linux-6.12.1/include/sound/ |
D | emu8000.h | 58 unsigned long port3; /* Port usually at base+0x800 */ member
|
D | emu8000_reg.h | 18 #define EMU8000_DATA3(e) ((e)->port3) 19 #define EMU8000_PTR(e) ((e)->port3+2)
|
/linux-6.12.1/include/uapi/linux/ |
D | serial.h | 91 int port3; member
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | pxa-usb.txt | 10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
|
/linux-6.12.1/sound/isa/sb/ |
D | emu8000.c | 1071 hw->port3 = port + 0x800; in snd_emu8000_new() 1074 !devm_request_region(card->dev, hw->port3, 4, "Emu8000-3")) { in snd_emu8000_new() 1076 hw->port1, hw->port2, hw->port3); in snd_emu8000_new()
|
/linux-6.12.1/arch/arm/boot/dts/marvell/ |
D | kirkwood-4i-edge-200.dts | 102 label = "port3";
|
/linux-6.12.1/drivers/thunderbolt/ |
D | switch.c | 3898 struct tb_port *port1, *port3; in tb_switch_xhci_connect() local 3905 port3 = &sw->ports[3]; in tb_switch_xhci_connect() 3911 usb_port3 = tb_lc_is_usb_plugged(port3); in tb_switch_xhci_connect() 3913 xhci_port3 = tb_lc_is_xhci_connected(port3); in tb_switch_xhci_connect() 3922 return tb_lc_xhci_connect(port3); in tb_switch_xhci_connect() 3927 return tb_lc_xhci_connect(port3); in tb_switch_xhci_connect() 3944 struct tb_port *port3 = &sw->ports[3]; in tb_switch_xhci_disconnect() local 3948 tb_lc_xhci_disconnect(port3); in tb_switch_xhci_disconnect() 3949 tb_port_dbg(port3, "disconnected xHCI\n"); in tb_switch_xhci_disconnect()
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-host.txt | 98 port3-mode = "ehci-phy";
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm988312hr.dts | 208 label = "port3";
|