Searched defs:dvb_device (Results 1 – 1 of 1) sorted by relevance
128 struct dvb_device { struct129 struct list_head list_head;130 const struct file_operations *fops;131 struct dvb_adapter *adapter;132 int type;133 int minor;134 u32 id;138 int readers;139 int writers;140 int users;[all …]