Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dhw_ops.h209 if (wl->ops->interrupt_notify) in wlcore_hw_interrupt_notify()
210 return wl->ops->interrupt_notify(wl, action); in wlcore_hw_interrupt_notify()
Dwlcore.h108 int (*interrupt_notify)(struct wl1271 *wl, bool action); member
/linux-6.1.9/drivers/net/wireless/ti/wl12xx/
Dmain.c1722 .interrupt_notify = NULL,
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/
Dmain.c1748 .interrupt_notify = wl18xx_acx_interrupt_notify_config,