Searched refs:faux_device_create_with_groups (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/base/ |
| H A D | faux.c | 126 struct faux_device *faux_device_create_with_groups(const char *name, in faux_device_create_with_groups() function 179 EXPORT_SYMBOL_GPL(faux_device_create_with_groups); 208 return faux_device_create_with_groups(name, parent, faux_ops, NULL); in faux_device_create()
|
| /linux/include/linux/device/ |
| H A D | faux.h | 53 struct faux_device *faux_device_create_with_groups(const char *name,
|
| /linux/drivers/char/ |
| H A D | tlclk.c | 816 tlclk_device = faux_device_create_with_groups("telco_clock", NULL, NULL, tlclk_groups); in tlclk_init()
|
| /linux/drivers/misc/lis3lv02d/ |
| H A D | lis3lv02d.c | 865 lis3->fdev = faux_device_create_with_groups(DRIVER_NAME, NULL, NULL, lis3lv02d_groups); in lis3lv02d_add_fs()
|