Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soundwire/
H A Dsdw_amd.h87 struct work_struct amd_sdw_irq_thread; member
/openbmc/linux/drivers/soundwire/
H A Damd_manager.c854 static void amd_sdw_irq_thread(struct work_struct *work) in amd_sdw_irq_thread() function
857 container_of(work, struct amd_sdw_manager, amd_sdw_irq_thread); in amd_sdw_irq_thread()
986 INIT_WORK(&amd_manager->amd_sdw_irq_thread, amd_sdw_irq_thread); in amd_sdw_manager_probe()
/openbmc/linux/sound/soc/amd/ps/
H A Dpci-ps.c155 schedule_work(&amd_manager->amd_sdw_irq_thread); in acp63_irq_handler()
165 schedule_work(&amd_manager->amd_sdw_irq_thread); in acp63_irq_handler()