Lines Matching defs:release
45 void (*release)(struct device *, void *);
303 * component_release_of - A common component release function for of_node
352 if (mc->release)
353 mc->release(parent, mc->data);
383 void (*release)(struct device *, void *),
419 match->compare[match->num].release = release;
426 * component_match_add_release - add a component match entry with release callback
429 * @release: release function for @compare_data
439 * actions, where upon @release will be called to free any references held by
447 void (*release)(struct device *, void *),
450 __component_match_add(parent, matchptr, release, compare, NULL,
630 * to release the resources claimed against the sub-device