Searched defs:dvb_device (Results 1 – 1 of 1) sorted by relevance
138 struct dvb_device { struct139 struct list_head list_head;140 const struct file_operations *fops;141 struct dvb_adapter *adapter;142 int type;143 int minor;144 u32 id;148 int readers;149 int writers;150 int users;[all …]