Lines Matching defs:dvb_device
128 struct dvb_device { struct
129 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;
142 wait_queue_head_t wait_queue;
144 int (*kernel_ioctl)(struct file *file, unsigned int cmd, void *arg);
148 const char *name;
151 struct media_entity *entity;
152 struct media_pad *pads;
155 void *priv;