Lines Matching refs:arg
25 uintptr_t arg; member
31 uintptr_t arg = ((struct sl_isr_args *)isr_arg)->arg; in sl_isr() local
36 cb(arg); in sl_isr()
62 uintptr_t arg = 0; in HwiP_construct() local
73 arg = params->arg; in HwiP_construct()
109 sl_IRQ01_cb.arg = arg; in HwiP_construct()
115 sl_IRQ03_cb.arg = arg; in HwiP_construct()
121 s1_IRQ04_cb.arg = arg; in HwiP_construct()
127 sl_IRQ16_cb.arg = arg; in HwiP_construct()
133 s1_LRFD_IRQ0_cb.arg = arg; in HwiP_construct()
139 s1_LRFD_IRQ1_cb.arg = arg; in HwiP_construct()
155 params->arg = 0; in HwiP_Params_init()
194 void HwiP_setFunc(HwiP_Handle hwiP, HwiP_Fxn fxn, uintptr_t arg) in HwiP_setFunc() argument
201 obj->cb->arg = arg; in HwiP_setFunc()
215 obj->cb->arg = (uintptr_t)NULL; in HwiP_destruct()