Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
451 struct file_operations *dvbdevfops; in dvb_register_device() local472 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()474 if (!dvbdevfops){ in dvb_register_device()485 dvbdev->fops = dvbdevfops; in dvb_register_device()488 dvbdevfops->owner = adap->module; in dvb_register_device()500 kfree(dvbdevfops); in dvb_register_device()521 kfree(dvbdevfops); in dvb_register_device()537 kfree(dvbdevfops); in dvb_register_device()