OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_event
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
debug.c
72
unsigned char *
raw_event
= (void *)event;
local
89
color_fprintf(stdout, color, " %02x",
raw_event
[i]);
97
isprint(
raw_event
[j]) ?
98
raw_event
[j] : '.');
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h
57
int (*
raw_event
)(struct snd_seq_oss_arg *p, unsigned char *data);
member in struct:snd_seq_oss_callback
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h
57
int (*
raw_event
)(struct snd_seq_oss_arg *p, unsigned char *data);
member in struct:snd_seq_oss_callback
/external/kernel-headers/original/linux/
hid.h
587
* @report_table: on which reports to call
raw_event
(NULL means all)
588
* @
raw_event
: if report in report_table, this hook is called (NULL means nop)
598
*
raw_event
and event should return 0 on no action performed, 1 when no
622
int (*
raw_event
)(struct hid_device *hdev, struct hid_report *report,
member in struct:hid_driver
Completed in 2075 milliseconds