Home
last modified time | relevance | path

Searched refs:pwrseq_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dpwrseq.h9 struct pwrseq_ops { struct
13 #define pwrseq_get_ops(dev) ((struct pwrseq_ops *)(dev)->driver->ops) argument
/openbmc/u-boot/drivers/misc/
H A Dpwrseq-uclass.c12 struct pwrseq_ops *ops = pwrseq_get_ops(dev); in pwrseq_set_power()
/openbmc/u-boot/drivers/mmc/
H A Drockchip_dw_mmc.c193 static const struct pwrseq_ops rockchip_dwmmc_pwrseq_ops = {