Searched refs:HYCON_ATTR_U8 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/input/touchscreen/ |
D | hycon-hy46xx.c | 154 #define HYCON_ATTR_U8(_field, _mode, _address, _limit_low, _limit_high) \ macro 249 static HYCON_ATTR_U8(threshold, 0644, HY46XX_THRESHOLD, 0, 255); 251 static HYCON_ATTR_U8(report_speed, 0644, HY46XX_REPORT_SPEED, 0, 255); 253 static HYCON_ATTR_U8(filter_data, 0644, HY46XX_FILTER_DATA, 0, 5); 254 static HYCON_ATTR_U8(gain, 0644, HY46XX_GAIN, 0, 5); 255 static HYCON_ATTR_U8(edge_offset, 0644, HY46XX_EDGE_OFFSET, 0, 5); 256 static HYCON_ATTR_U8(fw_version, 0444, HY46XX_FW_VERSION, 0, 255); 257 static HYCON_ATTR_U8(lib_version, 0444, HY46XX_LIB_VERSION, 0, 255); 258 static HYCON_ATTR_U8(tp_information, 0444, HY46XX_TP_INFO, 0, 255); 259 static HYCON_ATTR_U8(tp_chip_id, 0444, HY46XX_TP_CHIP_ID, 0, 255); [all …]
|