Lines Matching defs:cmtp_session
70 struct cmtp_session { struct
71 struct list_head list;
73 struct socket *sock;
75 bdaddr_t bdaddr;
77 unsigned long state;
78 unsigned long flags;
80 uint mtu;
82 char name[BTNAMSIZ];
84 atomic_t terminate;
85 struct task_struct *task;
87 wait_queue_head_t wait;
89 int ncontroller;
90 int num;
91 struct capi_ctr ctrl;
93 struct list_head applications;
95 unsigned long blockids;
96 int msgnum;
120 int cmtp_attach_device(struct cmtp_session *session); argument