Searched defs:mport_cdev_priv (Results 1 – 1 of 1) sorted by relevance
202 struct mport_cdev_priv { struct203 struct mport_dev *md;204 struct fasync_struct *async_queue;205 struct list_head list;206 struct list_head db_filters;207 struct list_head pw_filters;208 struct kfifo event_fifo;232 struct mport_cdev_priv *priv; argument