Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-hisi.c270 bool need_restart = false, last_msg; in hisi_i2c_xfer_msg() local
280 need_restart = true; in hisi_i2c_xfer_msg()
287 if (need_restart) { in hisi_i2c_xfer_msg()
289 need_restart = false; in hisi_i2c_xfer_msg()
H A Di2c-designware-master.c463 bool need_restart = false; in i2c_dw_xfer_msg() local
494 need_restart = true; in i2c_dw_xfer_msg()
523 if (need_restart) { in i2c_dw_xfer_msg()
525 need_restart = false; in i2c_dw_xfer_msg()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_group.h51 bool need_restart; member
H A Drcar_du_plane.c587 rgrp->need_restart = true; in __rcar_du_plane_setup()
675 rplane->group->need_restart = true; in rcar_du_plane_atomic_update()
H A Drcar_du_group.c276 rgrp->need_restart = false; in rcar_du_group_restart()
H A Drcar_du_crtc.c423 if (rcrtc->group->need_restart) in rcar_du_crtc_update_planes()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c2528 bool need_restart = false; in gsm_dlci_config() local
2563 need_restart = true; in gsm_dlci_config()
2565 need_restart = true; in gsm_dlci_config()
2567 need_restart = true; in gsm_dlci_config()
2570 need_restart = true; in gsm_dlci_config()
2572 need_restart = true; in gsm_dlci_config()
2574 if ((open && gsm->wait_config) || need_restart) in gsm_dlci_config()
2577 need_restart = false; in gsm_dlci_config()
2585 if (need_restart) { in gsm_dlci_config()
3360 int need_restart = 0; in gsm_config() local
[all …]
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c1177 goto need_restart; in nfsd4_cb_sequence_done()
1183 goto need_restart; in nfsd4_cb_sequence_done()
1230 goto need_restart; in nfsd4_cb_sequence_done()
1237 need_restart: in nfsd4_cb_sequence_done()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c1519 int need_restart = 0; in ibmveth_change_mtu() local
1531 need_restart = 1; in ibmveth_change_mtu()
1544 if (need_restart) { in ibmveth_change_mtu()
1551 if (need_restart && (rc = ibmveth_open(adapter->netdev))) in ibmveth_change_mtu()
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_main.c2242 bool need_restart = netif_running(ndev); in qlge_update_hw_vlan_features() local
2245 if (need_restart) { in qlge_update_hw_vlan_features()
2257 if (need_restart) { in qlge_update_hw_vlan_features()