Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dhw_ops.h223 if (wl->ops->interrupt_notify) in wlcore_hw_interrupt_notify()
224 return wl->ops->interrupt_notify(wl, action); in wlcore_hw_interrupt_notify()
Dwlcore.h119 int (*interrupt_notify)(struct wl1271 *wl, bool action); member
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
Dmain.c1730 .interrupt_notify = NULL,
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
Dmain.c1704 .interrupt_notify = wl18xx_acx_interrupt_notify_config,