Searched refs:show_mode (Results 1 – 6 of 6) sorted by relevance
/drivers/leds/ |
D | leds-lp5521.c | 402 show_mode(1) 403 show_mode(2) 404 show_mode(3)
|
D | leds-lp55xx-common.h | 38 #define show_mode(nr) \ macro
|
D | leds-lp5523.c | 406 show_mode(1) 407 show_mode(2) 408 show_mode(3)
|
/drivers/regulator/ |
D | virtual.c | 211 static ssize_t show_mode(struct device *dev, in show_mode() function 269 static DEVICE_ATTR(mode, 0664, show_mode, set_mode);
|
/drivers/video/fbdev/core/ |
D | fbsysfs.c | 156 static ssize_t show_mode(struct device *device, struct device_attribute *attr, in show_mode() function 497 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1510 static ssize_t show_mode(struct device *d, struct device_attribute *attr, in show_mode() function 1549 static DEVICE_ATTR(mode, S_IWUSR | S_IRUGO, show_mode, set_mode);
|