Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dcounter-core.c169 return cdev_device_add(&counter->chrdev, dev); in counter_add()
184 cdev_device_del(&counter->chrdev, &counter->dev); in counter_unregister()
H A DMakefile7 counter-y := counter-core.o counter-sysfs.o counter-chrdev.o
H A Dcounter-chrdev.c418 chrdev); in counter_chrdev_open()
476 cdev_init(&counter->chrdev, &counter_fops); in counter_chrdev_add()
/linux/Documentation/misc-devices/
H A Duacce.rst95 Uacce creates a chrdev for every device registered to it. New queue is
96 created when user application open the chrdev. The file descriptor is used
99 a chrdev to the user space. The user application communicates with the
/linux/include/linux/iio/
H A Diio-opaque.h70 struct cdev chrdev; member