Lines Matching refs:line
445 char line[16]; \
464 size = sprintf(line, __format, value); \
466 if (copy_to_user(buf, line, size)) \
481 char line[16]; \
492 if (length > sizeof(line)) \
495 if (copy_from_user(line, buf, length)) \
498 size = strlen(line); \
499 value = simple_strtoul(line, NULL, 0); \
538 char line[16]; in rt2x00debug_read_dev_flags() local
544 size = sprintf(line, "0x%.8x\n", (unsigned int)intf->rt2x00dev->flags); in rt2x00debug_read_dev_flags()
546 if (copy_to_user(buf, line, size)) in rt2x00debug_read_dev_flags()
567 char line[16]; in rt2x00debug_read_cap_flags() local
573 size = sprintf(line, "0x%.8x\n", (unsigned int)intf->rt2x00dev->cap_flags); in rt2x00debug_read_cap_flags()
575 if (copy_to_user(buf, line, size)) in rt2x00debug_read_cap_flags()