Lines Matching defs:tty_dev
65 struct device *tty_dev;
96 if (dev->tty_dev)
135 if (dev->tty_dev->parent)
136 device_move(dev->tty_dev, NULL, DPM_ORDER_DEV_LAST);
195 device_move(dev->tty_dev, &conn->dev, DPM_ORDER_DEV_AFTER_PARENT);
201 static ssize_t show_address(struct device *tty_dev, struct device_attribute *attr, char *buf)
203 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev);
207 static ssize_t show_channel(struct device *tty_dev, struct device_attribute *attr, char *buf)
209 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev);
337 dev->tty_dev = tty;
339 dev_set_drvdata(dev->tty_dev, dev);
341 if (device_create_file(dev->tty_dev, &dev_attr_address) < 0)
344 if (device_create_file(dev->tty_dev, &dev_attr_channel) < 0)