usb3_is_host
cur_role = usb3_is_host(usb3) ? USB_ROLE_HOST : USB_ROLE_DEVICE;
if (new_mode_is_host == usb3_is_host(usb3))
return sprintf(buf, "%s\n", usb3_is_host(usb3) ? "host" : "peripheral");