Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dfaux.c43 struct faux_object *faux_obj = to_faux_object(dev); in faux_probe() local
44 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() local
57 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() local
81 kfree(faux_obj); in faux_device_release()
118 struct faux_object *faux_obj; in faux_device_create_with_groups() local
123 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 …]