Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
459 struct file_operations *dvbdevfops = NULL; in dvb_register_device() local489 dvbdevfops = node->fops; in dvb_register_device()494 if (!dvbdevfops) { in dvb_register_device()495 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()496 if (!dvbdevfops) { in dvb_register_device()505 kfree(dvbdevfops); in dvb_register_device()512 new_node->fops = dvbdevfops; in dvb_register_device()524 dvbdev->fops = dvbdevfops; in dvb_register_device()526 dvbdevfops->owner = adap->module; in dvb_register_device()539 kfree(dvbdevfops); in dvb_register_device()[all …]