Searched defs:dvb_device (Results 1 – 1 of 1) sorted by relevance
82 struct dvb_device { struct83 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 …]