dev_new           112 drivers/crypto/ccp/sp-pci.c 	struct device *dev_cur, *dev_new;
dev_new           115 drivers/crypto/ccp/sp-pci.c 	dev_new = sp->dev;
dev_new           118 drivers/crypto/ccp/sp-pci.c 	pdev_new = to_pci_dev(dev_new);
dev_new          2025 drivers/usb/gadget/legacy/inode.c 	dev = dev_new ();
dev_new          1508 drivers/video/fbdev/via/viafbdev.c 	u32 dev_on, dev_off, dev_old, dev_new;
dev_new          1511 drivers/video/fbdev/via/viafbdev.c 	dev_old = dev_new = viaparinfo->shared->iga1_devices;
dev_new          1512 drivers/video/fbdev/via/viafbdev.c 	res = odev_update(buffer, count, &dev_new);
dev_new          1515 drivers/video/fbdev/via/viafbdev.c 	dev_off = dev_old & ~dev_new;
dev_new          1516 drivers/video/fbdev/via/viafbdev.c 	dev_on = dev_new & ~dev_old;
dev_new          1517 drivers/video/fbdev/via/viafbdev.c 	viaparinfo->shared->iga1_devices = dev_new;
dev_new          1518 drivers/video/fbdev/via/viafbdev.c 	viaparinfo->shared->iga2_devices &= ~dev_new;
dev_new          1520 drivers/video/fbdev/via/viafbdev.c 	via_set_source(dev_new, IGA1);
dev_new          1548 drivers/video/fbdev/via/viafbdev.c 	u32 dev_on, dev_off, dev_old, dev_new;
dev_new          1551 drivers/video/fbdev/via/viafbdev.c 	dev_old = dev_new = viaparinfo->shared->iga2_devices;
dev_new          1552 drivers/video/fbdev/via/viafbdev.c 	res = odev_update(buffer, count, &dev_new);
dev_new          1555 drivers/video/fbdev/via/viafbdev.c 	dev_off = dev_old & ~dev_new;
dev_new          1556 drivers/video/fbdev/via/viafbdev.c 	dev_on = dev_new & ~dev_old;
dev_new          1557 drivers/video/fbdev/via/viafbdev.c 	viaparinfo->shared->iga2_devices = dev_new;
dev_new          1558 drivers/video/fbdev/via/viafbdev.c 	viaparinfo->shared->iga1_devices &= ~dev_new;
dev_new          1560 drivers/video/fbdev/via/viafbdev.c 	via_set_source(dev_new, IGA2);