Home
last modified time | relevance | path

Searched refs:usb_port (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/usb/core/
Dport.c22 struct usb_port *port_dev = to_usb_port(dev); in connect_type_show()
47 struct usb_port *port_dev = to_usb_port(dev); in over_current_count_show()
56 struct usb_port *port_dev = to_usb_port(dev); in quirks_show()
64 struct usb_port *port_dev = to_usb_port(dev); in quirks_store()
78 struct usb_port *port_dev = to_usb_port(dev); in usb3_lpm_permit_show()
100 struct usb_port *port_dev = to_usb_port(dev); in usb3_lpm_permit_store()
174 struct usb_port *port_dev = to_usb_port(dev); in usb_port_device_release()
183 struct usb_port *port_dev = to_usb_port(dev); in usb_port_runtime_resume()
188 struct usb_port *peer = port_dev->peer; in usb_port_runtime_resume()
239 struct usb_port *port_dev = to_usb_port(dev); in usb_port_runtime_suspend()
[all …]
Dhub.h72 struct usb_port **ports;
90 struct usb_port { struct
94 struct usb_port *peer; argument
108 container_of(_dev, struct usb_port, dev) argument
Dusb-acpi.c55 struct usb_port *port_dev; in usb_acpi_set_power_state()
170 struct usb_port *port_dev = to_usb_port(dev); in usb_acpi_find_companion()
Dhub.c452 struct usb_port *port_dev = hub->ports[port1 - 1]; in set_port_led()
656 struct usb_port *port_dev; in usb_wakeup_notification()
1078 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_activate()
1383 hub->ports = kcalloc(maxchild, sizeof(struct usb_port *), GFP_KERNEL); in hub_configure()
1601 struct usb_port *port_dev = hub->ports[i]; in hub_configure()
2120 struct usb_port *port_dev = NULL; in usb_disconnect()
2495 struct usb_port *port_dev = hub->ports[port1 - 1]; in usb_new_device()
2659 struct usb_port *port_dev) in use_new_scheme()
2793 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_port_reset()
2930 static void usb_lock_port(struct usb_port *port_dev) in usb_lock_port()
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtxrx.c119 priv->usb_port, in mwifiex_process_tx()
187 priv->usb_port, in mwifiex_host_to_card()
Dsta_tx.c182 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_null_packet()
D11n_aggr.c259 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_11n_aggregate_pkt()
Dusb.c736 priv->usb_port = MWIFIEX_USB_EP_DATA; in mwifiex_usb_port_resync()
749 active_port = priv->usb_port; in mwifiex_usb_port_resync()
756 priv->usb_port = active_port; in mwifiex_usb_port_resync()
773 if (priv->usb_port == card->port[idx].tx_data_ep) in mwifiex_usb_is_port_ready()
Dinit.c88 priv->usb_port = MWIFIEX_USB_EP_DATA; in mwifiex_init_priv()
Dsta_event.c475 intf_priv->usb_port = ep; in mwifiex_process_multi_chan_event()
Dwmm.c1367 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_processed_packet()
Dmain.h551 u8 usb_port; member
/Linux-v4.19/drivers/usb/serial/
Dgeneric.c606 void usb_serial_handle_dcd_change(struct usb_serial_port *usb_port, in usb_serial_handle_dcd_change() argument
609 struct tty_port *port = &usb_port->port; in usb_serial_handle_dcd_change()
611 dev_dbg(&usb_port->dev, "%s - status %d\n", __func__, status); in usb_serial_handle_dcd_change()
/Linux-v4.19/include/linux/usb/
Dserial.h375 extern void usb_serial_handle_dcd_change(struct usb_serial_port *usb_port,