Searched refs:data_pending (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
H A Dtpm-dev.c28 atomic_t data_pending; member in struct:file_priv
49 atomic_set(&priv->data_pending, 0); timeout_work()
75 atomic_set(&priv->data_pending, 0); tpm_open()
95 ret_size = atomic_read(&priv->data_pending); tpm_read()
110 atomic_set(&priv->data_pending, 0); tpm_read()
126 if (atomic_read(&priv->data_pending) != 0) tpm_write()
148 atomic_set(&priv->data_pending, out_size); tpm_write()
167 atomic_set(&priv->data_pending, 0); tpm_release()
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_core.c678 dsp->data_pending = 0; dsp_function()
839 dsp->data_pending = 0; dsp_function()
866 dsp->data_pending = 0; dsp_function()
1013 if (dsp->hdlc && dsp->data_pending) dsp_send_bh()
1019 if (dsp->data_pending) { dsp_send_bh()
1038 dsp->data_pending = 1; dsp_send_bh()
1041 dsp->data_pending = 0; dsp_send_bh()
H A Ddsp.h188 int data_pending; /* currently an unconfirmed frame */ member in struct:dsp
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dmessage.c473 n = ncci_ptr->data_pending; api_put()
495 ncci_ptr->data_pending, n, ncci_ptr->data_ack_pending, l)); api_put()
926 while (ncci_ptr->data_pending != 0) cleanup_ncci_data()
933 (ncci_ptr->data_pending)--; cleanup_ncci_data()
937 ncci_ptr->data_pending = 0; cleanup_ncci_data()
3010 if (a->ncci[ncci].data_pending disconnect_b3_req()
3124 i = ncci_ptr->data_out + ncci_ptr->data_pending; data_b3_req()
3141 (ncci_ptr->data_pending)++; data_b3_req()
4780 dbug(1, dprintf("data_out=%d, data_pending=%d", ncci_ptr->data_out, ncci_ptr->data_pending)); data_rc()
4781 if (ncci_ptr->data_pending) data_rc()
4794 (ncci_ptr->data_pending)--; data_rc()
8825 if (ncci_ptr->data_pending) send_data()
13661 while (ncci_ptr->data_pending) adjust_b_process()
H A Ddivacapi.h340 byte data_pending; member in struct:_NCCI

Completed in 403 milliseconds