Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
A Dsentelic.c585 pad->flags & FSPDRV_FLAG_EN_OPC ? 'C' : 'c'); in fsp_attr_show_flags()
597 pad->flags |= FSPDRV_FLAG_EN_OPC; in fsp_attr_set_flags()
600 pad->flags &= ~FSPDRV_FLAG_EN_OPC; in fsp_attr_set_flags()
795 if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC) in fsp_process_byte()
899 pad->flags |= FSPDRV_FLAG_EN_OPC; in fsp_activate_protocol()
A Dsentelic.h99 #define FSPDRV_FLAG_EN_OPC (0x001) /* enable on-pad clicking */ macro

Completed in 5 milliseconds