Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
461 struct file_operations *dvbdevfops; in dvb_register_device() local482 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()484 if (!dvbdevfops){ in dvb_register_device()495 dvbdev->fops = dvbdevfops; in dvb_register_device()498 dvbdevfops->owner = adap->module; in dvb_register_device()510 kfree(dvbdevfops); in dvb_register_device()531 kfree(dvbdevfops); in dvb_register_device()547 kfree(dvbdevfops); in dvb_register_device()
Completed in 3 milliseconds