Searched refs:faux_device_create_with_groups (Results 1 – 3 of 3) sorted by relevance
| /drivers/base/ |
| A D | faux.c | 128 struct faux_device *faux_device_create_with_groups(const char *name, in faux_device_create_with_groups() function 180 EXPORT_SYMBOL_GPL(faux_device_create_with_groups); 209 return faux_device_create_with_groups(name, parent, faux_ops, NULL); in faux_device_create()
|
| /drivers/char/ |
| A D | tlclk.c | 816 tlclk_device = faux_device_create_with_groups("telco_clock", NULL, NULL, tlclk_groups); in tlclk_init()
|
| /drivers/misc/lis3lv02d/ |
| A D | lis3lv02d.c | 867 lis3->fdev = faux_device_create_with_groups(DRIVER_NAME, NULL, NULL, lis3lv02d_groups); in lis3lv02d_add_fs()
|
Completed in 11 milliseconds