Searched defs:cyttsp5_core_nonhid_cmd (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_regs.h | 843 struct cyttsp5_core_nonhid_cmd { struct 844 int (*start_bl)(struct device *dev, int protect); 845 int (*suspend_scanning)(struct device *dev, int protect); 846 int (*resume_scanning)(struct device *dev, int protect); 847 int (*get_param)(struct device *dev, int protect, u8 param_id, 849 int (*set_param)(struct device *dev, int protect, u8 param_id, 851 int (*verify_config_block_crc)(struct device *dev, int protect, 854 int (*get_config_row_size)(struct device *dev, int protect, 856 int (*get_data_structure)(struct device *dev, int protect, 860 int (*run_selftest)(struct device *dev, int protect, u8 test_id, [all …]
|