Home
last modified time | relevance | path

Searched refs:port0 (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v4.19/Documentation/media/v4l-drivers/
Dqcom_camss_8x96_graph.dot3 …n00000001 [label="{{<port0> 0} | msm_csiphy0\n/dev/v4l-subdev0 | {<port1> 1}}", shape=Mrecord, sty…
4 n00000001:port1 -> n0000000a:port0 [style=dashed]
5 n00000001:port1 -> n0000000d:port0 [style=dashed]
6 n00000001:port1 -> n00000010:port0 [style=dashed]
7 n00000001:port1 -> n00000013:port0 [style=dashed]
8 …n00000004 [label="{{<port0> 0} | msm_csiphy1\n/dev/v4l-subdev1 | {<port1> 1}}", shape=Mrecord, sty…
9 n00000004:port1 -> n0000000a:port0 [style=dashed]
10 n00000004:port1 -> n0000000d:port0 [style=dashed]
11 n00000004:port1 -> n00000010:port0 [style=dashed]
12 n00000004:port1 -> n00000013:port0 [style=dashed]
[all …]
Dqcom_camss_graph.dot3 …n00000001 [label="{{<port0> 0} | msm_csiphy0\n/dev/v4l-subdev0 | {<port1> 1}}", shape=Mrecord, sty…
4 n00000001:port1 -> n00000007:port0 [style=dashed]
5 n00000001:port1 -> n0000000a:port0 [style=dashed]
6 …n00000004 [label="{{<port0> 0} | msm_csiphy1\n/dev/v4l-subdev1 | {<port1> 1}}", shape=Mrecord, sty…
7 n00000004:port1 -> n00000007:port0 [style=dashed]
8 n00000004:port1 -> n0000000a:port0 [style=dashed]
9 …n00000007 [label="{{<port0> 0} | msm_csid0\n/dev/v4l-subdev2 | {<port1> 1}}", shape=Mrecord, style…
10 n00000007:port1 -> n0000000d:port0 [style=dashed]
11 n00000007:port1 -> n00000010:port0 [style=dashed]
12 …n0000000a [label="{{<port0> 0} | msm_csid1\n/dev/v4l-subdev3 | {<port1> 1}}", shape=Mrecord, style…
[all …]
/Linux-v4.19/drivers/watchdog/
Dpcwd.c221 int port0, last_port0; /* Double read for stabilising */ in send_isa_command() local
231 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
233 last_port0 = port0; in send_isa_command()
234 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
236 if (port0 == last_port0) in send_isa_command()
244 cmd, port0, last_port0); in send_isa_command()
246 return port0; in send_isa_command()
807 int port0, last_port0; /* Reg 0, in case it's REV A */ in pcwd_isa_match() local
822 port0 = inb_p(base_addr); /* For REV A boards */ in pcwd_isa_match()
824 if (port0 != 0xff || port1 != 0xff) { in pcwd_isa_match()
[all …]
/Linux-v4.19/Documentation/driver-api/usb/
Dtypec.rst30 first port will be named "port0", the second "port1" and so on.
34 is attached to. The partner attached to port "port0" will be named
35 "port0-partner". Full path to the device would be
36 /sys/class/typec/port0/port0-partner/.
39 devices under /sys/class/typec/. The cable attached to the port "port0" port
40 will be named port0-cable and the plug on the SOP Prime end (see USB Power
41 Delivery Specification ch. 2.4) will be named "port0-plug0" and on the SOP
42 Double Prime end "port0-plug1". The parent of a cable will always be the port,
49 mode of port0-partner will be presented under /sys/class/typec/port0-partner/.
51 device named "mode<index>", for example /sys/class/typec/port0/<alternate
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt18 - port0 : boolean; if defined, indicates port0 is connected for
24 "port0" (or both) must be defined for "fsl-usb2-mph" compatible
52 port0;
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dphy-mtk-tphy.txt112 u2 port0 0x0800 U2PHY_COM
113 u3 port0 0x0900 U3PHYD
127 u2 port0 0x0000 MISC
130 u3 port0 0x0700 SPLLC
Dphy-mtk-xsphy.txt59 u2 port0 0x0000 MISC
69 u31 port0 0x3400 DIG_LN_TOP
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dmscc-ocelot.txt62 reg-names = "sys", "rew", "qs", "hsio", "port0",
73 port0: port@0 {
/Linux-v4.19/arch/mips/boot/dts/mscc/
Docelot_pcb123.dts43 &port0 {
Docelot.dtsi124 reg-names = "sys", "rew", "qs", "hsio", "port0",
135 port0: port@0 { label
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h292 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid() local
294 return &port0->phy == phy ? 0 : 1; in phy2portid()
/Linux-v4.19/drivers/usb/serial/
Dmos7840.c855 struct moschip_port *port0; in mos7840_open() local
866 port0 = mos7840_get_port_private(serial->port[0]); in mos7840_open()
868 if (mos7840_port == NULL || port0 == NULL) in mos7840_open()
873 port0->open_ports++; in mos7840_open()
1027 if (port0->open_ports == 1) { in mos7840_open()
1161 struct moschip_port *port0; in mos7840_close() local
1173 port0 = mos7840_get_port_private(serial->port[0]); in mos7840_close()
1175 if (mos7840_port == NULL || port0 == NULL) in mos7840_close()
1192 port0->open_ports--; in mos7840_close()
1193 dev_dbg(&port->dev, "%s in close%d\n", __func__, port0->open_ports); in mos7840_close()
[all …]
Dio_edgeport.c907 struct usb_serial_port *port0 = serial->port[0]; in edge_open() local
911 port0->interrupt_in_buffer; in edge_open()
913 port0->interrupt_in_endpointAddress; in edge_open()
914 edge_serial->interrupt_read_urb = port0->interrupt_in_urb; in edge_open()
915 edge_serial->bulk_in_buffer = port0->bulk_in_buffer; in edge_open()
917 port0->bulk_in_endpointAddress; in edge_open()
918 edge_serial->read_urb = port0->read_urb; in edge_open()
920 port0->bulk_out_endpointAddress; in edge_open()
926 port0->interrupt_in_endpointAddress), in edge_open()
927 port0->interrupt_in_buffer, in edge_open()
[all …]
Dmxuport.c1162 struct usb_serial_port *port0 = serial->port[0]; in mxuport_attach() local
1173 err = usb_serial_generic_submit_read_urbs(port0, GFP_KERNEL); in mxuport_attach()
1179 usb_serial_generic_close(port0); in mxuport_attach()
1188 struct usb_serial_port *port0 = serial->port[0]; in mxuport_release() local
1192 usb_serial_generic_close(port0); in mxuport_release()
Dquatech2.c661 struct usb_serial_port *port0; in qt2_setup_urbs() local
665 port0 = serial->port[0]; in qt2_setup_urbs()
674 port0->bulk_in_endpointAddress), in qt2_setup_urbs()
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dmediatek-pcie.txt88 reg-names = "subsys", "port0", "port1", "port2";
154 reg-names = "port0", "port1";
216 reg-names = "subsys", "port0", "port1";
/Linux-v4.19/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,video.txt34 dma-names = "port0", "port1";
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-typec1 USB Type-C port devices (eg. /sys/class/typec/port0/)
112 USB Type-C partner devices (eg. /sys/class/typec/port0-partner/)
165 USB Type-C cable devices (eg. /sys/class/typec/port0-cable/)
168 (eg. /sys/class/typec/port0-plug0). If the cable is active and has also SOP
/Linux-v4.19/arch/arm/boot/dts/
Dkirkwood-6192.dtsi72 phy-names = "port0", "port1";
Dkirkwood-6281.dtsi72 phy-names = "port0", "port1";
Dbcm953012er.dts78 label = "port0";
Dkirkwood-6282.dtsi123 phy-names = "port0", "port1";
/Linux-v4.19/tools/firewire/
Dnosy-dump.h37 uint32_t port0:2; member
/Linux-v4.19/drivers/thunderbolt/
Dicm.c1589 int port0, port1; in icm_reset_phy_port() local
1597 port0 = 3; in icm_reset_phy_port()
1600 port0 = 1; in icm_reset_phy_port()
1608 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1625 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1637 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1645 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
/Linux-v4.19/Documentation/devicetree/bindings/net/dsa/
Db53.txt77 port0@0 {

123