The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
The major number for the driver.
The name of the driver (as seen in /proc/devices).
The &file_operations structure pointer.
This function will register a character driver provided the "devfs=only" option was not provided at boot time. Returns 0 on success, else a negative error code on failure.
<<< Previous | Home | Next >>> |
devfs_get_name | Up | devfs_register_blkdev |