Home
last modified time | relevance | path

Searched refs:input_fops (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/input/
Dinput.c404 static struct file_operations input_fops = { variable
414 S_IFCHR | S_IRUGO | S_IWUSR, &input_fops, NULL); in input_register_minor()
424 if (devfs_register_chrdev(INPUT_MAJOR, "input", &input_fops)) { in input_init()