Searched refs:state_show (Results 1 – 4 of 4) sorted by relevance
/drivers/switch/ |
D | switch_class.c | 29 static ssize_t state_show(struct device *dev, struct device_attribute *attr, in state_show() function 57 static DEVICE_ATTR(state, S_IRUGO | S_IWUSR, state_show, NULL); 82 length = state_show(sdev->dev, NULL, prop_buf); in switch_set_state()
|
/drivers/misc/qemutrace/ |
D | qemu_trace_sysfs.c | 35 static ssize_t state_show(struct kobject *kobj, struct kobj_attribute *attr, char * buf) in state_show() function
|
/drivers/infiniband/core/ |
D | sysfs.c | 93 static ssize_t state_show(struct ib_port *p, struct port_attribute *unused, in state_show() function
|
/drivers/md/ |
D | md.c | 1948 state_show(mdk_rdev_t *rdev, char *page) in state_show() function 2025 __ATTR(state, S_IRUGO|S_IWUSR, state_show, state_store);
|