Home
last modified time | relevance | path

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

/drivers/firmware/arm_ffa/
Ddriver.c106 struct work_struct notif_pcpu_work; member
1109 notif_pcpu_irq_work_fn(&info->notif_pcpu_work); in ffa_self_notif_handle()
1112 &info->notif_pcpu_work); in ffa_self_notif_handle()
1366 INIT_WORK(&drv_info->notif_pcpu_work, notif_pcpu_irq_work_fn); in ffa_init_pcpu_irq()
/drivers/tee/optee/
Doptee_private.h124 struct work_struct notif_pcpu_work; member
Dsmc_abi.c1078 &optee->smc.notif_pcpu_work); in notif_pcpu_irq_handler()
1086 notif_pcpu_work); in notif_pcpu_irq_work_fn()
1109 INIT_WORK(&optee->smc.notif_pcpu_work, notif_pcpu_irq_work_fn); in init_pcpu_irq()