input_buf 1355 arch/s390/kernel/debug.c char input_buf[1]; input_buf 1364 arch/s390/kernel/debug.c if (copy_from_user(input_buf, user_buf, 1)) { input_buf 1368 arch/s390/kernel/debug.c if (input_buf[0] == '-') { input_buf 1372 arch/s390/kernel/debug.c if (isdigit(input_buf[0])) { input_buf 1373 arch/s390/kernel/debug.c int area = ((int) input_buf[0] - (int) '0'); input_buf 1380 arch/s390/kernel/debug.c "area\n", input_buf[0]); input_buf 3477 crypto/testmgr.c void *input_buf = NULL; input_buf 3538 crypto/testmgr.c input_buf = kmemdup(vec->b_public, vec->b_public_size, GFP_KERNEL); input_buf 3539 crypto/testmgr.c if (!input_buf) { input_buf 3544 crypto/testmgr.c sg_init_one(&src, input_buf, vec->b_public_size); input_buf 3606 crypto/testmgr.c kfree(input_buf); input_buf 36 drivers/firmware/google/vpd_decode.c static int vpd_decode_entry(const u32 max_len, const u8 *input_buf, input_buf 42 drivers/firmware/google/vpd_decode.c if (vpd_decode_len(max_len - consumed, &input_buf[consumed], input_buf 49 drivers/firmware/google/vpd_decode.c *entry = input_buf + consumed; input_buf 60 drivers/firmware/google/vpd_decode.c int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed, input_buf 73 drivers/firmware/google/vpd_decode.c type = input_buf[*consumed]; input_buf 80 drivers/firmware/google/vpd_decode.c if (vpd_decode_entry(max_len, input_buf, consumed, &key, input_buf 84 drivers/firmware/google/vpd_decode.c if (vpd_decode_entry(max_len, input_buf, consumed, &value, input_buf 47 drivers/firmware/google/vpd_decode.h int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed, input_buf 152 drivers/hid/hid-hyperv.c u8 input_buf[HID_MAX_BUFFER_SIZE]; input_buf 299 drivers/hid/hid-hyperv.c (u32)sizeof(input_dev->input_buf)); input_buf 300 drivers/hid/hid-hyperv.c memcpy(input_dev->input_buf, input_report->buffer, len); input_buf 302 drivers/hid/hid-hyperv.c input_dev->input_buf, len, 1); input_buf 37 drivers/hid/uhid.c struct uhid_event input_buf; input_buf 715 drivers/hid/uhid.c memset(&uhid->input_buf, 0, sizeof(uhid->input_buf)); input_buf 716 drivers/hid/uhid.c len = min(count, sizeof(uhid->input_buf)); input_buf 718 drivers/hid/uhid.c ret = uhid_event_from_user(buffer, len, &uhid->input_buf); input_buf 722 drivers/hid/uhid.c switch (uhid->input_buf.type) { input_buf 735 drivers/hid/uhid.c ret = uhid_dev_create(uhid, &uhid->input_buf); input_buf 738 drivers/hid/uhid.c ret = uhid_dev_create2(uhid, &uhid->input_buf); input_buf 744 drivers/hid/uhid.c ret = uhid_dev_input(uhid, &uhid->input_buf); input_buf 747 drivers/hid/uhid.c ret = uhid_dev_input2(uhid, &uhid->input_buf); input_buf 750 drivers/hid/uhid.c ret = uhid_dev_get_report_reply(uhid, &uhid->input_buf); input_buf 753 drivers/hid/uhid.c ret = uhid_dev_set_report_reply(uhid, &uhid->input_buf); input_buf 977 drivers/net/ethernet/qlogic/qed/qed.h u32 input_len, u8 *input_buf, input_buf 987 drivers/net/ethernet/qlogic/qed/qed_main.c u8 *input_buf, u32 max_size, u8 *unzip_buf) input_buf 991 drivers/net/ethernet/qlogic/qed/qed_main.c p_hwfn->stream->next_in = input_buf; input_buf 445 net/bluetooth/hidp/core.c memcpy(session->input_buf, data, len); input_buf 446 net/bluetooth/hidp/core.c hid_input_report(session->hid, type, session->input_buf, len, intr); input_buf 185 net/bluetooth/hidp/hidp.h u8 input_buf[HID_MAX_BUFFER_SIZE]; input_buf 30 tools/lib/traceevent/event-parse.c static const char *input_buf; input_buf 59 tools/lib/traceevent/event-parse.c input_buf = buf; input_buf 66 tools/lib/traceevent/event-parse.c return input_buf; input_buf 962 tools/lib/traceevent/event-parse.c return input_buf[input_buf_ptr++]; input_buf 970 tools/lib/traceevent/event-parse.c return input_buf[input_buf_ptr]; input_buf 1178 tools/lib/traceevent/event-parse.c save_input_buf = input_buf; input_buf 1187 tools/lib/traceevent/event-parse.c input_buf = save_input_buf;