Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
455 struct file_operations *dvbdevfops; in dvb_register_device() local476 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()478 if (!dvbdevfops){ in dvb_register_device()490 dvbdev->fops = dvbdevfops; in dvb_register_device()493 dvbdevfops->owner = adap->module; in dvb_register_device()505 kfree(dvbdevfops); in dvb_register_device()526 kfree(dvbdevfops); in dvb_register_device()542 kfree(dvbdevfops); in dvb_register_device()