Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
460 struct file_operations *dvbdevfops; in dvb_register_device() local481 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()483 if (!dvbdevfops){ in dvb_register_device()494 dvbdev->fops = dvbdevfops; in dvb_register_device()497 dvbdevfops->owner = adap->module; in dvb_register_device()508 kfree(dvbdevfops); in dvb_register_device()528 kfree(dvbdevfops); in dvb_register_device()