/linux-3.4.99/drivers/staging/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() 405 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update() 406 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
|
/linux-3.4.99/Documentation/hwmon/ |
D | ltc2978 | 53 in1_reset_history Reset history. Writing into this attribute will reset 54 history for all attributes. 68 in[2-9]_reset_history Reset history. Writing into this attribute will reset 69 history for all attributes. 87 temp[1-3]_reset_history Reset history. Writing into this attribute will reset 88 history for all attributes.
|
D | adm1275 | 58 The following attributes are supported. Limits are read-write, history reset 70 in1_reset_history Write any value to reset history. 85 curr1_reset_history Write any value to reset history. 89 power1_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 | 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 | 73 in[1-6]_reset_history Write any value to reset history. 85 curr[1-6]_reset_history Write any value to reset history. 108 temp[1-8]_reset_history Write any value to reset history.
|
D | lm25066 | 84 power1_reset_history Write any value to reset maximum power history.
|
D | ds1621 | 57 status of Tout. They will only tell you about its history, whether or not
|
/linux-3.4.99/Documentation/development-process/ |
D | 7.AdvancedTopics | 37 of the mainline repository, explore the revision history, commit changes to 39 rewriting of history (such as rebase) is also useful. Git comes with its 66 development history. An inconvenient patch (one which breaks bisection, 68 made to disappear from the history entirely. A patch series can be 72 ability to revise history can help in the creation of clean patch sets with 76 a simple obsession for the creation of the perfect project history. 77 Rewriting history will rewrite the changes contained in that history, 80 view of the project history; if you rewrite history which other developers 82 for those developers. So a simple rule of thumb applies here: history 89 (i.e. changes which do not share the same history). It is possible to [all …]
|
D | 2.Process | 15 release history looks like this: 106 for example, the 2.6.36 kernel's history looked like: 368 system. It does not track history over time; it is, instead, oriented
|
/linux-3.4.99/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
|
/linux-3.4.99/Documentation/devicetree/ |
D | 00-INDEX | 10 - Booting Linux without Open Firmware, describes history and format of device trees.
|
/linux-3.4.99/tools/perf/ |
D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
/linux-3.4.99/arch/h8300/ |
D | Kconfig.debug | 29 output history of systemcall
|
/linux-3.4.99/Documentation/networking/ |
D | netif-msg.txt | 11 to understand the history and evolution in order to understand current
|
D | 3c509.txt | 211 (5) Revision history (this file)
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 2 Date: pre-git history 169 Date: pre-git history
|
/linux-3.4.99/Documentation/scsi/ |
D | lpfc.txt | 29 history of the driver as we push for upstream acceptance.
|
D | tmscsim.txt | 4 1. Purpose and history 15 1. Purpose and history 43 For a more detailed description of the driver's history, see the first lines
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-top.txt | 111 Zero history across display updates.
|
/linux-3.4.99/arch/blackfin/ |
D | Kconfig.debug | 114 All Blackfins include a Trace Unit which stores a history of the last 115 16 changes in program flow taken by the program sequencer. The history
|
/linux-3.4.99/Documentation/usb/ |
D | CREDITS | 91 Human Interface Devices, having a long history and
|
/linux-3.4.99/Documentation/video4linux/ |
D | README.pvrusb2 | 11 Its history started with the reverse-engineering effort by Björn
|