Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-core/
Ddvbdev.h82 struct dvb_device { struct
83 struct list_head list_head;
84 const struct file_operations *fops;
85 struct dvb_adapter *adapter;
86 int type;
87 int minor;
88 u32 id;
92 int readers;
93 int writers;
94 int users;
[all …]