Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
452 struct file_operations *dvbdevfops = NULL; in dvb_register_device() local482 dvbdevfops = node->fops; in dvb_register_device()487 if (!dvbdevfops) { in dvb_register_device()488 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()489 if (!dvbdevfops) { in dvb_register_device()497 kfree(dvbdevfops); in dvb_register_device()503 new_node->fops = dvbdevfops; in dvb_register_device()515 dvbdev->fops = dvbdevfops; in dvb_register_device()517 dvbdevfops->owner = adap->module; in dvb_register_device()527 kfree(dvbdevfops); in dvb_register_device()[all …]