Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c2466 struct ia_css_shading_table *old_table; in atomisp_cp_lsc_table() local
2490 old_table = css_param->shading_table; in atomisp_cp_lsc_table()
2535 if (old_table && in atomisp_cp_lsc_table()
2536 old_table->sensor_width == shading_table->sensor_width && in atomisp_cp_lsc_table()
2537 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table()
2538 old_table->width == shading_table->width && in atomisp_cp_lsc_table()
2539 old_table->height == shading_table->height && in atomisp_cp_lsc_table()
2540 old_table->fraction_bits == shading_table->fraction_bits && in atomisp_cp_lsc_table()
2541 old_table->enable == shading_table->enable) { in atomisp_cp_lsc_table()
2545 if (memcmp(shading_table->data[i], old_table->data[i], in atomisp_cp_lsc_table()
[all …]
/drivers/scsi/
Dmyrb.c345 struct myrb_error_entry old_table[MYRB_MAX_CHANNELS * MYRB_MAX_TARGETS]; in myrb_get_errtable() local
347 memcpy(&old_table, cb->err_table, sizeof(old_table)); in myrb_get_errtable()
366 old = &old_table[err_table_offset]; in myrb_get_errtable()