Home
last modified time | relevance | path

Searched refs:last_press (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/platform/x86/
Dasus-tf103c-dock.c341 int toprow_index, int *last_press) in tf103c_dock_toprow_event() argument
345 if (last_press && *last_press) { in tf103c_dock_toprow_event()
346 tf103c_dock_toprow_release(dock, *last_press); in tf103c_dock_toprow_event()
347 *last_press = 0; in tf103c_dock_toprow_event()
356 if (last_press) in tf103c_dock_toprow_event()
357 *last_press = key_code; in tf103c_dock_toprow_event()