Searched refs:uwb_rc_class (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/uwb/ |
H A D | driver.c | 105 struct class uwb_rc_class = { variable in typeref:struct:class 121 result = class_register(&uwb_rc_class); uwb_subsys_init() 136 class_unregister(&uwb_rc_class); uwb_subsys_init() 148 class_unregister(&uwb_rc_class); uwb_subsys_exit()
|
H A D | lc-rc.c | 27 * List of RCs comes from the 'struct class uwb_rc_class'. 58 dev = class_find_device(&uwb_rc_class, NULL, &index, uwb_rc_index_match); uwb_rc_find_by_index() 94 rc->uwb_dev.dev.class = &uwb_rc_class; uwb_rc_init() 465 dev = class_find_device(&uwb_rc_class, NULL, target_rc, __uwb_rc_try_get() 513 * uwb_rc_class->sem would have to be taken--we hold it, ergo we 521 dev = class_find_device(&uwb_rc_class, NULL, grandpa_dev, uwb_rc_get_by_grandpa() 555 dev = class_find_device(&uwb_rc_class, NULL, addr, find_rc_dev); uwb_rc_get_by_dev()
|
H A D | pal.c | 98 dev = class_find_device(&uwb_rc_class, NULL, target_rc, find_rc); uwb_rc_class_device_exists()
|
H A D | uwb-internal.h | 316 extern struct class uwb_rc_class;
|
Completed in 79 milliseconds