Searched refs:faux_obj (Results 1 – 1 of 1) sorted by relevance
42 struct faux_object *faux_obj = to_faux_object(dev); in faux_probe() local43 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_probe()44 const struct faux_device_ops *faux_ops = faux_obj->faux_ops; in faux_probe()57 ret = device_add_groups(dev, faux_obj->groups); in faux_probe()66 struct faux_object *faux_obj = to_faux_object(dev); in faux_remove() local67 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_remove()68 const struct faux_device_ops *faux_ops = faux_obj->faux_ops; in faux_remove()70 device_remove_groups(dev, faux_obj->groups); in faux_remove()92 struct faux_object *faux_obj = to_faux_object(dev); in faux_device_release() local94 kfree(faux_obj); in faux_device_release()[all …]