Lines Matching defs:cyapa_dev_ops
253 struct cyapa_dev_ops { struct
254 int (*check_fw)(struct cyapa *, const struct firmware *);
255 int (*bl_enter)(struct cyapa *);
256 int (*bl_activate)(struct cyapa *);
257 int (*bl_initiate)(struct cyapa *, const struct firmware *);
258 int (*update_fw)(struct cyapa *, const struct firmware *);
259 int (*bl_deactivate)(struct cyapa *);
261 ssize_t (*show_baseline)(struct device *,
263 ssize_t (*calibrate_store)(struct device *,
266 int (*initialize)(struct cyapa *cyapa);
268 int (*state_parse)(struct cyapa *cyapa, u8 *reg_status, int len);
269 int (*operational_check)(struct cyapa *cyapa);
271 int (*irq_handler)(struct cyapa *);
272 bool (*irq_cmd_handler)(struct cyapa *);
273 int (*sort_empty_output_data)(struct cyapa *,
276 int (*set_power_mode)(struct cyapa *, u8, u16, bool);
278 int (*set_proximity)(struct cyapa *, bool);