Provided by:
kernel-doc-2.4.27_2.4.27-12_all 
NAME
_devfs_search_dir - Search for a devfs entry in a directory.
SYNOPSIS
struct devfs_entry * _devfs_search_dir (struct devfs_entry *dir, const
char *name, unsigned int namelen);
ARGUMENTS
dir The directory to search.
name The name of the entry to search for.
namelen The number of characters in name.
DESCRIPTION
Search for a devfs entry in a directory and returns a pointer to the
entry on success, else NULL. The directory must be locked already. An
implicit devfs_get is performed on the returned entry.