Home
last modified time | relevance | path

Searched refs:nl802154_scan_started (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ieee802154/
H A Dnl802154.h9 int nl802154_scan_started(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev);
H A Dnl802154.c1533 int nl802154_scan_started(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev) in nl802154_scan_started() function
1545 EXPORT_SYMBOL_GPL(nl802154_scan_started);
/openbmc/linux/net/mac802154/
H A Dscan.c302 nl802154_scan_started(request->wpan_phy, request->wpan_dev); in mac802154_trigger_scan_locked()