Searched refs:history (Results 1 – 9 of 9) sorted by relevance
/drivers/misc/echo/ |
D | fir.h | 65 int16_t *history; member 77 int16_t *history; member 88 float *history; member 98 fir->history = kcalloc(2 * taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 100 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 102 return fir->history; in fir16_create() 108 memset(fir->history, 0, 2 * fir->taps * sizeof(int16_t)); in fir16_flush() 110 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush() 116 kfree(fir->history); in fir16_free() 150 fir->history[fir->curr_pos] = sample; in fir16() [all …]
|
D | echo.c | 138 phist = &ec->fir_state_bg.history[offset2]; in lms_adapt_bg() 210 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg() 214 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg() 232 const int16_t *history; in oslec_create() local 252 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create() 253 if (!history) in oslec_create() 255 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); in oslec_create() 256 if (!history) in oslec_create() 419 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update() 420 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
|
/drivers/s390/net/ |
D | fsm.c | 97 int e = fi->history[idx].event; in fsm_print_history() 98 int s = fi->history[idx++].state; in fsm_print_history() 114 fi->history[fi->history_index].state = state; in fsm_record_history() 115 fi->history[fi->history_index++].event = event; in fsm_record_history()
|
D | fsm.h | 73 fsm_history history[FSM_HISTORY_SIZE]; member
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 776 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect() 1069 set_bit(ACT_ESTAB, &ep->com.history); in act_establish() 1095 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall() 1103 set_bit(ABORT_CONN, &ep->com.history); in abort_connection() 1118 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall() 1136 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall() 1171 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall() 1213 set_bit(CONNREQ_UPCALL, &ep->com.history); in connect_request_upcall() 1230 set_bit(ESTAB_UPCALL, &ep->com.history); in established_upcall() 1810 set_bit(ACT_OFLD_CONN, &ep->com.history); in send_fw_act_open_req() [all …]
|
D | device.c | 566 ep->com.history, ep->hwtid, ep->atid, in dump_ep() 587 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
|
D | iw_cxgb4.h | 809 unsigned long history; member
|
/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
|