Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dfaux.c25 struct faux_object { struct
29 #define to_faux_object(dev) container_of_const(dev, struct faux_object, faux_dev.dev) argument
43 struct faux_object *faux_obj = to_faux_object(dev); in faux_probe()
56 struct faux_object *faux_obj = to_faux_object(dev); in faux_remove()
79 struct faux_object *faux_obj = to_faux_object(dev); in faux_device_release()
118 struct faux_object *faux_obj; in faux_device_create_with_groups()