Home
last modified time | relevance | path

Searched refs:extcon_host (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/phy/renesas/
Dphy-rcar-gen3-usb2.c92 bool extcon_host; member
101 if (ch->extcon_host) { in rcar_gen3_phy_usb2_work()
156 ch->extcon_host = true; in rcar_gen3_init_for_host()
166 ch->extcon_host = false; in rcar_gen3_init_for_peri()
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c358 bool extcon_host; /* check id and set EXTCON_USB_HOST */ member
439 extcon_set_state_sync(usb3->extcon, EXTCON_USB_HOST, usb3->extcon_host); in renesas_usb3_extcon_work()
716 usb3->extcon_host = usb3_is_a_device(usb3); in usb3_check_id()
718 if (usb3->extcon_host && !usb3->forced_b_device) in usb3_check_id()