Searched refs:show_address (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/atm/ |
D | atm_sysfs.c | 22 static ssize_t show_address(struct device *cdev, in show_address() function 99 static DEVICE_ATTR(address, 0444, show_address, NULL);
|
/Linux-v4.19/arch/s390/kernel/ |
D | dumpstack.c | 93 static int show_address(void *data, unsigned long address, int reliable) in show_address() function 109 dump_trace(show_address, NULL, task, sp); in show_stack()
|
/Linux-v4.19/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, 0444, show_address, NULL);
|