usb3_is_host     2349 drivers/usb/gadget/udc/renesas_usb3.c 	cur_role = usb3_is_host(usb3) ? USB_ROLE_HOST : USB_ROLE_DEVICE;
usb3_is_host     2462 drivers/usb/gadget/udc/renesas_usb3.c 	if (new_mode_is_host == usb3_is_host(usb3))
usb3_is_host     2478 drivers/usb/gadget/udc/renesas_usb3.c 	return sprintf(buf, "%s\n", usb3_is_host(usb3) ? "host" : "peripheral");