Lines Matching refs:hwiOps
153 HwiControllerOps *hwiOps = ArchIntOpsGet();
154 if (hwiOps->triggerIrq == NULL) {
158 return hwiOps->triggerIrq(hwiNum);
167 HwiControllerOps *hwiOps = ArchIntOpsGet();
168 if (hwiOps->enableIrq == NULL) {
172 return hwiOps->enableIrq(hwiNum);
181 HwiControllerOps *hwiOps = ArchIntOpsGet();
182 if (hwiOps->disableIrq == NULL) {
186 return hwiOps->disableIrq(hwiNum);
195 HwiControllerOps *hwiOps = ArchIntOpsGet();
196 if (hwiOps->clearIrq == NULL) {
200 return hwiOps->clearIrq(hwiNum);
213 HwiControllerOps *hwiOps = ArchIntOpsGet();
214 if (hwiOps->setIrqPriority == NULL) {
218 return hwiOps->setIrqPriority(hwiNum, priority);
223 HwiControllerOps *hwiOps = ArchIntOpsGet();
224 return hwiOps->getCurIrqNum();
281 HwiControllerOps *hwiOps = ArchIntOpsGet();
282 if (hwiOps->createIrq == NULL) {
286 hwiOps->createIrq(hwiNum, hwiPrio);