Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dport.c31 struct usb_port *port_dev = to_usb_port(dev); in connect_type_show()
69 struct usb_port *port_dev = to_usb_port(dev); in usb_port_device_release()
78 struct usb_port *port_dev = to_usb_port(dev); in usb_port_runtime_resume()
83 struct usb_port *peer = port_dev->peer; in usb_port_runtime_resume()
134 struct usb_port *port_dev = to_usb_port(dev); in usb_port_runtime_suspend()
138 struct usb_port *peer = port_dev->peer; in usb_port_runtime_suspend()
191 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers()
193 struct usb_port *ss_port, *hs_port; in link_peers()
200 struct usb_port *lpeer = left->peer; in link_peers()
201 struct usb_port *rpeer = right->peer; in link_peers()
[all …]
Dhub.h80 struct usb_port **ports;
96 struct usb_port { struct
100 struct usb_port *peer; argument
110 container_of(_dev, struct usb_port, dev) argument
Dusb-acpi.c59 struct usb_port *port_dev; in usb_acpi_set_power_state()
158 struct usb_port *port_dev = to_usb_port(dev); in usb_acpi_find_companion()
Dhub.c435 struct usb_port *port_dev = hub->ports[port1 - 1]; in set_port_led()
949 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_port_disable()
1129 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_activate()
1409 hub->ports = kzalloc(maxchild * sizeof(struct usb_port *), GFP_KERNEL); in hub_configure()
1627 struct usb_port *port_dev = hub->ports[i]; in hub_configure()
2144 struct usb_port *port_dev = NULL; in usb_disconnect()
2509 struct usb_port *port_dev = hub->ports[port1 - 1]; in usb_new_device()
2747 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_port_reset()
2880 static void usb_lock_port(struct usb_port *port_dev) in usb_lock_port()
2887 static void usb_unlock_port(struct usb_port *port_dev) in usb_unlock_port()
[all …]
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtxrx.c119 priv->usb_port, in mwifiex_process_tx()
192 priv->usb_port, in mwifiex_host_to_card()
Dsta_tx.c181 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_null_packet()
Dusb.c789 priv->usb_port = MWIFIEX_USB_EP_DATA; in mwifiex_usb_port_resync()
802 active_port = priv->usb_port; in mwifiex_usb_port_resync()
809 priv->usb_port = active_port; in mwifiex_usb_port_resync()
826 if (priv->usb_port == card->port[idx].tx_data_ep) in mwifiex_usb_is_port_ready()
D11n_aggr.c260 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_11n_aggregate_pkt()
Dinit.c81 priv->usb_port = MWIFIEX_USB_EP_DATA; in mwifiex_init_priv()
Dsta_event.c374 intf_priv->usb_port = ep; in mwifiex_process_multi_chan_event()
Dwmm.c1345 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_processed_packet()
Dmain.h522 u8 usb_port; member
/linux-4.4.14/drivers/usb/serial/
Dgeneric.c578 void usb_serial_handle_dcd_change(struct usb_serial_port *usb_port, in usb_serial_handle_dcd_change() argument
581 struct tty_port *port = &usb_port->port; in usb_serial_handle_dcd_change()
583 dev_dbg(&usb_port->dev, "%s - status %d\n", __func__, status); in usb_serial_handle_dcd_change()
/linux-4.4.14/include/linux/usb/
Dserial.h351 extern void usb_serial_handle_dcd_change(struct usb_serial_port *usb_port,