Home
last modified time | relevance | path

Searched refs:faux_obj (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/base/
H A Dfaux.c42 struct faux_object *faux_obj = to_faux_object(dev); in faux_probe() local
43 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() local
67 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() local
94 kfree(faux_obj); in faux_device_release()
[all …]