Lines Matching refs:cdns
205 bool cdns_is_host(struct cdns *cdns);
206 bool cdns_is_device(struct cdns *cdns);
207 int cdns_get_id(struct cdns *cdns);
208 int cdns_get_vbus(struct cdns *cdns);
209 void cdns_clear_vbus(struct cdns *cdns);
210 void cdns_set_vbus(struct cdns *cdns);
211 int cdns_drd_init(struct cdns *cdns);
212 int cdns_drd_exit(struct cdns *cdns);
213 int cdns_drd_update_mode(struct cdns *cdns);
214 int cdns_drd_gadget_on(struct cdns *cdns);
215 void cdns_drd_gadget_off(struct cdns *cdns);
216 int cdns_drd_host_on(struct cdns *cdns);
217 void cdns_drd_host_off(struct cdns *cdns);
218 bool cdns_power_is_lost(struct cdns *cdns);