/Linux-v4.19/drivers/misc/echo/ |
D | fir.h | 57 int16_t *history; member 69 int16_t *history; member 80 float *history; member 89 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create() 90 return fir->history; in fir16_create() 95 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush() 100 kfree(fir->history); in fir16_free() 110 fir->history[fir->curr_pos] = sample; in fir16() 116 y += fir->coeffs[i] * fir->history[i - offset1]; in fir16() 118 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() [all …]
|
D | echo.c | 138 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg() 142 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg() 159 const int16_t *history; in oslec_create() local 179 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create() 180 if (!history) in oslec_create() 182 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); in oslec_create() 183 if (!history) in oslec_create() 346 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update() 347 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
|
/Linux-v4.19/Documentation/hwmon/ |
D | ltc3815 | 39 in1_reset_history Reset input voltage history. 45 in2_reset_history Reset output voltage history. 50 temp1_reset_history Reset temperature history. 55 curr1_reset_history Reset input current history. 61 curr2_reset_history Reset output current history.
|
D | ltc2945 | 54 in1_reset_history Write 1 to reset in1 history 63 in2_reset_history Write 1 to reset in2 history 72 curr1_reset_history Write 1 to reset curr1 history 82 power1_reset_history Write 1 to reset power1 history
|
D | adm1275 | 72 The following attributes are supported. Limits are read-write, history reset 84 inX_reset_history Write any value to reset history. 99 curr1_reset_history Write any value to reset history. 105 power1_reset_history Write any value to reset history. 116 temp1_reset_history Write any value to reset history.
|
D | max8688 | 54 in1_reset_history Write any value to reset history. 63 curr1_reset_history Write any value to reset history. 75 temp1_reset_history Write any value to reset history.
|
D | ltc2978 | 119 in1_reset_history Reset input voltage history. 140 in[N]_reset_history Reset output voltage history. 171 temp[N]_reset_history Reset temperature history. Not supported for chip 192 curr1_reset_history Reset input current history. LTC3883 and LTC3886 only. 211 curr[N]_reset_history Reset output current history.
|
D | ina209 | 38 in0_reset_history reset shunt voltage history 51 in1_reset_history reset bus voltage history 63 power1_reset_history reset power history
|
D | max16064 | 54 in[1-4]_reset_history Write any value to reset history. 66 temp1_reset_history Write any value to reset history.
|
D | max34440 | 92 in[1-6]_reset_history Write any value to reset history. 104 curr[1-6]_reset_history Write any value to reset history. 127 temp[1-8]_reset_history Write any value to reset history.
|
/Linux-v4.19/Documentation/process/ |
D | 7.AdvancedTopics.rst | 41 of the mainline repository, explore the revision history, commit changes to 43 rewriting of history (such as rebase) is also useful. Git comes with its 70 development history. An inconvenient patch (one which breaks bisection, 72 made to disappear from the history entirely. A patch series can be 76 ability to revise history can help in the creation of clean patch sets with 80 a simple obsession for the creation of the perfect project history. 81 Rewriting history will rewrite the changes contained in that history, 84 view of the project history; if you rewrite history which other developers 86 for those developers. So a simple rule of thumb applies here: history 93 (i.e. changes which do not share the same history). It is possible to [all …]
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/crypto/cavium/zip/ |
D | zip_device.h | 100 union zip_zptr_s *history; member
|
D | common.h | 126 u64 history; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | ocfs2-online-filecheck.txt | 51 inode, fixing inode and setting the size of result record history. 78 3. The record cache is used to store the history of check/fix results. It's 91 The inode and the result history will be maintained temporarily in a
|
/Linux-v4.19/Documentation/devicetree/ |
D | 00-INDEX | 10 - Booting Linux without Open Firmware, describes history and format of device trees.
|
/Linux-v4.19/tools/perf/ |
D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
/Linux-v4.19/security/apparmor/ |
D | match.c | 634 if (wb->history[pos] < state) in is_loop() 638 if (wb->history[pos] == state) { in is_loop() 678 wb->history[wb->pos] = state; in leftmatch_fb() 697 wb->history[wb->pos] = state; in leftmatch_fb()
|
/Linux-v4.19/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() 892 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect() 1204 set_bit(ACT_ESTAB, &ep->com.history); in act_establish() 1238 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall() 1253 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall() 1270 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall() 1310 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/ |
D | sensor-groups.txt | 17 operations like clearing the min/max history of all
|
/Linux-v4.19/net/packet/ |
D | internal.h | 102 u32 history[ROLLOVER_HLEN] ____cacheline_aligned; member
|
/Linux-v4.19/include/linux/ |
D | timekeeping.h | 247 struct system_time_snapshot *history,
|
/Linux-v4.19/security/apparmor/include/ |
D | match.h | 147 unsigned int history[WB_HISTORY_SIZE]; member
|
/Linux-v4.19/fs/ |
D | fs-writeback.c | 603 u16 history; in wbc_detach_inode() local 609 history = inode->i_wb_frn_history; in wbc_detach_inode() 653 history <<= slots; in wbc_detach_inode() 655 history |= (1U << slots) - 1; in wbc_detach_inode() 664 if (hweight32(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode() 674 inode->i_wb_frn_history = history; in wbc_detach_inode()
|