Lines Matching refs:NULL
45 static struct sl_isr_args sl_UDMA_cb = {NULL, 0};
46 static struct sl_isr_args sl_UDMAERR_cb = {NULL, 0};
47 static struct sl_isr_args sl_NWPIC_cb = {NULL, 0};
48 static struct sl_isr_args sl_LSPI_cb = {NULL, 0};
140 static struct sl_isr_args sl_OSC_COMB_cb = {NULL, 0};
141 static struct sl_isr_args sl_AUX_COMB_cb = {NULL, 0};
142 static struct sl_isr_args sl_RFC_HW_COMB_cb = {NULL, 0};
143 static struct sl_isr_args sl_RFC_CPE_0_cb = {NULL, 0};
144 static struct sl_isr_args sl_SWEV0_cb = {NULL, 0};
145 static struct sl_isr_args sl_AUX_SWEV0_cb = {NULL, 0};
146 static struct sl_isr_args sl_AUX_SWEV1_cb = {NULL, 0};
159 if (handle == NULL) { in HwiP_construct()
160 return NULL; in HwiP_construct()
252 return(NULL); in HwiP_construct()
332 obj->cb->cb = NULL; in HwiP_destruct()
333 obj->cb->arg = (uintptr_t)NULL; in HwiP_destruct()
334 obj->cb = NULL; in HwiP_destruct()