Searched refs:rfcomm_dev (Results 1 – 1 of 1) sorted by relevance
53 struct rfcomm_dev { struct87 static void rfcomm_dev_destruct(struct rfcomm_dev *dev) in rfcomm_dev_destruct() argument105 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 …]