Searched refs:diva_os_thread_dpc_t (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddivasmain.c68 } diva_os_thread_dpc_t; typedef in typeref:struct:_diva_os_thread_dpc
498 diva_os_thread_dpc_t *psoft_isr = (diva_os_thread_dpc_t *) context; diva_os_dpc_proc()
508 diva_os_thread_dpc_t *pdpc; diva_os_initialize_soft_isr()
510 pdpc = (diva_os_thread_dpc_t *) diva_os_malloc(0, sizeof(*pdpc)); diva_os_initialize_soft_isr()
526 diva_os_thread_dpc_t *pdpc = diva_os_schedule_soft_isr()
527 (diva_os_thread_dpc_t *) psoft_isr->object; diva_os_schedule_soft_isr()
543 diva_os_thread_dpc_t *pdpc = diva_os_remove_soft_isr()
544 (diva_os_thread_dpc_t *) psoft_isr->object; diva_os_remove_soft_isr()

Completed in 40 milliseconds