Searched refs:driver (Results 1 – 20 of 20) sorted by relevance
| /fs/proc/ |
| A D | proc_tty.c | 131 void proc_tty_register_driver(struct tty_driver *driver) in proc_tty_register_driver() argument 135 if (!driver->driver_name || driver->proc_entry || in proc_tty_register_driver() 136 !driver->ops->proc_show) in proc_tty_register_driver() 139 ent = proc_create_single_data(driver->driver_name, 0, proc_tty_driver, in proc_tty_register_driver() 140 driver->ops->proc_show, driver); in proc_tty_register_driver() 141 driver->proc_entry = ent; in proc_tty_register_driver() 147 void proc_tty_unregister_driver(struct tty_driver *driver) in proc_tty_unregister_driver() argument 151 ent = driver->proc_entry; in proc_tty_unregister_driver() 157 driver->proc_entry = NULL; in proc_tty_unregister_driver()
|
| A D | consoles.c | 35 const struct tty_driver *driver; in show_console_dev() local 44 driver = con->device(con, &index); in show_console_dev() 47 if (driver) { in show_console_dev() 48 dev = MKDEV(driver->major, driver->minor_start); in show_console_dev()
|
| A D | Kconfig | 56 Note that the device driver must be present in the crash 75 image, because only the device driver can properly detect them.
|
| /fs/ext4/ |
| A D | Kconfig | 4 # kernels after the removal of ext3 driver. 10 filesystem is now handled by the ext4 driver. 19 filesystem is now handled by the ext4 driver. 27 filesystem is now handled by the ext4 driver. 68 Allow the ext4 file system driver code to be used for ext2 70 compiled kernel size by using one file system driver for
|
| /fs/btrfs/ |
| A D | fs.c | 11 const char driver[12]; member 17 .driver = "blake2b-256" }, 47 return btrfs_csums[csum_type].driver[0] ? in btrfs_super_csum_driver() 48 btrfs_csums[csum_type].driver : in btrfs_super_csum_driver()
|
| /fs/ext2/ |
| A D | Kconfig | 9 This filesystem driver is deprecated because it does not properly 12 Ext2 users are advised to use ext4 driver to access their filesystem. 13 The driver is fully compatible, supports filesystems without journal
|
| /fs/cramfs/ |
| A D | Kconfig | 32 This option allows the CramFs driver to load data from a regular 40 This option allows the CramFs driver to load data directly from 48 the 'physmap' map driver or a resulting MTD partition.
|
| /fs/befs/ |
| A D | Kconfig | 11 attributes. (Also note that this driver doesn't make those features 28 debugging output from the driver.
|
| A D | ChangeLog | 154 restructuring of the driver (or an alpha or other 64bit hardware). [WD] 214 * Release patch version 11. AKA befs-driver version 0.4.
|
| /fs/affs/ |
| A D | Kconfig | 12 read with this driver due to an incompatibility of the floppy 17 With this driver you can also mount disk files used by Bernd
|
| /fs/freevxfs/ |
| A D | Kconfig | 7 FreeVxFS is a file system driver that support the VERITAS VxFS(TM) 19 the actual driver.
|
| /fs/ntfs3/ |
| A D | Kconfig | 10 Y or M enables the NTFS3 driver with full features enabled (read, 57 filesystem is now handled by the NTFS3 driver.
|
| /fs/vboxsf/ |
| A D | Kconfig | 6 VirtualBox hosts can share folders with guests, this driver
|
| /fs/pstore/ |
| A D | Kconfig | 9 a platform level driver that registers with pstore to 11 (or "M") to a platform specific persistent store driver 13 If you don't have a platform persistent store driver,
|
| A D | ram.c | 905 .driver = {
|
| /fs/qnx6/ |
| A D | Kconfig | 12 However, keep in mind that this currently is a readonly driver!
|
| /fs/sysfs/ |
| A D | Kconfig | 13 which driver each is bound to. sysfs can also be used to tune devices
|
| /fs/afs/ |
| A D | Kconfig | 11 driver. It currently only supports unsecured read-only AFS access.
|
| /fs/isofs/ |
| A D | Kconfig | 10 driver. If you have a CD-ROM drive and want to do more with it than
|
| /fs/fuse/ |
| A D | virtio_fs.c | 1224 .driver.name = KBUILD_MODNAME,
|
Completed in 31 milliseconds