Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-hisi.c278 bool need_restart = false, last_msg; in hisi_i2c_xfer_msg() local
288 need_restart = true; in hisi_i2c_xfer_msg()
295 if (need_restart) { in hisi_i2c_xfer_msg()
297 need_restart = false; in hisi_i2c_xfer_msg()
H A Di2c-designware-master.c436 bool need_restart = false; in i2c_dw_xfer_msg() local
468 need_restart = true; in i2c_dw_xfer_msg()
497 if (need_restart) { in i2c_dw_xfer_msg()
499 need_restart = false; in i2c_dw_xfer_msg()
/linux/drivers/tty/
H A Dn_gsm.c2534 bool need_restart = false; in gsm_dlci_config()
2569 need_restart = true; in gsm_dlci_config()
2571 need_restart = true; in gsm_dlci_config()
2573 need_restart = true; in gsm_dlci_config()
2576 need_restart = true; in gsm_dlci_config()
2578 need_restart = true; in gsm_dlci_config()
2580 if ((open && gsm->wait_config) || need_restart) in gsm_dlci_config()
2583 need_restart = false; in gsm_dlci_config()
2591 if (need_restart) { in gsm_dlci_config()
3366 int need_restart in gsm_config()
2529 bool need_restart = false; gsm_dlci_config() local
3361 int need_restart = 0; gsm_config() local
3457 bool need_restart = false; gsm_config_ext() local
[all...]
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_group.h51 bool need_restart; member
H A Drcar_du_group.c288 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()
/linux/fs/nfsd/
H A Dnfs4callback.c1348 goto need_restart; in nfsd4_cb_sequence_done()
1354 goto need_restart; in nfsd4_cb_sequence_done()
1385 goto need_restart; in nfsd4_cb_sequence_done()
1408 goto need_restart; in nfsd4_cb_sequence_done()
1415 need_restart: in nfsd4_cb_sequence_done()
/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c1497 int need_restart = 0; in ibmveth_change_mtu() local
1509 need_restart = 1; in ibmveth_change_mtu()
1522 if (need_restart) { in ibmveth_change_mtu()
1529 if (need_restart && (rc = ibmveth_open(adapter->netdev))) in ibmveth_change_mtu()