touser 167 drivers/mailbox/mailbox-test.c char *touser, *ptr; touser 173 drivers/mailbox/mailbox-test.c touser = kzalloc(MBOX_HEXDUMP_MAX_LEN + 1, GFP_KERNEL); touser 174 drivers/mailbox/mailbox-test.c if (!touser) touser 178 drivers/mailbox/mailbox-test.c ret = snprintf(touser, 20, "<NO RX CAPABILITY>\n"); touser 180 drivers/mailbox/mailbox-test.c touser, ret); touser 211 drivers/mailbox/mailbox-test.c MBOX_BYTES_PER_LINE, 1, touser + l, touser 216 drivers/mailbox/mailbox-test.c *(touser + (l - 1)) = '\n'; touser 218 drivers/mailbox/mailbox-test.c *(touser + l) = '\0'; touser 225 drivers/mailbox/mailbox-test.c ret = simple_read_from_buffer(userbuf, count, ppos, touser, MBOX_HEXDUMP_MAX_LEN); touser 230 drivers/mailbox/mailbox-test.c kfree(touser); touser 193 drivers/rtc/rtc-pcf2127.c int touser; touser 198 drivers/rtc/rtc-pcf2127.c ret = regmap_read(pcf2127->regmap, PCF2127_REG_CTRL3, &touser); touser 202 drivers/rtc/rtc-pcf2127.c touser = touser & PCF2127_BIT_CTRL3_BLF ? 1 : 0; touser 204 drivers/rtc/rtc-pcf2127.c if (copy_to_user((void __user *)arg, &touser, sizeof(int)))