Lines Matching refs:data
28 * @VFL_TYPE_VBI: for vertical blank data (i.e. closed captions, teletext)
377 * is responsible for freeing any data. Usually that means that
404 * is responsible for freeing any data. Usually that means that
477 * video_get_drvdata - gets private data from &struct video_device.
481 * returns a pointer to the private data
489 * video_set_drvdata - sets private data from &struct video_device.
492 * @data: private data pointer
494 static inline void video_set_drvdata(struct video_device *vdev, void *data)
496 dev_set_drvdata(&vdev->dev, data);
507 * video_drvdata - gets private data from &struct video_device using the