Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/
Dcore.c978 check_pres_work); in nfc_check_pres_work()
1007 schedule_work(&dev->check_pres_work); in nfc_check_pres_timeout()
1076 INIT_WORK(&dev->check_pres_work, nfc_check_pres_work); in nfc_allocate_device()
1155 cancel_work_sync(&dev->check_pres_work); in nfc_unregister_device()
/linux-4.4.14/include/net/nfc/
Dnfc.h196 struct work_struct check_pres_work; member