Searched defs:mport_cdev_priv (Results 1 – 1 of 1) sorted by relevance
178 struct mport_cdev_priv { struct179 struct mport_dev *md;180 struct fasync_struct *async_queue;181 struct list_head list;182 struct list_head db_filters;183 struct list_head pw_filters;184 struct kfifo event_fifo;208 struct mport_cdev_priv *priv; argument