Searched refs:uwb_rc_class (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/uwb/ |
D | driver.c | 106 struct class uwb_rc_class = { variable 122 result = class_register(&uwb_rc_class); in uwb_subsys_init() 137 class_unregister(&uwb_rc_class); in uwb_subsys_init() 149 class_unregister(&uwb_rc_class); in uwb_subsys_exit()
|
D | lc-rc.c | 58 dev = class_find_device(&uwb_rc_class, NULL, &index, uwb_rc_index_match); in uwb_rc_find_by_index() 97 rc->uwb_dev.dev.class = &uwb_rc_class; in uwb_rc_init() 468 dev = class_find_device(&uwb_rc_class, NULL, target_rc, in __uwb_rc_try_get() 526 dev = class_find_device(&uwb_rc_class, NULL, grandpa_dev, in uwb_rc_get_by_grandpa() 563 dev = class_find_device(&uwb_rc_class, NULL, addr, find_rc_dev); in uwb_rc_get_by_dev()
|
D | pal.c | 98 dev = class_find_device(&uwb_rc_class, NULL, target_rc, find_rc); in uwb_rc_class_device_exists()
|
D | uwb-internal.h | 316 extern struct class uwb_rc_class;
|