Lines Matching refs:arg
30 uintptr_t arg; member
36 uintptr_t arg = ((struct sl_isr_args *)isr_arg)->arg; in sl_isr() local
40 cb(arg); in sl_isr()
60 uintptr_t arg = 0; in HwiP_create() local
64 arg = params->arg; in HwiP_create()
90 sl_UDMA_cb.arg = arg; in HwiP_create()
95 sl_UDMAERR_cb.arg = arg; in HwiP_create()
100 sl_NWPIC_cb.arg = arg; in HwiP_create()
105 sl_LSPI_cb.arg = arg; in HwiP_create()
155 uintptr_t arg = 0; in HwiP_construct() local
165 arg = params->arg; in HwiP_construct()
211 sl_RFC_CPE_0_cb.arg = arg; in HwiP_construct()
217 sl_RFC_HW_COMB_cb.arg = arg; in HwiP_construct()
223 sl_OSC_COMB_cb.arg = arg; in HwiP_construct()
229 sl_AUX_COMB_cb.arg = arg; in HwiP_construct()
235 sl_SWEV0_cb.arg = arg; in HwiP_construct()
241 sl_AUX_SWEV0_cb.arg = arg; in HwiP_construct()
247 sl_AUX_SWEV1_cb.arg = arg; in HwiP_construct()
267 params->arg = 0; in HwiP_Params_init()
312 void HwiP_setFunc(HwiP_Handle hwiP, HwiP_Fxn fxn, uintptr_t arg) in HwiP_setFunc() argument
319 obj->cb->arg = arg; in HwiP_setFunc()
333 obj->cb->arg = (uintptr_t)NULL; in HwiP_destruct()