Home
last modified time | relevance | path

Searched refs:hdev (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c268 struct usb_host_virt_dev *hdev = hub->hdev; in hub_port_disable() local
625 hdev = hub->hdev; in hub_port_init()
1144 struct usb_host_virt_dev *hdev = hub->hdev; in hub_power_remaining() local
1217 struct usb_host_virt_dev *hdev = hub->hdev; in hub_port_connect_change() local
1303 udev = usb_host_alloc_virt_dev(hdev, hdev->bus, port1); in hub_port_connect_change()
1620 hdev = hub->hdev; in hub_events()
2284 struct usb_host_virt_dev *hdev = hub->hdev; in hub_pre_reset() local
2430 struct usb_host_virt_dev *hdev = hub->hdev; in _hub_config() local
2614 if (hdev == hdev->bus->root_hub) in _hub_config()
2730 hdev = hub->hdev; in hub_disconnect()
[all …]
A Dusb_gen_hub_base.c68 status = usb_control_msg(hdev, in get_port_status()
69 usb_rcvctrlpipe(hdev, 0), in get_port_status()
485 status = clear_port_feature(hub->hdev, in hub_port_resume()
651 struct usb_device *hdev = hub->hdev; in hub_suspend() local
658 for (port1 = 1; port1 <= hdev->maxchild; port1++) in hub_suspend()
661 udev = hdev->children [port1 - 1]; in hub_suspend()
697 udev = hdev->children [port1 - 1]; in hub_resume()
704 clear_port_feature(hdev, port1, in hub_resume()
748 void usb_resume_root_hub(struct usb_device *hdev) in usb_resume_root_hub() argument
750 struct usb_hub *hub = hdev_to_hub(hdev); in usb_resume_root_hub()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb.h549 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev,
558 #define usb_hub_for_each_child(hdev, port1, child) \ argument
559 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
560 port1 <= hdev->maxchild; \
561 child = usb_hub_find_child(hdev, ++port1)) \
577 extern int usb_acpi_set_power_state(struct usb_device *hdev, int index,
579 extern bool usb_acpi_power_manageable(struct usb_device *hdev, int index);
581 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state() argument
583 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable() argument
709 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
[all …]
A Dusb_host_hub.h205 struct usb_host_virt_dev *hdev; member
/bsp/at32/libraries/usbotg_library/inc/
A Dusbh_int.h47 void usbh_irq_handler(otg_core_type *hdev);
A Dusb_core.h105 usb_sts_type usbh_init(otg_core_type *hdev,

Completed in 22 milliseconds