Home
last modified time | relevance | path

Searched refs:port1 (Results 1 – 25 of 138) sorted by relevance

123456

/Linux-v5.4/Documentation/media/v4l-drivers/
Dqcom_camss_8x96_graph.dot5 …n00000001 [label="{{<port0> 0} | msm_csiphy0\n/dev/v4l-subdev0 | {<port1> 1}}", shape=Mrecord, sty…
6 n00000001:port1 -> n0000000a:port0 [style=dashed]
7 n00000001:port1 -> n0000000d:port0 [style=dashed]
8 n00000001:port1 -> n00000010:port0 [style=dashed]
9 n00000001:port1 -> n00000013:port0 [style=dashed]
10 …n00000004 [label="{{<port0> 0} | msm_csiphy1\n/dev/v4l-subdev1 | {<port1> 1}}", shape=Mrecord, sty…
11 n00000004:port1 -> n0000000a:port0 [style=dashed]
12 n00000004:port1 -> n0000000d:port0 [style=dashed]
13 n00000004:port1 -> n00000010:port0 [style=dashed]
14 n00000004:port1 -> n00000013:port0 [style=dashed]
[all …]
Dqcom_camss_graph.dot5 …n00000001 [label="{{<port0> 0} | msm_csiphy0\n/dev/v4l-subdev0 | {<port1> 1}}", shape=Mrecord, sty…
6 n00000001:port1 -> n00000007:port0 [style=dashed]
7 n00000001:port1 -> n0000000a:port0 [style=dashed]
8 …n00000004 [label="{{<port0> 0} | msm_csiphy1\n/dev/v4l-subdev1 | {<port1> 1}}", shape=Mrecord, sty…
9 n00000004:port1 -> n00000007:port0 [style=dashed]
10 n00000004:port1 -> n0000000a:port0 [style=dashed]
11 …n00000007 [label="{{<port0> 0} | msm_csid0\n/dev/v4l-subdev2 | {<port1> 1}}", shape=Mrecord, style…
12 n00000007:port1 -> n0000000d:port0 [style=dashed]
13 n00000007:port1 -> n00000010:port0 [style=dashed]
14 …n0000000a [label="{{<port0> 0} | msm_csid1\n/dev/v4l-subdev3 | {<port1> 1}}", shape=Mrecord, style…
[all …]
Dvimc.dot11 …n00000005 [label="{{<port0> 0} | Debayer A\n/dev/v4l-subdev2 | {<port1> 1}}", shape=Mrecord, style…
12 n00000005:port1 -> n00000017:port0
13 …n00000008 [label="{{<port0> 0} | Debayer B\n/dev/v4l-subdev3 | {<port1> 1}}", shape=Mrecord, style…
14 n00000008:port1 -> n00000017:port0 [style=dashed]
19 …n00000017 [label="{{<port0> 0} | Scaler\n/dev/v4l-subdev4 | {<port1> 1}}", shape=Mrecord, style=fi…
20 n00000017:port1 -> n0000001a [style=bold]
/Linux-v5.4/drivers/usb/core/
Dhub.c110 static int hub_port_disable(struct usb_hub *hub, int port1, int set_state);
111 static bool hub_port_warm_reset_required(struct usb_hub *hub, int port1,
416 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature() argument
419 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1, in usb_clear_port_feature()
426 static int set_port_feature(struct usb_device *hdev, int port1, int feature) in set_port_feature() argument
429 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port1, in set_port_feature()
453 static void set_port_led(struct usb_hub *hub, int port1, int selector) in set_port_led() argument
455 struct usb_port *port_dev = hub->ports[port1 - 1]; in set_port_led()
458 status = set_port_feature(hub->hdev, (selector << 8) | port1, in set_port_led()
562 static int get_port_status(struct usb_device *hdev, int port1, in get_port_status() argument
[all …]
Dport.c199 int port1 = port_dev->portnum; in usb_port_runtime_resume() local
205 set_bit(port1, hub->power_bits); in usb_port_runtime_resume()
217 retval = usb_hub_set_port_power(hdev, hub, port1, true); in usb_port_runtime_resume()
229 if (hub_port_debounce_be_connected(hub, port1) < 0) { in usb_port_runtime_resume()
232 set_bit(port1, hub->warm_reset_bits); in usb_port_runtime_resume()
236 if (!test_and_set_bit(port1, hub->child_usage_bits)) { in usb_port_runtime_resume()
254 int port1 = port_dev->portnum; in usb_port_runtime_suspend() local
270 retval = usb_hub_set_port_power(hdev, hub, port1, false); in usb_port_runtime_suspend()
271 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in usb_port_runtime_suspend()
273 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in usb_port_runtime_suspend()
[all …]
Dhub.h113 int port1);
115 int port1);
117 int port1, bool set);
119 extern int hub_port_debounce(struct usb_hub *hub, int port1,
122 int port1, int feature);
155 int port1) in hub_port_debounce_be_connected() argument
157 return hub_port_debounce(hub, port1, true); in hub_port_debounce_be_connected()
161 int port1) in hub_port_debounce_be_stable() argument
163 return hub_port_debounce(hub, port1, false); in hub_port_debounce_be_stable()
Dusb-acpi.c29 int port1 = index + 1; in usb_acpi_power_manageable() local
32 port1); in usb_acpi_power_manageable()
58 int port1 = index + 1; in usb_acpi_set_power_state() local
63 port_dev = hub->ports[port1 - 1]; in usb_acpi_set_power_state()
65 port_handle = (acpi_handle) usb_get_hub_port_acpi_handle(hdev, port1); in usb_acpi_set_power_state()
148 int port1; in usb_acpi_get_companion_for_port() local
160 port1 = usb_hcd_find_raw_port_number(bus_to_hcd(udev->bus), in usb_acpi_get_companion_for_port()
169 port1 = port_dev->portnum; in usb_acpi_get_companion_for_port()
172 return usb_acpi_find_port(adev, port1); in usb_acpi_get_companion_for_port()
Dof.c25 struct device_node *usb_of_get_device_node(struct usb_device *hub, int port1) in usb_of_get_device_node() argument
34 if (reg == port1) in usb_of_get_device_node()
Dusb.c576 struct usb_bus *bus, unsigned port1) in usb_alloc_dev() argument
581 unsigned raw_port = port1; in usb_alloc_dev()
647 "%d", port1); in usb_alloc_dev()
652 "%s.%d", parent->devpath, port1); in usb_alloc_dev()
654 if (port1 < 15) in usb_alloc_dev()
656 (port1 << ((parent->level - 1)*4)); in usb_alloc_dev()
668 port1); in usb_alloc_dev()
675 dev->portnum = port1; in usb_alloc_dev()
/Linux-v5.4/Documentation/gpu/dp-mst/
Dtopology-figure-1.dot11 driver -> port1;
16 payload1:s -> port1:e;
25 mstb1 -> {port1, port2};
26 port1 -> mstb2;
32 mstb1 -> {port1, port2};
33 port1 -> mstb2;
48 port1 [label="Port #1";shape=oval];
Dtopology-figure-2.dot11 driver -> port1;
16 payload1:s -> port1:e;
25 mstb1 -> {port1, port2};
26 port1 -> mstb2;
34 mstb1 -> {port1, port2};
35 port1 -> mstb2;
47 port1 [label="Port #1"];
Dtopology-figure-3.dot14 driver -> port1;
18 payload1:s -> port1:e;
27 mstb1 -> {port1, port2};
28 port1 -> mstb2;
36 mstb1 -> {port1, port2};
37 port1 -> mstb2;
50 port1 [label="Port #1"];
/Linux-v5.4/drivers/usb/host/
Dsl811-hcd.c84 if (sl811->port1 & USB_PORT_STAT_POWER) in port_power()
87 sl811->port1 = USB_PORT_STAT_POWER; in port_power()
90 sl811->port1 = 0; in port_power()
404 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in start_transfer()
721 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq()
723 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq()
725 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
728 if (sl811->port1 & USB_PORT_STAT_SUSPEND) { in sl811h_irq()
730 sl811->port1 |= USB_PORT_STAT_C_SUSPEND << 16; in sl811h_irq()
737 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq()
[all …]
/Linux-v5.4/arch/alpha/kernel/
Dsmc37c669.c957 unsigned int port1; member
1253 base_addr.by_field.addr9_3 = local_config[ func ].port1 >> 3; in SMC37c669_enable_device()
1282 base_addr.by_field.addr9_3 = local_config[ func ].port1 >> 3; in SMC37c669_enable_device()
1330 base_addr.by_field.addr9_2 = local_config[ func ].port1 >> 2; in SMC37c669_enable_device()
1378 base_addr.by_field.addr9_4 = local_config[ func ].port1 >> 4; in SMC37c669_enable_device()
1404 ide_addr.by_field.addr9_4 = local_config[ func ].port1 >> 4; in SMC37c669_enable_device()
1689 cp->port1 = port; in SMC37c669_configure_device()
1854 *port = cp->port1;
1888 local_config[ SERIAL_0 ].port1, in SMC37c669_display_device_info()
1898 local_config[ SERIAL_1 ].port1, in SMC37c669_display_device_info()
[all …]
/Linux-v5.4/Documentation/leds/
Dledtrig-usbport.rst43 echo 1 > ports/usb1-port1
44 echo 1 > ports/usb2-port1
45 cat ports/usb1-port1
46 echo 0 > ports/usb1-port1
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt20 "port1" (or both) must be defined for "fsl-usb2-mph" compatible
22 - port1 : boolean; if defined, indicates port1 is connected for
53 port1;
Dpxa-usb.txt10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
28 marvell,enable-port1;
/Linux-v5.4/include/linux/usb/
Dof.h22 struct device_node *usb_of_get_device_node(struct usb_device *hub, int port1);
43 usb_of_get_device_node(struct usb_device *hub, int port1) in usb_of_get_device_node() argument
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dphy-mtk-tphy.txt117 u2 port1 0x1000 U2PHY_COM
118 u3 port1 0x1100 U3PHYD
136 u2 port1 0x1000 MISC
139 u3 port1 0x1700 SPLLC
Dphy-ocelot-serdes.txt38 port1 {
40 /* Link SERDES1G_5 to port1 */
/Linux-v5.4/drivers/watchdog/
Dpcwd.c809 int port1, last_port1; /* Register 1 for REV C cards */ in pcwd_isa_match() local
824 port1 = inb_p(base_addr + 1); /* For REV C boards */ in pcwd_isa_match()
825 if (port0 != 0xff || port1 != 0xff) { in pcwd_isa_match()
832 last_port1 = port1; in pcwd_isa_match()
835 port1 = inb_p(base_addr + 1); in pcwd_isa_match()
839 (port1 ^ last_port1) & WD_REVC_HRBT) { in pcwd_isa_match()
/Linux-v5.4/arch/arm/boot/dts/
Dbcm47081-tplink-archer-c5-v2.dts36 usb2-port1 {
37 label = "bcm53xx:green:usb2-port1";
/Linux-v5.4/drivers/platform/x86/
Dhdaps.c166 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, in __hdaps_read_pair() argument
174 *x = inw(port1); in __hdaps_read_pair()
191 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() argument
197 ret = __hdaps_read_pair(port1, port2, val1, val2); in hdaps_read_pair()
/Linux-v5.4/drivers/media/tuners/
Dtda9887.c433 static unsigned int port1 = UNSET; variable
438 module_param(port1, int, 0644);
448 if (UNSET != port1) { in tda9887_set_insmod()
449 if (port1) in tda9887_set_insmod()
/Linux-v5.4/include/linux/
Dusb.h722 int port1);
730 #define usb_hub_for_each_child(hdev, port1, child) \ argument
731 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
732 port1 <= hdev->maxchild; \
733 child = usb_hub_find_child(hdev, ++port1)) \
881 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
883 int usb_hub_release_port(struct usb_device *hdev, unsigned port1,

123456