Home
last modified time | relevance | path

Searched refs:uwb_dev_for_each_f (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Duwb.h489 typedef int (*uwb_dev_for_each_f)(struct device *dev, void *priv); typedef
490 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f func, void *priv);
Dlc-dev.c453 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f function, void *priv) in uwb_dev_for_each()