Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c141 static void wq_clear_halt(struct work_struct *wq_obj);
413 INIT_WORK(&anchor->clear_work_obj, wq_clear_halt); in hdm_write_completion()
577 INIT_WORK(&anchor->clear_work_obj, wq_clear_halt); in hdm_read_completion()
919 static void wq_clear_halt(struct work_struct *wq_obj) in wq_clear_halt() function