Home
last modified time | relevance | path

Searched defs:dvb_device (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/media/
Ddvbdev.h157 struct dvb_device { struct
161 enum dvb_device_type type; argument
162 int minor;
163 u32 id;
167 int readers;
168 int writers;
169 int users;
171 wait_queue_head_t wait_queue;
173 int (*kernel_ioctl)(struct file *file, unsigned int cmd, void *arg);
177 const char *name;
[all …]