/linux/drivers/firmware/google/ |
H A D | vpd_decode.c | 36 static int vpd_decode_entry(const u32 max_len, const u8 *input_buf, in vpd_decode_entry() argument 42 if (vpd_decode_len(max_len - consumed, &input_buf[consumed], in vpd_decode_entry() 49 *entry = input_buf + consumed; in vpd_decode_entry() 60 int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed, in vpd_decode_string() argument 73 type = input_buf[*consumed]; in vpd_decode_string() 80 if (vpd_decode_entry(max_len, input_buf, consumed, &key, in vpd_decode_string() 84 if (vpd_decode_entry(max_len, input_buf, consumed, &value, in vpd_decode_string()
|
H A D | vpd_decode.h | 47 int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed,
|
/linux/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 202 u8 input_buf[CY_MAX_INPUT]; member 303 switch (ts->input_buf[2]) { in cyttsp5_get_mt_touches() 313 tch_addr = ts->input_buf + offset + (i * TOUCH_REPORT_SIZE); in cyttsp5_get_mt_touches() 354 ts->input_buf + 3 + si->tch_hdr.ofs, in cyttsp5_mt_attention() 432 switch (ts->input_buf[2]) { in cyttsp5_btn_attention() 441 if (ts->input_buf[2] != HID_BTN_REPORT_ID) in cyttsp5_btn_attention() 703 error = cyttsp5_read(ts, ts->input_buf, CY_MAX_INPUT); in cyttsp5_handle_irq() 707 size = get_unaligned_le16(&ts->input_buf[0]); in cyttsp5_handle_irq() 713 report_id = ts->input_buf[2]; in cyttsp5_handle_irq() 724 memcpy(ts->response_buf, ts->input_buf, size); in cyttsp5_handle_irq() [all …]
|
/linux/drivers/hid/ |
H A D | uhid.c | 48 struct uhid_event input_buf; member 735 memset(&uhid->input_buf, 0, sizeof(uhid->input_buf)); in uhid_char_write() 736 len = min(count, sizeof(uhid->input_buf)); in uhid_char_write() 738 ret = uhid_event_from_user(buffer, len, &uhid->input_buf); in uhid_char_write() 742 switch (uhid->input_buf.type) { in uhid_char_write() 755 ret = uhid_dev_create(uhid, &uhid->input_buf); in uhid_char_write() 758 ret = uhid_dev_create2(uhid, &uhid->input_buf); in uhid_char_write() 764 ret = uhid_dev_input(uhid, &uhid->input_buf); in uhid_char_write() 767 ret = uhid_dev_input2(uhid, &uhid->input_buf); in uhid_char_write() 770 ret = uhid_dev_get_report_reply(uhid, &uhid->input_buf); in uhid_char_write() [all …]
|
H A D | hid-hyperv.c | 144 u8 input_buf[HID_MAX_BUFFER_SIZE]; member 292 (u32)sizeof(input_dev->input_buf)); in mousevsc_on_receive() 293 memcpy(input_dev->input_buf, input_report->buffer, len); in mousevsc_on_receive() 295 input_dev->input_buf, len, 1); in mousevsc_on_receive()
|
H A D | hid-nintendo.c | 586 u8 input_buf[JC_MAX_RESP_SIZE]; member 886 memset(ctlr->input_buf, 0, JC_MAX_RESP_SIZE); in joycon_hid_send_sync() 899 memset(ctlr->input_buf, 0, JC_MAX_RESP_SIZE); in joycon_hid_send_sync() 1017 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_request_spi_flash_read() 2432 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_read_info() 2603 memcpy(ctlr->input_buf, data, in joycon_ctlr_handle_event()
|
/linux/net/bluetooth/hidp/ |
H A D | hidp.h | 185 u8 input_buf[HID_MAX_BUFFER_SIZE]; member
|
H A D | core.c | 445 memcpy(session->input_buf, data, len); in hidp_process_report() 446 hid_input_report(session->hid, type, session->input_buf, len, intr); in hidp_process_report()
|
/linux/arch/s390/kernel/ |
H A D | debug.c | 1432 char input_buf[1]; in debug_input_flush_fn() local 1441 if (copy_from_user(input_buf, user_buf, 1)) { in debug_input_flush_fn() 1445 if (input_buf[0] == '-') { in debug_input_flush_fn() 1449 if (isdigit(input_buf[0])) { in debug_input_flush_fn() 1450 int area = ((int) input_buf[0] - (int) '0'); in debug_input_flush_fn() 1457 "area\n", input_buf[0]); in debug_input_flush_fn()
|
/linux/drivers/iio/adc/ |
H A D | ad7173.c | 187 bool input_buf; 633 if (cfg->input_buf) in ad7173_load_config() 1226 chan_st_priv->cfg.input_buf = st->info->has_input_buf; in ad7173_fw_parse_channel_config() 1291 chan_st_priv->cfg.input_buf = st->info->has_input_buf; in ad7173_fw_parse_channel_config() 1304 chan_st_priv->cfg.input_buf = st->info->has_input_buf; in ad7173_fw_parse_channel_config()
|
/linux/sound/core/ |
H A D | ump.c | 282 ump->input_buf[ump->input_buf_head++] = val; in snd_ump_receive_ump_val() 313 ump_handle_stream_msg(ump, ump->input_buf, n); in snd_ump_receive() 316 ump->seq_ops->input_receive(ump, ump->input_buf, n); in snd_ump_receive() 318 process_legacy_input(ump, ump->input_buf, n); in snd_ump_receive() 903 (const union snd_ump_stream_msg *)ump->input_buf; in create_block_from_fb_info()
|
/linux/include/sound/ |
H A D | ump.h | 47 u32 input_buf[4]; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.c | 1554 const char *input_buf = buf; in amdgpu_gfx_set_enforce_isolation() local 1557 ret = sscanf(input_buf, "%ld", &partition_values[i]); in amdgpu_gfx_set_enforce_isolation() 1562 input_buf = strchr(input_buf, ' '); in amdgpu_gfx_set_enforce_isolation() 1563 if (input_buf) { in amdgpu_gfx_set_enforce_isolation() 1564 input_buf++; in amdgpu_gfx_set_enforce_isolation()
|
/linux/mm/ |
H A D | huge_memory.c | 4071 char input_buf[MAX_INPUT_BUF_SZ]; in split_huge_pages_write() local 4082 memset(input_buf, 0, MAX_INPUT_BUF_SZ); in split_huge_pages_write() 4083 if (copy_from_user(input_buf, buf, min_t(size_t, count, MAX_INPUT_BUF_SZ))) in split_huge_pages_write() 4086 input_buf[MAX_INPUT_BUF_SZ - 1] = '\0'; in split_huge_pages_write() 4088 if (input_buf[0] == '/') { in split_huge_pages_write() 4090 char *buf = input_buf; in split_huge_pages_write() 4093 size_t input_len = strlen(input_buf); in split_huge_pages_write() 4115 ret = sscanf(input_buf, "%d,0x%lx,0x%lx,%d", &pid, &vaddr_start, &vaddr_end, &new_order); in split_huge_pages_write() 4118 ret = strlen(input_buf); in split_huge_pages_write() 4127 ret = strlen(input_buf); in split_huge_pages_write()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 977 u32 input_len, u8 *input_buf,
|
H A D | qed_main.c | 1016 u8 *input_buf, u32 max_size, u8 *unzip_buf) in qed_unzip_data() argument 1020 p_hwfn->stream->next_in = input_buf; in qed_unzip_data()
|
/linux/crypto/ |
H A D | testmgr.c | 3934 void *input_buf = NULL; in do_test_kpp() local 3995 input_buf = kmemdup(vec->b_public, vec->b_public_size, GFP_KERNEL); in do_test_kpp() 3996 if (!input_buf) { in do_test_kpp() 4001 sg_init_one(&src, input_buf, vec->b_public_size); in do_test_kpp() 4063 kfree(input_buf); in do_test_kpp()
|
/linux/drivers/platform/x86/ |
H A D | acer-wmi.c | 2021 struct acpi_buffer input_buf = { sizeof(input), input }; in acer_kbd_dock_get_initial_state() local 2027 status = wmi_evaluate_method(WMID_GUID3, 0, 0x2, &input_buf, &output_buf); in acer_kbd_dock_get_initial_state()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 669 const u32 *in_buf = ep->ump->input_buf; in process_ump() 1011 size = snd_ump_convert_from_ump(ep->ump->input_buf, outbuf, in process_midi1_transmit()
|