Home
last modified time | relevance | path

Searched refs:dev_new (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/via/
Dviafbdev.c1503 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga1_odev_proc_write() local
1506 dev_old = dev_new = viaparinfo->shared->iga1_devices; in viafb_iga1_odev_proc_write()
1507 res = odev_update(buffer, count, &dev_new); in viafb_iga1_odev_proc_write()
1510 dev_off = dev_old & ~dev_new; in viafb_iga1_odev_proc_write()
1511 dev_on = dev_new & ~dev_old; in viafb_iga1_odev_proc_write()
1512 viaparinfo->shared->iga1_devices = dev_new; in viafb_iga1_odev_proc_write()
1513 viaparinfo->shared->iga2_devices &= ~dev_new; in viafb_iga1_odev_proc_write()
1515 via_set_source(dev_new, IGA1); in viafb_iga1_odev_proc_write()
1542 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga2_odev_proc_write() local
1545 dev_old = dev_new = viaparinfo->shared->iga2_devices; in viafb_iga2_odev_proc_write()
[all …]
/linux-5.19.10/drivers/crypto/ccp/
Dsp-pci.c173 struct device *dev_cur, *dev_new; in sp_pci_is_master() local
176 dev_new = sp->dev; in sp_pci_is_master()
179 pdev_new = to_pci_dev(dev_new); in sp_pci_is_master()
/linux-5.19.10/drivers/usb/gadget/legacy/
Draw_gadget.c187 static struct raw_dev *dev_new(void) in dev_new() function
385 dev = dev_new(); in raw_open()
Dinode.c166 static struct dev_data *dev_new (void) in dev_new() function
2041 dev = dev_new (); in gadgetfs_fill_super()