Lines Matching refs:zip_dev
51 static struct zip_device *zip_dev[MAX_ZIP_DEVICES]; variable
83 if (!zip_dev[idx]) in zip_alloc_device()
94 zip_dev[idx] = zip; in zip_alloc_device()
108 return zip_dev[node]; in zip_get_device()
326 zip_dev[zip->index] = NULL; in zip_probe()
361 zip_dev[zip->index] = NULL; in zip_remove()
498 if (zip_dev[index]) { in zip_stats_show()
499 zip = zip_dev[index]; in zip_stats_show()
553 if (zip_dev[index]) { in zip_clear_show()
554 memset(&zip_dev[index]->stats, 0, in zip_clear_show()
589 if (zip_dev[index]) { in zip_regs_show()
598 val = zip_reg_read((zip_dev[index]->reg_base + in zip_regs_show()