Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/caif/
Dcaif_hsi.h164 struct work_struct out_of_sync_work; member
/kernel/linux/linux-5.10/drivers/net/caif/
Dcaif_hsi.c721 schedule_work(&cfhsi->out_of_sync_work); in cfhsi_rx_done()
945 cfhsi = container_of(work, struct cfhsi, out_of_sync_work); in cfhsi_out_of_sync()
1175 INIT_WORK(&cfhsi->out_of_sync_work, cfhsi_out_of_sync); in cfhsi_open()