Symbol: devres
sys/compat/linuxkpi/common/src/linux_devres.c
100
struct devres *dr;
sys/compat/linuxkpi/common/src/linux_devres.c
105
dr = container_of(p, struct devres, __drdata);
sys/compat/linuxkpi/common/src/linux_devres.c
111
static struct devres *
sys/compat/linuxkpi/common/src/linux_devres.c
115
struct devres *dr, *next;
sys/compat/linuxkpi/common/src/linux_devres.c
137
struct devres *dr;
sys/compat/linuxkpi/common/src/linux_devres.c
152
lkpi_devres_unlink_locked(struct device *dev, struct devres *dr)
sys/compat/linuxkpi/common/src/linux_devres.c
164
struct devres *dr;
sys/compat/linuxkpi/common/src/linux_devres.c
169
dr = container_of(p, struct devres, __drdata);
sys/compat/linuxkpi/common/src/linux_devres.c
179
struct devres *dr, *next;
sys/compat/linuxkpi/common/src/linux_devres.c
198
struct devres *dr;
sys/compat/linuxkpi/common/src/linux_devres.c
258
struct devres_action *devres;
sys/compat/linuxkpi/common/src/linux_devres.c
260
devres = (struct devres_action *)res;
sys/compat/linuxkpi/common/src/linux_devres.c
261
devres->action(devres->data);
sys/compat/linuxkpi/common/src/linux_devres.c
267
struct devres_action *devres;
sys/compat/linuxkpi/common/src/linux_devres.c
270
devres = lkpi_devres_alloc(lkpi_devm_action_release,
sys/compat/linuxkpi/common/src/linux_devres.c
272
if (devres == NULL)
sys/compat/linuxkpi/common/src/linux_devres.c
274
devres->data = data;
sys/compat/linuxkpi/common/src/linux_devres.c
275
devres->action = action;
sys/compat/linuxkpi/common/src/linux_devres.c
276
devres_add(dev, devres);
sys/compat/linuxkpi/common/src/linux_devres.c
54
struct devres *dr;
sys/compat/linuxkpi/common/src/linux_devres.c
73
lkpi_devres_free_dr(struct devres *dr)
sys/compat/linuxkpi/common/src/linux_devres.c
88
struct devres *dr;
sys/compat/linuxkpi/common/src/linux_devres.c
93
dr = container_of(p, struct devres, __drdata);