Searched refs:input_buf (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Duhid.c39 struct uhid_event input_buf; member in struct:uhid_device
700 memset(&uhid->input_buf, 0, sizeof(uhid->input_buf)); uhid_char_write()
701 len = min(count, sizeof(uhid->input_buf)); uhid_char_write()
703 ret = uhid_event_from_user(buffer, len, &uhid->input_buf); uhid_char_write()
707 switch (uhid->input_buf.type) { uhid_char_write()
709 ret = uhid_dev_create(uhid, &uhid->input_buf); uhid_char_write()
712 ret = uhid_dev_create2(uhid, &uhid->input_buf); uhid_char_write()
718 ret = uhid_dev_input(uhid, &uhid->input_buf); uhid_char_write()
721 ret = uhid_dev_input2(uhid, &uhid->input_buf); uhid_char_write()
724 ret = uhid_dev_get_report_reply(uhid, &uhid->input_buf); uhid_char_write()
727 ret = uhid_dev_set_report_reply(uhid, &uhid->input_buf); uhid_char_write()
H A Dhid-hyperv.c160 u8 input_buf[HID_MAX_BUFFER_SIZE]; member in struct:mousevsc_dev
307 (u32)sizeof(input_dev->input_buf)); mousevsc_on_receive()
308 memcpy(input_dev->input_buf, input_report->buffer, len); mousevsc_on_receive()
310 input_dev->input_buf, len, 1); mousevsc_on_receive()
/linux-4.1.27/net/bluetooth/hidp/
H A Dhidp.h185 u8 input_buf[HID_MAX_BUFFER_SIZE]; member in struct:hidp_session
H A Dcore.c439 memcpy(session->input_buf, data, len); hidp_process_report()
440 hid_input_report(session->hid, type, session->input_buf, len, intr); hidp_process_report()
/linux-4.1.27/arch/s390/kernel/
H A Ddebug.c1365 char input_buf[1]; debug_input_flush_fn() local
1374 if (copy_from_user(input_buf, user_buf, 1)){ debug_input_flush_fn()
1378 if(input_buf[0] == '-') { debug_input_flush_fn()
1382 if (isdigit(input_buf[0])) { debug_input_flush_fn()
1383 int area = ((int) input_buf[0] - (int) '0'); debug_input_flush_fn()
1389 "area\n", input_buf[0]); debug_input_flush_fn()
/linux-4.1.27/tools/lib/traceevent/
H A Devent-parse.c39 static const char *input_buf; variable
68 input_buf = buf; init_input_buf()
75 return input_buf; pevent_get_input_buf()
834 return input_buf[input_buf_ptr++]; __read_char()
842 return input_buf[input_buf_ptr]; __peek_char()
1050 save_input_buf = input_buf; force_token()
1059 input_buf = save_input_buf; force_token()

Completed in 443 milliseconds