Home
last modified time | relevance | path

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

/linux/drivers/soc/apple/
H A Drtkit.c75 struct apple_rtkit_rx_work { struct
507 static void apple_rtkit_rx_work(struct work_struct *work) in apple_rtkit_rx_work() function
509 struct apple_rtkit_rx_work *rtk_work = in apple_rtkit_rx_work()
510 container_of(work, struct apple_rtkit_rx_work, work); in apple_rtkit_rx_work()
552 struct apple_rtkit_rx_work *work; in apple_rtkit_rx()
579 INIT_WORK(&work->work, apple_rtkit_rx_work); in apple_rtkit_rx()