Home
last modified time | relevance | path

Searched refs:allocation_video_struct (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/easycap/
Deasycap_main.c739 int allocation_video_struct; in easycap_delete() local
787 peasycap->allocation_video_struct -= in easycap_delete()
920 allocation_video_struct = peasycap->allocation_video_struct; in easycap_delete()
938 allocation_video_struct -= sizeof(struct easycap); in easycap_delete()
946 SAY("%8i=video structs after all deletions\n", allocation_video_struct); in easycap_delete()
3131 peasycap->allocation_video_struct = sizeof(struct easycap); in easycap_usb_probe()
3782 peasycap->allocation_video_struct += in easycap_usb_probe()
Deasycap.h416 int allocation_video_struct; member