Home
last modified time | relevance | path

Searched refs:old_model (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Draw3270.h62 int old_model, int old_cols, int old_rows);
H A Draw3270.c42 int old_model, old_rows, old_cols; member
540 rp->old_model, rp->old_rows, rp->old_cols); in raw3270_resize_work()
544 rp->old_model = rp->model; in raw3270_resize_work()
H A Dcon3270.c964 int old_model, int old_rows, int old_cols) in tty3270_resize() argument
975 if (old_model == new_model && in tty3270_resize()
/openbmc/linux/block/
H A Dblk-settings.c925 unsigned int old_model = q->limits.zoned; in disk_set_zoned() local
963 } else if (old_model != BLK_ZONED_NONE) { in disk_set_zoned()