Searched refs:need_restart (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_group.h33 * @need_restart: the group needs to be restarted due to a configuration change
51 bool need_restart; member in struct:rcar_du_group
H A Drcar_du_group.c276 rgrp->need_restart = false;
H A Drcar_du_plane.c587 rgrp->need_restart = true;
675 rplane->group->need_restart = true;
H A Drcar_du_crtc.c423 if (rcrtc->group->need_restart)
/linux-master/drivers/i2c/busses/
H A Di2c-hisi.c278 bool need_restart = false, last_msg; local
288 need_restart = true;
295 if (need_restart) {
297 need_restart = false;
H A Di2c-designware-master.c372 bool need_restart = false; local
403 need_restart = true;
432 if (need_restart) {
434 need_restart = false;
/linux-master/drivers/tty/
H A Dn_gsm.c2527 bool need_restart = false; local
2562 need_restart = true;
2564 need_restart = true;
2566 need_restart = true;
2569 need_restart = true;
2571 need_restart = true;
2573 if ((open && gsm->wait_config) || need_restart)
2576 need_restart = false;
2584 if (need_restart) {
3305 int need_restart local
3401 bool need_restart = false; local
[all...]
/linux-master/fs/nfsd/
H A Dnfs4callback.c1250 goto need_restart;
1256 goto need_restart;
1287 goto need_restart;
1311 goto need_restart;
1318 need_restart:
H A Dtrace.h1472 __field(bool, need_restart)
1479 __entry->need_restart = cb->cb_need_restart;
1485 __entry->cb, __entry->need_restart ?
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c1519 int need_restart = 0; local
1531 need_restart = 1;
1544 if (need_restart) {
1551 if (need_restart && (rc = ibmveth_open(adapter->netdev)))

Completed in 162 milliseconds