Searched refs:mv_ops (Results 1 – 2 of 2) sorted by relevance
41 static struct sdhci_ops mv_ops; variable82 memset(&mv_ops, 0, sizeof(struct sdhci_ops)); in mv_sdh_init()83 mv_ops.write_b = mv_sdhci_writeb; in mv_sdh_init()84 host->ops = &mv_ops; in mv_sdh_init()
1218 static const struct usb_gadget_ops mv_ops = { variable2257 udc->gadget.ops = &mv_ops; /* usb_gadget_ops */ in mv_udc_probe()