Home
last modified time | relevance | path

Searched refs:interrupt_handler (Results 1 – 4 of 4) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/app/
Dmain_firmware.c153 static void interrupt_handler( void *data, uint32_t mask ) in interrupt_handler() function
216 system_interrupt_set_handler( interrupt_handler, NULL ); in isp_fw_init()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/drivers/usb/usb_host/inc/
Dusb_host.h474 … void (*init)(UHController *, INTERRUPT_HANDLE_CB interrupt_handler, PLUG_HANDLE_CB plug_handler);
534 INTERRUPT_HANDLE_CB interrupt_handler; member
590 void usbhost_init(INTERRUPT_HANDLE_CB interrupt_handler, PLUG_HANDLE_CB plug_handler);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dhal_intf.h335 s32(*interrupt_handler)(_adapter *padapter); member
340 void (*interrupt_handler)(_adapter *padapter, u16 pkt_len, u8 *pbuf); member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_intf.c1071 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()