Home
last modified time | relevance | path

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

123456

/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/usb/core/
Dhub.c109 static int hub_port_disable(struct usb_hub *hub, int port1, int set_state);
413 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature() argument
416 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1, in usb_clear_port_feature()
423 static int set_port_feature(struct usb_device *hdev, int port1, int feature) in set_port_feature() argument
426 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port1, in set_port_feature()
450 static void set_port_led(struct usb_hub *hub, int port1, int selector) in set_port_led() argument
452 struct usb_port *port_dev = hub->ports[port1 - 1]; in set_port_led()
455 status = set_port_feature(hub->hdev, (selector << 8) | port1, in set_port_led()
559 static int get_port_status(struct usb_device *hdev, int port1, in get_port_status() argument
568 port1, data, length, USB_STS_TIMEOUT); in get_port_status()
[all …]
Dport.c189 int port1 = port_dev->portnum; in usb_port_runtime_resume() local
195 set_bit(port1, hub->power_bits); in usb_port_runtime_resume()
207 retval = usb_hub_set_port_power(hdev, hub, port1, true); in usb_port_runtime_resume()
219 if (hub_port_debounce_be_connected(hub, port1) < 0) { in usb_port_runtime_resume()
222 set_bit(port1, hub->warm_reset_bits); in usb_port_runtime_resume()
226 if (!test_and_set_bit(port1, hub->child_usage_bits)) { in usb_port_runtime_resume()
244 int port1 = port_dev->portnum; in usb_port_runtime_suspend() local
260 retval = usb_hub_set_port_power(hdev, hub, port1, false); in usb_port_runtime_suspend()
261 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in usb_port_runtime_suspend()
263 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in usb_port_runtime_suspend()
[all …]
Dhub.h111 int port1);
113 int port1);
115 int port1, bool set);
117 extern int hub_port_debounce(struct usb_hub *hub, int port1,
120 int port1, int feature);
153 int port1) in hub_port_debounce_be_connected() argument
155 return hub_port_debounce(hub, port1, true); in hub_port_debounce_be_connected()
159 int port1) in hub_port_debounce_be_stable() argument
161 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()
171 int port1 = port_dev->portnum; in usb_acpi_find_companion() local
188 raw = usb_hcd_find_raw_port_number(hcd, port1); in usb_acpi_find_companion()
204 adev = usb_acpi_find_port(adev, port1); in usb_acpi_find_companion()
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.c556 struct usb_bus *bus, unsigned port1) in usb_alloc_dev() argument
561 unsigned raw_port = port1; in usb_alloc_dev()
627 "%d", port1); in usb_alloc_dev()
632 "%s.%d", parent->devpath, port1); in usb_alloc_dev()
634 if (port1 < 15) in usb_alloc_dev()
636 (port1 << ((parent->level - 1)*4)); in usb_alloc_dev()
648 port1); in usb_alloc_dev()
655 dev->portnum = port1; in usb_alloc_dev()
/Linux-v4.19/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-v4.19/arch/alpha/kernel/
Dsmc37c669.c958 unsigned int port1; member
1254 base_addr.by_field.addr9_3 = local_config[ func ].port1 >> 3; in SMC37c669_enable_device()
1283 base_addr.by_field.addr9_3 = local_config[ func ].port1 >> 3; in SMC37c669_enable_device()
1331 base_addr.by_field.addr9_2 = local_config[ func ].port1 >> 2; in SMC37c669_enable_device()
1379 base_addr.by_field.addr9_4 = local_config[ func ].port1 >> 4; in SMC37c669_enable_device()
1405 ide_addr.by_field.addr9_4 = local_config[ func ].port1 >> 4; in SMC37c669_enable_device()
1690 cp->port1 = port; in SMC37c669_configure_device()
1855 *port = cp->port1;
1889 local_config[ SERIAL_0 ].port1, in SMC37c669_display_device_info()
1899 local_config[ SERIAL_1 ].port1, in SMC37c669_display_device_info()
[all …]
/Linux-v4.19/Documentation/leds/
Dledtrig-usbport.txt38 echo 1 > ports/usb1-port1
39 echo 1 > ports/usb2-port1
40 cat ports/usb1-port1
41 echo 0 > ports/usb1-port1
/Linux-v4.19/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-v4.19/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-v4.19/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
/Linux-v4.19/drivers/watchdog/
Dpcwd.c808 int port1, last_port1; /* Register 1 for REV C cards */ in pcwd_isa_match() local
823 port1 = inb_p(base_addr + 1); /* For REV C boards */ in pcwd_isa_match()
824 if (port0 != 0xff || port1 != 0xff) { in pcwd_isa_match()
831 last_port1 = port1; in pcwd_isa_match()
834 port1 = inb_p(base_addr + 1); in pcwd_isa_match()
838 (port1 ^ last_port1) & WD_REVC_HRBT) { in pcwd_isa_match()
/Linux-v4.19/arch/arm/boot/dts/
Dbcm47081-tplink-archer-c5-v2.dts35 usb2-port1 {
36 label = "bcm53xx:green:usb2-port1";
/Linux-v4.19/drivers/platform/x86/
Dhdaps.c178 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, in __hdaps_read_pair() argument
186 *x = inw(port1); in __hdaps_read_pair()
203 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() argument
209 ret = __hdaps_read_pair(port1, port2, val1, val2); in hdaps_read_pair()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dmscc-ocelot.txt63 "port1", "port2", "port3", "port4", "port5",
77 port1: port@1 {
/Linux-v4.19/drivers/media/tuners/
Dtda9887.c432 static unsigned int port1 = UNSET; variable
437 module_param(port1, int, 0644);
447 if (UNSET != port1) { in tda9887_set_insmod()
448 if (port1) in tda9887_set_insmod()
Dtea5767.h31 unsigned int port1:1; member
/Linux-v4.19/include/linux/
Dusb.h723 int port1);
731 #define usb_hub_for_each_child(hdev, port1, child) \ argument
732 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
733 port1 <= hdev->maxchild; \
734 child = usb_hub_find_child(hdev, ++port1)) \
882 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
884 int usb_hub_release_port(struct usb_device *hdev, unsigned port1,
/Linux-v4.19/drivers/usb/misc/
Dlvstest.c86 int port1, int feature) in lvs_rh_clear_port_feature() argument
89 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1, in lvs_rh_clear_port_feature()
94 int port1, int feature) in lvs_rh_set_port_feature() argument
97 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port1, in lvs_rh_set_port_feature()
/Linux-v4.19/drivers/char/
Dsonypi.c156 u16 port1; member
1235 while (check_ioport && check->port1) { in sonypi_setup_ioports()
1236 if (!request_region(check->port1, in sonypi_setup_ioports()
1241 check->port1); in sonypi_setup_ioports()
1244 release_region(check->port1, sonypi_device.region_size); in sonypi_setup_ioports()
1248 while (ioport_list->port1) { in sonypi_setup_ioports()
1250 if (request_region(ioport_list->port1, in sonypi_setup_ioports()
1253 dev->ioport1 = ioport_list->port1; in sonypi_setup_ioports()
/Linux-v4.19/arch/mips/boot/dts/mscc/
Docelot_pcb123.dts47 &port1 {

123456