Home
last modified time | relevance | path

Searched refs:cdns3_get_id (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Ddrd.c69 int cdns3_get_id(struct cdns3 *cdns) in cdns3_get_id() function
93 else if (!cdns3_get_id(cdns)) in cdns3_is_host()
104 if (cdns3_get_id(cdns)) in cdns3_is_device()
H A Ddrd.h158 int cdns3_get_id(struct cdns3 *cdns);
H A Dcore.c202 id = cdns3_get_id(cdns); in cdsn3_hw_role_state_machine()