Searched refs:show_address (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_sysfs.c | 160 static ssize_t show_address(struct device *dev, in show_address() function 169 static DEVICE_ATTR(address, S_IRUGO, show_address, NULL);
|
/linux-4.4.14/net/atm/ |
D | atm_sysfs.c | 21 static ssize_t show_address(struct device *cdev, in show_address() function 98 static DEVICE_ATTR(address, S_IRUGO, show_address, NULL);
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 201 static ssize_t show_address(struct device *tty_dev, struct device_attribute *attr, char *buf) in show_address() function 213 static DEVICE_ATTR(address, S_IRUGO, show_address, NULL);
|