Lines Matching refs:NULL
49 static struct sl_isr_args sl_IRQ01_cb = {NULL, 0};
50 static struct sl_isr_args sl_IRQ03_cb = {NULL, 0};
51 static struct sl_isr_args s1_IRQ04_cb = {NULL, 0};
52 static struct sl_isr_args sl_IRQ16_cb = {NULL, 0};
53 static struct sl_isr_args s1_LRFD_IRQ0_cb = {NULL, 0};
54 static struct sl_isr_args s1_LRFD_IRQ1_cb = {NULL, 0};
65 if (handle == NULL) in HwiP_construct()
67 return NULL; in HwiP_construct()
144 return (NULL); in HwiP_construct()
214 obj->cb->cb = NULL; in HwiP_destruct()
215 obj->cb->arg = (uintptr_t)NULL; in HwiP_destruct()
216 obj->cb = NULL; in HwiP_destruct()