/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | qcom_camss_8x96_graph.dot | 5 …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 …]
|
D | qcom_camss_graph.dot | 5 …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 …]
|
D | vimc.dot | 11 …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/ |
D | hub.c | 110 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 …]
|
D | port.c | 199 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 …]
|
D | hub.h | 113 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()
|
D | usb-acpi.c | 29 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()
|
D | of.c | 25 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()
|
D | usb.c | 576 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/ |
D | topology-figure-1.dot | 11 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];
|
D | topology-figure-2.dot | 11 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"];
|
D | topology-figure-3.dot | 14 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/ |
D | sl811-hcd.c | 84 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/ |
D | smc37c669.c | 957 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/ |
D | ledtrig-usbport.rst | 43 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/ |
D | fsl-usb.txt | 20 "port1" (or both) must be defined for "fsl-usb2-mph" compatible 22 - port1 : boolean; if defined, indicates port1 is connected for 53 port1;
|
D | pxa-usb.txt | 10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3" 28 marvell,enable-port1;
|
/Linux-v5.4/include/linux/usb/ |
D | of.h | 22 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/ |
D | phy-mtk-tphy.txt | 117 u2 port1 0x1000 U2PHY_COM 118 u3 port1 0x1100 U3PHYD 136 u2 port1 0x1000 MISC 139 u3 port1 0x1700 SPLLC
|
D | phy-ocelot-serdes.txt | 38 port1 { 40 /* Link SERDES1G_5 to port1 */
|
/Linux-v5.4/drivers/watchdog/ |
D | pcwd.c | 809 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/ |
D | bcm47081-tplink-archer-c5-v2.dts | 36 usb2-port1 { 37 label = "bcm53xx:green:usb2-port1";
|
/Linux-v5.4/drivers/platform/x86/ |
D | hdaps.c | 166 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/ |
D | tda9887.c | 433 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/ |
D | usb.h | 722 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,
|