Searched defs:dvb_device (Results 1 – 1 of 1) sorted by relevance
134 struct dvb_device { struct135 struct list_head list_head;136 const struct file_operations *fops;137 struct dvb_adapter *adapter;138 int type;139 int minor;140 u32 id;144 int readers;145 int writers;146 int users;[all …]