Lines Matching refs:PAGE_SIZE
85 buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in audmux_read_file()
89 ret = snprintf(buf, PAGE_SIZE, "PDCR: %08x\nPTCR: %08x\n", in audmux_read_file()
93 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
97 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
101 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
105 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
108 ret += snprintf(buf + ret, PAGE_SIZE - ret, "\n"); in audmux_read_file()
111 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
115 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
119 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
123 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
127 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
131 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()