Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dport.c24 struct usb_port *port_dev = to_usb_port(dev); in early_stop_show()
480 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers()
482 struct usb_port *ss_port, *hs_port; in link_peers()
489 struct usb_port *lpeer = left->peer; in link_peers()
549 static void link_peers_report(struct usb_port *left, struct usb_port *right) in link_peers_report()
564 static void unlink_peers(struct usb_port *left, struct usb_port *right) in unlink_peers()
566 struct usb_port *ss_port, *hs_port; in unlink_peers()
608 struct usb_port *port_dev = p, *peer; in match_location()
664 struct usb_port *upstream; in find_and_link_peer()
719 struct usb_port *port_dev; in usb_hub_create_port_device()
[all …]
H A Dhub.h75 struct usb_port **ports;
98 struct usb_port { struct
102 struct usb_port *peer; argument
120 container_of(_dev, struct usb_port, dev) argument
H A Dusb-acpi.c116 struct usb_port *port_dev; in usb_acpi_set_power_state()
189 usb_acpi_get_companion_for_port(struct usb_port *port_dev) in usb_acpi_get_companion_for_port()
222 usb_acpi_find_companion_for_port(struct usb_port *port_dev) in usb_acpi_find_companion_for_port()
249 struct usb_port *port_dev; in usb_acpi_find_companion_for_device()
H A Dhub.c489 struct usb_port *port_dev = hub->ports[port1 - 1]; in set_port_led()
723 struct usb_port *port_dev; in usb_wakeup_notification()
1690 struct usb_port *port_dev = hub->ports[i]; in hub_configure()
2061 struct usb_port *port_dev; in update_port_device_state()
2248 struct usb_port *port_dev = NULL; in usb_disconnect()
2830 struct usb_port *port_dev) in use_new_scheme()
4440 struct usb_port *port_dev; in usb_enable_lpm()
4490 struct usb_port *port_dev) in hub_usb3_port_prepare_disable()
4516 struct usb_port *port_dev) { } in hub_usb3_port_prepare_disable()
5854 struct usb_port *port_dev = hub->ports[i - 1]; in hub_event()
[all …]
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dtxrx.c111 priv->usb_port, in mwifiex_process_tx()
183 priv->usb_port, in mwifiex_host_to_card()
H A Dsta_tx.c159 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_null_packet()
H A D11n_aggr.c243 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_11n_aggregate_pkt()
H A Dusb.c754 priv->usb_port = MWIFIEX_USB_EP_DATA; in mwifiex_usb_port_resync()
767 active_port = priv->usb_port; in mwifiex_usb_port_resync()
774 priv->usb_port = active_port; in mwifiex_usb_port_resync()
791 if (priv->usb_port == card->port[idx].tx_data_ep) in mwifiex_usb_is_port_ready()
H A Dinit.c76 priv->usb_port = MWIFIEX_USB_EP_DATA; in mwifiex_init_priv()
H A Dsta_event.c466 intf_priv->usb_port = ep; in mwifiex_process_multi_chan_event()
H A Dwmm.c1355 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_processed_packet()
H A Dmain.h534 u8 usb_port; member
/openbmc/linux/include/linux/usb/
H A Dserial.h374 void usb_serial_handle_dcd_change(struct usb_serial_port *usb_port,
/openbmc/qemu/hw/ppc/
H A Dspapr.c3198 unsigned usb_port = atoi(usb->port->path); in spapr_get_fw_dev_path() local
3199 unsigned id = 0x1000000 | (usb_port << 16) | d->lun; in spapr_get_fw_dev_path()