Searched refs:faux_device_create_with_groups (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/base/ |
| H A D | faux.c | 113 struct faux_device *faux_device_create_with_groups(const char *name, in faux_device_create_with_groups() function 165 EXPORT_SYMBOL_GPL(faux_device_create_with_groups); 194 return faux_device_create_with_groups(name, parent, faux_ops, NULL); in faux_device_create()
|
| /linux-6.15/include/linux/device/ |
| H A D | faux.h | 53 struct faux_device *faux_device_create_with_groups(const char *name,
|
| /linux-6.15/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-6.15/drivers/misc/lis3lv02d/ |
| H A D | lis3lv02d.c | 867 lis3->fdev = faux_device_create_with_groups(DRIVER_NAME, NULL, NULL, lis3lv02d_groups); in lis3lv02d_add_fs()
|