Lines Matching refs:rfcomm_dev
46 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()
203 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev); in show_address()
209 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev); in show_channel()
216 static struct rfcomm_dev *__rfcomm_dev_add(struct rfcomm_dev_req *req, in __rfcomm_dev_add()
219 struct rfcomm_dev *dev, *entry; in __rfcomm_dev_add()
223 dev = kzalloc(sizeof(struct rfcomm_dev), GFP_KERNEL); in __rfcomm_dev_add()
319 struct rfcomm_dev *dev; in rfcomm_dev_add()
351 static inline unsigned int rfcomm_room(struct rfcomm_dev *dev) in rfcomm_room()
363 struct rfcomm_dev *dev = (void *) skb->sk; in rfcomm_wfree()
370 static void rfcomm_set_owner_w(struct sk_buff *skb, struct rfcomm_dev *dev) in rfcomm_set_owner_w()
378 static struct sk_buff *rfcomm_wmalloc(struct rfcomm_dev *dev, unsigned long size, gfp_t priority) in rfcomm_wmalloc()
441 struct rfcomm_dev *dev; in __rfcomm_release_dev()
505 struct rfcomm_dev *dev; in rfcomm_get_dev_list()
556 struct rfcomm_dev *dev; in rfcomm_get_dev_info()
606 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_data_ready()
628 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_state_change()
645 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_modem_status()
662 static void rfcomm_tty_copy_pending(struct rfcomm_dev *dev) in rfcomm_tty_copy_pending()
688 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_cleanup()
711 struct rfcomm_dev *dev; in rfcomm_tty_install()
749 struct rfcomm_dev *dev = tty->driver_data; in rfcomm_tty_open()
775 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_close()
785 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_write()
814 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_write_room()
879 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_set_termios()
1011 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_throttle()
1020 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_unthrottle()
1029 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_chars_in_buffer()
1044 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_flush_buffer()
1067 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_hangup()
1076 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_tiocmget()
1085 struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; in rfcomm_tty_tiocmset()