Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
456 struct file_operations *dvbdevfops = NULL; in dvb_register_device() local486 dvbdevfops = node->fops; in dvb_register_device()491 if (!dvbdevfops) { in dvb_register_device()492 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()493 if (!dvbdevfops) { in dvb_register_device()502 kfree(dvbdevfops); in dvb_register_device()509 new_node->fops = dvbdevfops; in dvb_register_device()521 dvbdev->fops = dvbdevfops; in dvb_register_device()523 dvbdevfops->owner = adap->module; in dvb_register_device()536 kfree(dvbdevfops); in dvb_register_device()[all …]