Searched refs:uwb_dev_for_each (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/uwb/ |
| D | lc-dev.c | 329 if (uwb_dev_for_each(rc, __uwb_dev_try_get, uwb_dev)) in uwb_dev_try_get() 453 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f function, void *priv) in uwb_dev_for_each() function 457 EXPORT_SYMBOL_GPL(uwb_dev_for_each);
|
| D | uwb.h | 490 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f func, void *priv); 571 return uwb_dev_for_each(rc, __uwb_dev_addr_assigned_check, addr); in __uwb_dev_addr_assigned()
|
| D | lc-rc.c | 416 uwb_dev_for_each(rc, uwb_dev_offair_helper, NULL); in uwb_rc_rm()
|