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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-gemtek-pci.c400 struct video_device *devradio; local
423 if ( (devradio = kmalloc( sizeof( struct video_device ), GFP_KERNEL )) == NULL ) {
427 *devradio = vdev_template;
429 if ( video_register_device( devradio, VFL_TYPE_RADIO , nr_radio) == -1 ) {
430 kfree( devradio );
434 card->videodev = devradio;
435 devradio->priv = card;

Completed in 88 milliseconds