Home
last modified time | relevance | path

Searched refs:port_type (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/manager/
A Dusb_manager.c210 cfg->port.port_type = value; in usb_script_parse()
211 if (cfg->port.port_type != USB_PORT_TYPE_OTG) in usb_script_parse()
213 Usb_Manager_INFO("%s cfg->port.port_type:%d!\n", SET_USB0, cfg->port.port_type); in usb_script_parse()
311 if (g_usb_cfg.port.port_type == USB_PORT_TYPE_DEVICE) in hal_usb_manager_init()
321 else if (g_usb_cfg.port.port_type == USB_PORT_TYPE_HOST) in hal_usb_manager_init()
363 if (g_usb_cfg.port.port_type == USB_PORT_TYPE_OTG) in hal_usb_manager_deinit()
A Dusb_hw_scan.c313 Usb_Manager_Debug("port_info->port.port_type:%d\n", port_info->port_type); in usb_hw_scan_init()
314 switch (port_info->port_type) in usb_hw_scan_init()
353 Usb_Manager_Err("detect_type(%d) can't support\n", port_info->port_type); in usb_hw_scan_init()
359 Usb_Manager_Err("unknown port_type(%d)\n", port_info->port_type); in usb_hw_scan_init()
A Dsunxi_usb_board.h90 enum usb_port_type port_type; /* usb port type */ member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dsunxi-hci.h420 enum usb_port_type port_type; /* usb port type */ member
A Dohci_sunxi.c297 if (sunxi_ohci->port_type != USB_PORT_TYPE_HOST) {

Completed in 12 milliseconds