Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/caif/
Dcaif_hsi.h164 struct work_struct out_of_sync_work; member
/Linux-v5.4/drivers/net/caif/
Dcaif_hsi.c736 schedule_work(&cfhsi->out_of_sync_work); in cfhsi_rx_done()
960 cfhsi = container_of(work, struct cfhsi, out_of_sync_work); in cfhsi_out_of_sync()
1190 INIT_WORK(&cfhsi->out_of_sync_work, cfhsi_out_of_sync); in cfhsi_open()