Searched defs:mport_cdev_priv (Results 1 – 1 of 1) sorted by relevance
198 struct mport_cdev_priv { struct199 struct mport_dev *md;200 struct fasync_struct *async_queue;201 struct list_head list;202 struct list_head db_filters;203 struct list_head pw_filters;204 struct kfifo event_fifo;228 struct mport_cdev_priv *priv; argument