Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmv_sdhci.c40 static struct sdhci_ops mv_ops; variable
81 memset(&mv_ops, 0, sizeof(struct sdhci_ops)); in mv_sdh_init()
82 mv_ops.write_b = mv_sdhci_writeb; in mv_sdh_init()
83 host->ops = &mv_ops; in mv_sdh_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc_core.c1220 static const struct usb_gadget_ops mv_ops = { variable
2258 udc->gadget.ops = &mv_ops; /* usb_gadget_ops */ in mv_udc_probe()