Lines Matching refs:max_len
489 int i, max_len, err; \
491 max_len = ARRAY_SIZE(name##_regs) * 80; \
492 buf = vmalloc(max_len); \
505 ADD(buf, *ret, max_len, "%22s = %" f "[+%" f "]\n", \
519 int i, max_len, err; \
521 max_len = ARRAY_SIZE(name##_regs) * 80; \
522 buf = vmalloc(max_len); \
533 ADD(buf, *ret, max_len, "%22s = %" f "\n", \
545 int err = 0, i, n = 0, max_len = 32, res; in carl9170_debugfs_hw_ioread32_write() local
551 if (count > max_len) in carl9170_debugfs_hw_ioread32_write()
722 int err = 0, max_len = 22, res; in carl9170_debugfs_hw_iowrite32_write() local
728 if (count > max_len) in carl9170_debugfs_hw_iowrite32_write()