Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
275 struct file_operations *dvbdevfops; in dvb_register_device() local296 dvbdevfops = kzalloc(sizeof(struct file_operations), GFP_KERNEL); in dvb_register_device()298 if (!dvbdevfops){ in dvb_register_device()309 dvbdev->fops = dvbdevfops; in dvb_register_device()312 memcpy(dvbdevfops, template->fops, sizeof(struct file_operations)); in dvb_register_device()313 dvbdevfops->owner = adap->module; in dvb_register_device()324 kfree(dvbdevfops); in dvb_register_device()