Searched refs:faux_obj (Results 1 – 1 of 1) sorted by relevance
43 struct faux_object *faux_obj = to_faux_object(dev); in faux_probe() local44 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_probe()56 struct faux_object *faux_obj = to_faux_object(dev); in faux_remove() local57 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_remove()79 struct faux_object *faux_obj = to_faux_object(dev); in faux_device_release() local81 kfree(faux_obj); in faux_device_release()118 struct faux_object *faux_obj; in faux_device_create_with_groups() local123 faux_obj = kzalloc(sizeof(*faux_obj), GFP_KERNEL); in faux_device_create_with_groups()124 if (!faux_obj) in faux_device_create_with_groups()128 faux_obj->faux_ops = faux_ops; in faux_device_create_with_groups()[all …]