Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/caif/
Dcaif_hsi.h164 struct work_struct out_of_sync_work; member
/linux-4.1.27/drivers/net/caif/
Dcaif_hsi.c741 schedule_work(&cfhsi->out_of_sync_work); in cfhsi_rx_done()
965 cfhsi = container_of(work, struct cfhsi, out_of_sync_work); in cfhsi_out_of_sync()
1195 INIT_WORK(&cfhsi->out_of_sync_work, cfhsi_out_of_sync); in cfhsi_open()