Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/rfcomm/
Dtty.c46 struct rfcomm_dev { struct
83 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_destruct() argument
113 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_activate()
125 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_carrier_raised()
133 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_shutdown()
149 static struct rfcomm_dev *__rfcomm_dev_lookup(int id) in __rfcomm_dev_lookup()
151 struct rfcomm_dev *dev; in __rfcomm_dev_lookup()
160 static struct rfcomm_dev *rfcomm_dev_get(int id) in rfcomm_dev_get()
162 struct rfcomm_dev *dev; in rfcomm_dev_get()
176 static void rfcomm_reparent_device(struct rfcomm_dev *dev) in rfcomm_reparent_device()
[all …]