Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/apple/
Drtkit.c79 struct apple_rtkit_rx_work { struct
499 static void apple_rtkit_rx_work(struct work_struct *work) in apple_rtkit_rx_work() function
501 struct apple_rtkit_rx_work *rtk_work = in apple_rtkit_rx_work()
502 container_of(work, struct apple_rtkit_rx_work, work); in apple_rtkit_rx_work()
544 struct apple_rtkit_rx_work *work; in apple_rtkit_rx()
571 INIT_WORK(&work->work, apple_rtkit_rx_work); in apple_rtkit_rx()