faux_device_create_with_groups
EXPORT_SYMBOL_GPL(faux_device_create_with_groups);
return faux_device_create_with_groups(name, parent, faux_ops, NULL);
tlclk_device = faux_device_create_with_groups("telco_clock", NULL, NULL, tlclk_groups);
lis3->fdev = faux_device_create_with_groups(DRIVER_NAME, NULL, NULL, lis3lv02d_groups);
struct faux_device *faux_device_create_with_groups(const char *name,