Home
last modified time | relevance | path

Searched refs:rfcomm_dev (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dtty.c53 struct rfcomm_dev { struct
87 static void rfcomm_dev_destruct(struct rfcomm_dev *dev) in rfcomm_dev_destruct() argument
105 static inline void rfcomm_dev_hold(struct rfcomm_dev *dev) in rfcomm_dev_hold()
110 static inline void rfcomm_dev_put(struct rfcomm_dev *dev) in rfcomm_dev_put()
123 static struct rfcomm_dev *__rfcomm_dev_get(int id) in __rfcomm_dev_get()
125 struct rfcomm_dev *dev; in __rfcomm_dev_get()
129 dev = list_entry(p, struct rfcomm_dev, list); in __rfcomm_dev_get()
137 static inline struct rfcomm_dev *rfcomm_dev_get(int id) in rfcomm_dev_get()
139 struct rfcomm_dev *dev; in rfcomm_dev_get()
154 struct rfcomm_dev *dev; in rfcomm_dev_add()
[all …]