Searched defs:cyapa_dev_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | cyapa.h | 262 struct cyapa_dev_ops { struct 263 int (*check_fw)(struct cyapa *, const struct firmware *); 264 int (*bl_enter)(struct cyapa *); 265 int (*bl_activate)(struct cyapa *); 266 int (*bl_initiate)(struct cyapa *, const struct firmware *); 267 int (*update_fw)(struct cyapa *, const struct firmware *); 268 int (*bl_deactivate)(struct cyapa *); 270 ssize_t (*show_baseline)(struct device *, 272 ssize_t (*calibrate_store)(struct device *, 275 int (*initialize)(struct cyapa *cyapa); [all …]
|
| /kernel/linux/linux-6.6/drivers/input/mouse/ |
| D | cyapa.h | 262 struct cyapa_dev_ops { struct 263 int (*check_fw)(struct cyapa *, const struct firmware *); 264 int (*bl_enter)(struct cyapa *); 265 int (*bl_activate)(struct cyapa *); 266 int (*bl_initiate)(struct cyapa *, const struct firmware *); 267 int (*update_fw)(struct cyapa *, const struct firmware *); 268 int (*bl_deactivate)(struct cyapa *); 270 ssize_t (*show_baseline)(struct device *, 272 ssize_t (*calibrate_store)(struct device *, 275 int (*initialize)(struct cyapa *cyapa); [all …]
|