Searched refs:interrupt_handler (Results 1 – 4 of 4) sorted by relevance
153 static void interrupt_handler( void *data, uint32_t mask ) in interrupt_handler() function216 system_interrupt_set_handler( interrupt_handler, NULL ); in isp_fw_init()
474 … void (*init)(UHController *, INTERRUPT_HANDLE_CB interrupt_handler, PLUG_HANDLE_CB plug_handler);534 INTERRUPT_HANDLE_CB interrupt_handler; member590 void usbhost_init(INTERRUPT_HANDLE_CB interrupt_handler, PLUG_HANDLE_CB plug_handler);
335 s32(*interrupt_handler)(_adapter *padapter); member340 void (*interrupt_handler)(_adapter *padapter, u16 pkt_len, u8 *pbuf); member
1071 ret = padapter->hal_func.interrupt_handler(padapter); in rtw_hal_interrupt_handler()1083 padapter->hal_func.interrupt_handler(padapter, pkt_len, pbuf); in rtw_hal_interrupt_handler()2186 if (NULL == padapter->hal_func.interrupt_handler) { in rtw_hal_ops_check()