Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_keytest/
H A Dkeytest.c13 #define EVENT_DEV_NAME "event" macro
17 return strncmp(EVENT_DEV_NAME, dir->d_name, 5) == 0; in is_event_device()
62 DEV_INPUT_EVENT, EVENT_DEV_NAME, in scan_devices()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/
H A Dkeytest.cpp14 #define EVENT_DEV_NAME "event" macro
17 return strncmp(EVENT_DEV_NAME, dir->d_name, 5) == 0; in is_event_device()
62 DEV_INPUT_EVENT, EVENT_DEV_NAME, in scan_devices()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/
H A Dkeytest.cpp14 #define EVENT_DEV_NAME "event" macro
17 return strncmp(EVENT_DEV_NAME, dir->d_name, 5) == 0; in is_event_device()
62 DEV_INPUT_EVENT, EVENT_DEV_NAME, in scan_devices()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Devent.c56 #define EVENT_DEV_NAME "wilco_event" macro
57 #define EVENT_CLASS_NAME EVENT_DEV_NAME
58 #define DRV_NAME EVENT_DEV_NAME
59 #define EVENT_DEV_NAME_FMT (EVENT_DEV_NAME "%d")
544 ret = alloc_chrdev_region(&dev_num, 0, EVENT_MAX_DEV, EVENT_DEV_NAME); in event_module_init()