Home
last modified time | relevance | path

Searched refs:state_show (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/android/switch/
Dswitch_class.c29 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()
/linux-3.4.99/kernel/power/
Dmain.c250 static ssize_t state_show(struct kobject *kobj, struct kobj_attribute *attr, in state_show() function
/linux-3.4.99/drivers/infiniband/core/
Dsysfs.c87 static ssize_t state_show(struct ib_port *p, struct port_attribute *unused, in state_show() function
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c3001 static int state_show(struct seq_file *seq, void *v) in state_show() function
3052 return single_open(file, state_show, inode->i_private); in state_open()
/linux-3.4.99/drivers/md/
Dmd.c2544 state_show(struct md_rdev *rdev, char *page) in state_show() function
2696 __ATTR(state, S_IRUGO|S_IWUSR, state_show, state_store);