Lines Matching defs:dev
4074 * floppy_open check for aliasing (/dev/fd0 can be the same as
4075 * /dev/PS0 etc), and disallows simultaneous access to the same
4540 static ssize_t floppy_cmos_show(struct device *dev,
4543 struct platform_device *p = to_platform_device(dev);
4559 static void floppy_device_release(struct device *dev)
4563 static int floppy_resume(struct device *dev)
4603 static struct kobject *floppy_find(dev_t dev, int *part, void *data)
4778 floppy_device[drive].dev.release = floppy_device_release;
4779 floppy_device[drive].dev.groups = floppy_dev_groups;
4788 device_add_disk(&floppy_device[drive].dev, disks[drive], NULL);