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