Lines Matching refs:PAGE_SIZE
69 char *buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in audmux_read_file()
88 ret = snprintf(buf, PAGE_SIZE, "PDCR: %08x\nPTCR: %08x\n", in audmux_read_file()
92 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
96 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
100 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
104 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
107 ret += snprintf(buf + ret, PAGE_SIZE - ret, "\n"); in audmux_read_file()
110 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
114 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
118 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
122 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
126 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()
130 ret += snprintf(buf + ret, PAGE_SIZE - ret, in audmux_read_file()