.TH "devfs_get_ops" 9 "devfs_get_ops" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME devfs_get_ops \- Get the device operations for a devfs entry. .SH SYNOPSIS .B "void *" devfs_get_ops .BI "(devfs_handle_t " de ");" .SH ARGUMENTS .IP "de" 12 The handle to the device entry. .SH "DESCRIPTION" Returns a pointer to the device operations on success, else NULL. The use count for the module owning the operations will be incremented.