Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-sysfs.c26 ssize_t (*show_limit)(struct gendisk *disk, char *page); member
570 .show_limit = _prefix##_show, \
576 .show_limit = _prefix##_show, \
639 .show_limit = queue_logical_block_size_show,
829 if (!entry->show && !entry->show_limit) in queue_attr_show()
832 if (entry->show_limit) { in queue_attr_show()
836 res = entry->show_limit(disk, page); in queue_attr_show()
/linux/drivers/usb/dwc2/
H A Ddebugfs.c231 int show_limit = 15; in ep_show() local
265 if (--show_limit < 0) { in ep_show()