Lines Matching refs:rfcomm_dev
45 struct rfcomm_dev { struct
82 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_destruct() argument
112 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_activate()
124 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_carrier_raised()
132 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_shutdown()
148 static struct rfcomm_dev *__rfcomm_dev_lookup(int id) in __rfcomm_dev_lookup()
150 struct rfcomm_dev *dev; in __rfcomm_dev_lookup()
159 static struct rfcomm_dev *rfcomm_dev_get(int id) in rfcomm_dev_get()
161 struct rfcomm_dev *dev; in rfcomm_dev_get()
175 static void rfcomm_reparent_device(struct rfcomm_dev *dev) in rfcomm_reparent_device()
203 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev); in address_show()
210 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev); in channel_show()
217 static struct rfcomm_dev *__rfcomm_dev_add(struct rfcomm_dev_req *req, in __rfcomm_dev_add()
220 struct rfcomm_dev *dev, *entry; in __rfcomm_dev_add()
224 dev = kzalloc_obj(struct rfcomm_dev); in __rfcomm_dev_add()
320 struct rfcomm_dev *dev; in rfcomm_dev_add()
352 static inline unsigned int rfcomm_room(struct rfcomm_dev *dev) in rfcomm_room()
364 struct rfcomm_dev *dev = (void *) skb->sk; in rfcomm_wfree()
371 static void rfcomm_set_owner_w(struct sk_buff *skb, struct rfcomm_dev *dev) in rfcomm_set_owner_w()
379 static struct sk_buff *rfcomm_wmalloc(struct rfcomm_dev *dev, unsigned long size, gfp_t priority) in rfcomm_wmalloc()
440 struct rfcomm_dev *dev; in __rfcomm_release_dev()
499 struct rfcomm_dev *dev; in rfcomm_get_dev_list()
547 struct rfcomm_dev *dev; in rfcomm_get_dev_info()
597 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_data_ready()
619 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_state_change()
636 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_modem_status()
653 static void rfcomm_tty_copy_pending(struct rfcomm_dev *dev) in rfcomm_tty_copy_pending()
679 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_cleanup()
702 struct rfcomm_dev *dev; in rfcomm_tty_install()
740 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_open()
766 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_close()
777 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_write()
806 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_write_room()
860 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_set_termios()
992 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_throttle()
1001 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_unthrottle()
1010 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_chars_in_buffer()
1025 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_flush_buffer()
1048 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_hangup()
1057 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_tiocmget()
1070 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_tiocmset()