/drivers/misc/echo/ |
D | fir.h | 45 int16_t *history; member 57 int16_t *history; member 68 float *history; member 77 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 78 return fir->history; in fir16_create() 83 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush() 88 kfree(fir->history); in fir16_free() 98 fir->history[fir->curr_pos] = sample; in fir16() 104 y += fir->coeffs[i] * fir->history[i - offset1]; in fir16() 106 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() [all …]
|
D | echo.c | 126 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg() 130 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg() 147 const int16_t *history; in oslec_create() local 167 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create() 168 if (!history) in oslec_create() 170 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); in oslec_create() 171 if (!history) in oslec_create() 334 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update() 335 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
|
/drivers/s390/net/ |
D | fsm.c | 98 int e = fi->history[idx].event; in fsm_print_history() 99 int s = fi->history[idx++].state; in fsm_print_history() 115 fi->history[fi->history_index].state = state; in fsm_record_history() 116 fi->history[fi->history_index++].event = event; in fsm_record_history()
|
D | fsm.h | 74 fsm_history history[FSM_HISTORY_SIZE]; member
|
/drivers/gpu/drm/i915/gt/ |
D | selftest_timeline.c | 39 struct intel_timeline **history; member 52 tl = xchg(&state->history[idx], tl); in __mock_hwsp_record() 90 i915_prandom_shuffle(state->history, in __mock_hwsp_timeline() 91 sizeof(*state->history), in __mock_hwsp_timeline() 131 state.max = PAGE_SIZE / sizeof(*state.history); in mock_hwsp_freelist() 133 state.history = kcalloc(state.max, sizeof(*state.history), GFP_KERNEL); in mock_hwsp_freelist() 134 if (!state.history) { in mock_hwsp_freelist() 153 kfree(state.history); in mock_hwsp_freelist()
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 154 set_bit(CM_ID_DEREFED, &epc->history); in deref_cm_id() 159 set_bit(CM_ID_REFED, &epc->history); in ref_cm_id() 167 set_bit(QP_DEREFED, &ep->com.history); in deref_qp() 173 set_bit(QP_REFED, &ep->com.history); in ref_qp() 931 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect() 1246 set_bit(ACT_ESTAB, &ep->com.history); in act_establish() 1280 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall() 1295 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall() 1312 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall() 1352 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall() [all …]
|
D | restrack.c | 241 if (rdma_nl_put_driver_u64_hex(msg, "history", epcp->history)) in fill_res_ep_entry()
|
D | device.c | 581 ep->com.history, ep->hwtid, ep->atid, in dump_ep() 602 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
|
D | iw_cxgb4.h | 865 unsigned long history; member
|
/drivers/crypto/cavium/zip/ |
D | zip_device.h | 100 union zip_zptr_s *history; member
|
D | common.h | 126 u64 history; member
|
/drivers/video/console/ |
D | Kconfig | 55 Say Y here if the scrollback history should persist by default when 56 switching between consoles. Otherwise, the scrollback history will be
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 8 2. Cleanup commit history
|
/drivers/staging/speakup/ |
D | spkguide.txt | 776 explore your command history using the up and down arrow keys. If you 779 command history. You may not want to hear the prompt repeated 787 says "read window." Move through your history using your arrow keys.
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 744 mpi_history.txt Parts list history
|