Searched refs:uwb_dev_for_each (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/uwb/ |
D | lc-dev.c | 356 if (uwb_dev_for_each(rc, __uwb_dev_try_get, uwb_dev)) in uwb_dev_try_get() 474 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f function, void *priv) in uwb_dev_for_each() function 478 EXPORT_SYMBOL_GPL(uwb_dev_for_each);
|
D | lc-rc.c | 327 uwb_dev_for_each(rc, uwb_dev_offair_helper, NULL); in uwb_rc_rm()
|
/linux-2.6.39/include/linux/ |
D | uwb.h | 503 int uwb_dev_for_each(struct uwb_rc *rc, uwb_dev_for_each_f func, void *priv); 584 return uwb_dev_for_each(rc, __uwb_dev_addr_assigned_check, addr); in __uwb_dev_addr_assigned()
|