Searched refs:write_pending (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | f_hid.c | 91 bool write_pending; member 446 hidg->write_pending = 0; in f_hidg_req_complete() 466 #define WRITE_COND (!hidg->write_pending) in f_hidg_write() 481 hidg->write_pending = 1; in f_hidg_write() 536 hidg->write_pending = 0; in f_hidg_write() 1013 if (!hidg->write_pending) { in hidg_disable() 1015 hidg->write_pending = 1; in hidg_disable() 1104 hidg->write_pending = 0; in hidg_set_alt() 1266 hidg->write_pending = 1; in hidg_bind()
|
| /linux/drivers/scsi/ |
| H A D | st.h | 187 unsigned char write_pending; member
|
| H A D | st.c | 690 if (STp->write_pending) in write_behind_check() 1815 DEB( STp->write_pending = 1; ) in st_write()
|
| /linux/drivers/target/tcm_remote/ |
| H A D | tcm_remote.c | 240 .write_pending = tcm_remote_dummy_cmd_fn,
|
| /linux/drivers/target/ |
| H A D | target_core_transport.c | 57 struct se_device *dev, int err, bool write_pending); 2513 int err, bool write_pending) in transport_handle_queue_full() argument 2524 cmd->t_state = (write_pending) ? TRANSPORT_COMPLETE_QF_WP : in transport_handle_queue_full() 2926 ret = cmd->se_tfo->write_pending(cmd); in transport_generic_new_cmd() 2956 ret = cmd->se_tfo->write_pending(cmd); in transport_write_pending_qf()
|
| H A D | target_core_xcopy.c | 454 .write_pending = xcopy_pt_write_pending,
|
| /linux/drivers/xen/ |
| H A D | xen-scsiback.c | 1832 .write_pending = scsiback_write_pending,
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 2952 .write_pending = vhost_scsi_write_pending,
|
| /linux/drivers/md/ |
| H A D | md.c | 4598 write_pending, active_idle, broken, bad_word}; enumerator 4628 st = write_pending; in array_state_show() 4664 case write_pending: /* cannot be set */ in array_state_store()
|