Home
last modified time | relevance | path

Searched refs:show_address (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/atm/
Datm_sysfs.c22 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/
Ddumpstack.c93 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/
Dtty.c201 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);