Lines Matching refs:device_data
255 void cryp_wait_until_done(struct cryp_device_data *device_data);
259 int cryp_check(struct cryp_device_data *device_data);
261 void cryp_activity(struct cryp_device_data *device_data,
264 void cryp_flush_inoutfifo(struct cryp_device_data *device_data);
266 int cryp_set_configuration(struct cryp_device_data *device_data,
270 void cryp_configure_for_dma(struct cryp_device_data *device_data,
273 int cryp_configure_key_values(struct cryp_device_data *device_data,
277 int cryp_configure_init_vector(struct cryp_device_data *device_data,
283 int cryp_configure_protection(struct cryp_device_data *device_data,
287 void cryp_save_device_context(struct cryp_device_data *device_data,
291 void cryp_restore_device_context(struct cryp_device_data *device_data,
295 int cryp_is_logic_busy(struct cryp_device_data *device_data);
297 int cryp_get_status(struct cryp_device_data *device_data);
305 int cryp_write_indata(struct cryp_device_data *device_data, u32 write_data);
313 int cryp_read_outdata(struct cryp_device_data *device_data, u32 *read_data);