Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/apple/
H A Drtkit.h111 int apple_rtkit_boot(struct apple_rtkit *rtk);
/openbmc/linux/drivers/soc/apple/
H A Drtkit.c855 int apple_rtkit_boot(struct apple_rtkit *rtk) in apple_rtkit_boot() function
878 EXPORT_SYMBOL_GPL(apple_rtkit_boot);
959 return apple_rtkit_boot(rtk); in apple_rtkit_wake()
/openbmc/linux/drivers/nvme/host/
H A Dapple.c1031 ret = apple_rtkit_boot(anv->rtk); in apple_nvme_reset_work()