Lines Matching refs:max_len
491 int i, max_len, err; \
493 max_len = ARRAY_SIZE(name##_regs) * 80; \
494 buf = vmalloc(max_len); \
507 ADD(buf, *ret, max_len, "%22s = %" f "[+%" f "]\n", \
521 int i, max_len, err; \
523 max_len = ARRAY_SIZE(name##_regs) * 80; \
524 buf = vmalloc(max_len); \
535 ADD(buf, *ret, max_len, "%22s = %" f "\n", \
547 int err = 0, i, n = 0, max_len = 32, res; in carl9170_debugfs_hw_ioread32_write() local
553 if (count > max_len) in carl9170_debugfs_hw_ioread32_write()
724 int err = 0, max_len = 22, res; in carl9170_debugfs_hw_iowrite32_write() local
730 if (count > max_len) in carl9170_debugfs_hw_iowrite32_write()