Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/uwb/
Ddriver.c105 struct class uwb_rc_class = { variable
121 result = class_register(&uwb_rc_class); in uwb_subsys_init()
136 class_unregister(&uwb_rc_class); in uwb_subsys_init()
148 class_unregister(&uwb_rc_class); in uwb_subsys_exit()
Dlc-rc.c58 dev = class_find_device(&uwb_rc_class, NULL, &index, uwb_rc_index_match); in uwb_rc_find_by_index()
94 rc->uwb_dev.dev.class = &uwb_rc_class; in uwb_rc_init()
465 dev = class_find_device(&uwb_rc_class, NULL, target_rc, in __uwb_rc_try_get()
521 dev = class_find_device(&uwb_rc_class, NULL, grandpa_dev, in uwb_rc_get_by_grandpa()
555 dev = class_find_device(&uwb_rc_class, NULL, addr, find_rc_dev); in uwb_rc_get_by_dev()
Dpal.c98 dev = class_find_device(&uwb_rc_class, NULL, target_rc, find_rc); in uwb_rc_class_device_exists()
Duwb-internal.h316 extern struct class uwb_rc_class;