Searched refs:video_card (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Ddv1394-private.h273 struct video_card; /* forward declaration */
277 /* points to the struct video_card that owns this frame */
278 struct video_card *video;
280 /* index of this frame in video_card->frames[] */
380 static struct frame* frame_new(unsigned int frame_num, struct video_card *video);
415 /* struct video_card contains all data associated with one instance
423 struct video_card { struct
428 /* OHCI card id; the link between the VFS inode and a specific video_card
460 /* there are THREE levels of locking associated with video_card. */
476 2) you need to operate on the video_card, especiall
[all...]
H A Ddv1394.c148 /* translate from a struct file* to the corresponding struct video_card* */
150 static inline struct video_card* file_to_video_card(struct file *file)
152 return (struct video_card*) file->private_data;
204 static struct frame* frame_new(unsigned int frame_num, struct video_card *video)
263 static void frame_prepare(struct video_card *video, unsigned int this_frame)
788 static void start_dma_receive(struct video_card *video, struct frame *frame)
836 static void receive_packets(struct video_card *video, struct frame *f)
896 static int do_dv1394_init(struct video_card *video, struct dv1394_init *init)
1192 static int do_dv1394_init_default(struct video_card *video)
1209 static void stop_dma(struct video_card *vide
[all...]
H A Dvideo1394.c118 struct video_card { struct
127 struct video_card *video;
792 struct video_card *video = ctx->video;
1212 struct video_card *video = ctx->video;
1231 struct video_card *video = NULL;
1237 struct video_card *p = list_entry(lh, struct video_card, list);
1266 struct video_card *video = ctx->video;
1307 struct video_card *video;
1312 video = kmalloc(sizeof(struct video_card), GFP_KERNE
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Daty128fb.c1803 char *video_card = "Rage128"; local
1813 video_card = (char *)aci->name;
1816 printk(KERN_INFO "aty128fb: %s [chip rev 0x%x] ", video_card, chip_rev);

Completed in 55 milliseconds