Lines Matching defs:cyapa_dev_ops
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);
277 int (*state_parse)(struct cyapa *cyapa, u8 *reg_status, int len);
278 int (*operational_check)(struct cyapa *cyapa);
280 int (*irq_handler)(struct cyapa *);
281 bool (*irq_cmd_handler)(struct cyapa *);
282 int (*sort_empty_output_data)(struct cyapa *,
285 int (*set_power_mode)(struct cyapa *, u8, u16, enum cyapa_pm_stage);
287 int (*set_proximity)(struct cyapa *, bool);