Home
last modified time | relevance | path

Searched refs:show_limit (Results 1 – 2 of 2) sorted by relevance

/drivers/hwmon/
Dlm95245.c238 static ssize_t show_limit(struct device *dev, struct device_attribute *attr, in show_limit() function
388 static SENSOR_DEVICE_ATTR(temp1_crit, S_IWUSR | S_IRUGO, show_limit,
396 static SENSOR_DEVICE_ATTR(temp2_crit, S_IWUSR | S_IRUGO, show_limit,
/drivers/usb/dwc2/
Dgadget.c3272 int show_limit = 15; in ep_show() local
3306 if (--show_limit < 0) { in ep_show()