Lines Matching refs:gdth_evt_str
157 static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source,
159 static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr);
161 gdth_evt_str *estr);
298 static gdth_evt_str ebuffer[MAX_EVENTS]; /* event buffer */
2837 static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source, in gdth_store_event()
2840 gdth_evt_str *e; in gdth_store_event()
2883 static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr) in gdth_read_event()
2885 gdth_evt_str *e; in gdth_read_event()
2909 memcpy(estr, e, sizeof(gdth_evt_str)); in gdth_read_event()
2916 u8 application, gdth_evt_str *estr) in gdth_readapp_event()
2918 gdth_evt_str *e; in gdth_readapp_event()
2941 memcpy(estr, e, sizeof(gdth_evt_str)); in gdth_readapp_event()