Lines Matching refs:cdns
162 bool cdns3_is_host(struct cdns3 *cdns);
163 bool cdns3_is_device(struct cdns3 *cdns);
164 int cdns3_get_id(struct cdns3 *cdns);
165 int cdns3_get_vbus(struct cdns3 *cdns);
166 int cdns3_drd_init(struct cdns3 *cdns);
167 int cdns3_drd_exit(struct cdns3 *cdns);
168 int cdns3_drd_update_mode(struct cdns3 *cdns);
169 int cdns3_drd_gadget_on(struct cdns3 *cdns);
170 void cdns3_drd_gadget_off(struct cdns3 *cdns);
171 int cdns3_drd_host_on(struct cdns3 *cdns);
172 void cdns3_drd_host_off(struct cdns3 *cdns);
173 int cdns3_set_mode(struct cdns3 *cdns, enum usb_dr_mode mode);