Searched refs:port_type (Results 1 – 5 of 5) sorted by relevance
210 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()
313 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()
90 enum usb_port_type port_type; /* usb port type */ member
420 enum usb_port_type port_type; /* usb port type */ member
297 if (sunxi_ohci->port_type != USB_PORT_TYPE_HOST) {
Completed in 12 milliseconds