Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dsentelic.c596 pad->flags & FSPDRV_FLAG_EN_OPC ? 'C' : 'c'); in fsp_attr_show_flags()
608 pad->flags |= FSPDRV_FLAG_EN_OPC; in fsp_attr_set_flags()
611 pad->flags &= ~FSPDRV_FLAG_EN_OPC; in fsp_attr_set_flags()
807 if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC) in fsp_process_byte()
919 pad->flags |= FSPDRV_FLAG_EN_OPC; in fsp_activate_protocol()
Dsentelic.h112 #define FSPDRV_FLAG_EN_OPC (0x001) /* enable on-pad clicking */ macro