Home
last modified time | relevance | path

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

/linux/include/linux/soc/apple/
H A Drtkit.h111 int apple_rtkit_boot(struct apple_rtkit *rtk);
/linux/drivers/soc/apple/
H A Drtkit.c811 int apple_rtkit_boot(struct apple_rtkit *rtk) in apple_rtkit_boot() function
834 EXPORT_SYMBOL_GPL(apple_rtkit_boot);
909 * Use open-coded apple_rtkit_set_iop_power_state since apple_rtkit_boot in apple_rtkit_wake()
918 return apple_rtkit_boot(rtk); in apple_rtkit_wake()
/linux/drivers/nvme/host/
H A Dapple.c1041 ret = apple_rtkit_boot(anv->rtk); in apple_nvme_reset_work()