Searched refs:sysfs_probe_timer_val_store (Results 1 - 1 of 1) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_ctl.c2680 static ssize_t sysfs_probe_timer_val_store( struct device *_dev, struct device_attribute *attr,const char *buffer, size_t count ) function
2682 static ssize_t sysfs_probe_timer_val_store( struct device *_dev, const char *buffer, size_t count )
2695 DEVICE_ATTR(probe_timer_val_h, S_IRUGO|S_IWUSR, sysfs_probe_timer_val_show, sysfs_probe_timer_val_store);
2775 static ssize_t sysfs_probe_timer_val_store( struct device *_dev, struct device_attribute *attr,const char *buffer, size_t count ) function
2777 static ssize_t sysfs_probe_timer_val_store( struct device *_dev, const char *buffer, size_t count )
2790 DEVICE_ATTR(probe_timer_val_d, S_IRUGO|S_IWUSR, sysfs_probe_timer_val_show, sysfs_probe_timer_val_store);

Completed in 38 milliseconds