Searched refs:uwb_rc_class (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/uwb/
H A Ddriver.c105 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 Dlc-rc.c27 * 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 Dpal.c98 dev = class_find_device(&uwb_rc_class, NULL, target_rc, find_rc); uwb_rc_class_device_exists()
H A Duwb-internal.h316 extern struct class uwb_rc_class;

Completed in 284 milliseconds