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()
32 struct usb_port *port_dev = to_usb_port(dev); in early_stop_store()
50 struct usb_port *port_dev = to_usb_port(dev); in disable_show()
102 struct usb_port *port_dev = to_usb_port(dev); in disable_store()
166 struct usb_port *port_dev = to_usb_port(dev); in location_show()
175 struct usb_port *port_dev = to_usb_port(dev); in connect_type_show()
200 struct usb_port *port_dev = to_usb_port(dev); in state_show()
210 struct usb_port *port_dev = to_usb_port(dev); in over_current_count_show()
219 struct usb_port *port_dev = to_usb_port(dev); in quirks_show()
227 struct usb_port *port_dev = to_usb_port(dev); in quirks_store()
[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()
1147 struct usb_port *port_dev = hub->ports[port1 - 1]; in hub_activate()
1472 hub->ports = kcalloc(maxchild, sizeof(struct usb_port *), GFP_KERNEL); in hub_configure()
1690 struct usb_port *port_dev = hub->ports[i]; in hub_configure()
2072 struct usb_port *port_dev; in update_port_device_state()
2259 struct usb_port *port_dev = NULL; in usb_disconnect()
2642 struct usb_port *port_dev = hub->ports[port1 - 1]; in usb_new_device()
2843 struct usb_port *port_dev) in use_new_scheme()
2990 struct usb_port *port_de in hub_port_reset()
[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.c3176 unsigned usb_port = atoi(usb->port->path); in spapr_get_fw_dev_path() local
3177 unsigned id = 0x1000000 | (usb_port << 16) | d->lun; in spapr_get_fw_dev_path()