Searched refs:uwb_rc_class (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/uwb/ |
| D | driver.c | 92 struct class uwb_rc_class = { variable 108 result = class_register(&uwb_rc_class); in uwb_subsys_init() 123 class_unregister(&uwb_rc_class); in uwb_subsys_init() 135 class_unregister(&uwb_rc_class); in uwb_subsys_exit()
|
| D | lc-rc.c | 44 dev = class_find_device(&uwb_rc_class, NULL, &index, uwb_rc_index_match); in uwb_rc_find_by_index() 83 rc->uwb_dev.dev.class = &uwb_rc_class; in uwb_rc_init() 454 dev = class_find_device(&uwb_rc_class, NULL, target_rc, in __uwb_rc_try_get() 512 dev = class_find_device(&uwb_rc_class, NULL, grandpa_dev, in uwb_rc_get_by_grandpa() 549 dev = class_find_device(&uwb_rc_class, NULL, addr, find_rc_dev); in uwb_rc_get_by_dev()
|
| D | pal.c | 87 dev = class_find_device(&uwb_rc_class, NULL, target_rc, find_rc); in uwb_rc_class_device_exists()
|
| D | uwb-internal.h | 303 extern struct class uwb_rc_class;
|