Searched refs:dvbdevfops (Results 1 – 1 of 1) sorted by relevance
466 struct file_operations *dvbdevfops = NULL; in dvb_register_device() local496 dvbdevfops = node->fops; in dvb_register_device()501 if (dvbdevfops == NULL) { in dvb_register_device()502 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL); in dvb_register_device()503 if (!dvbdevfops) { in dvb_register_device()511 kfree(dvbdevfops); in dvb_register_device()517 new_node->fops = dvbdevfops; in dvb_register_device()529 dvbdev->fops = dvbdevfops; in dvb_register_device()531 dvbdevfops->owner = adap->module; in dvb_register_device()541 kfree(dvbdevfops); in dvb_register_device()[all …]