Home
last modified time | relevance | path

Searched refs:mv_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmv_sdhci.c41 static struct sdhci_ops mv_ops; variable
82 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()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmv_udc_core.c1218 static const struct usb_gadget_ops mv_ops = { variable
2257 udc->gadget.ops = &mv_ops; /* usb_gadget_ops */ in mv_udc_probe()