Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/apple/
H A Drtkit.c80 struct apple_rtkit_rx_work { struct
512 static void apple_rtkit_rx_work(struct work_struct *work) in apple_rtkit_rx_work() function
514 struct apple_rtkit_rx_work *rtk_work = in apple_rtkit_rx_work()
515 container_of(work, struct apple_rtkit_rx_work, work); in apple_rtkit_rx_work()
557 struct apple_rtkit_rx_work *work; in apple_rtkit_rx()
584 INIT_WORK(&work->work, apple_rtkit_rx_work); in apple_rtkit_rx()