Lines Matching defs:release
192 * @release: operations needed to implement the release() syscall
213 int (*release) (struct file *);
253 * @release: video device release() callback
305 void (*release)(struct video_device *vdev);
375 * if video_register_device fails, the release() callback of
402 * if video_register_device fails, the release() callback of
431 * video_device_release - helper function to release &struct video_device
435 * Can also be used for video_device->release\(\).
441 * video_device->release\(\) callback.
445 * This release function does nothing.