Lines Matching defs:cyapa_dev_ops
175 struct cyapa_dev_ops { struct
176 int (*check_fw)(struct cyapa *, const struct firmware *);
177 int (*bl_enter)(struct cyapa *);
178 int (*bl_activate)(struct cyapa *);
179 int (*bl_initiate)(struct cyapa *, const struct firmware *);
180 int (*update_fw)(struct cyapa *, const struct firmware *);
181 int (*bl_deactivate)(struct cyapa *);
183 ssize_t (*show_baseline)(struct device *,
185 ssize_t (*calibrate_store)(struct device *,
188 int (*initialize)(struct cyapa *cyapa);
190 int (*state_parse)(struct cyapa *cyapa, u8 *reg_status, int len);
191 int (*operational_check)(struct cyapa *cyapa);
193 int (*irq_handler)(struct cyapa *);
194 bool (*irq_cmd_handler)(struct cyapa *);
195 int (*sort_empty_output_data)(struct cyapa *,
198 int (*set_power_mode)(struct cyapa *, u8, u16);