Home
last modified time | relevance | path

Searched refs:history (Results 1 – 55 of 55) sorted by relevance

/linux-4.1.27/drivers/misc/echo/
Dfir.h65 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 …]
Decho.c138 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()
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics37 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 …]
D2.Process15 release history looks like this:
106 for example, the 2.6.36 kernel's history looked like:
364 system. It does not track history over time; it is, instead, oriented
/linux-4.1.27/Documentation/hwmon/
Dltc294554 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
Dadm127558 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.
Dmax868854 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.
Dltc297877 in1_reset_history Reset input voltage history.
96 in[N]_reset_history Reset output voltage history.
121 temp[N]_reset_history Reset temperature history. Not supported for chip
140 curr1_reset_history Reset input current history. LTC3883 only.
157 curr[N]_reset_history Reset output current history.
Dina20938 in0_reset_history reset shunt voltage history
51 in1_reset_history reset bus voltage history
63 power1_reset_history reset power history
Dmax1606454 in[1-4]_reset_history Write any value to reset history.
66 temp1_reset_history Write any value to reset history.
Dmax3444086 in[1-6]_reset_history Write any value to reset history.
98 curr[1-6]_reset_history Write any value to reset history.
121 temp[1-8]_reset_history Write any value to reset history.
Dlm25066109 power1_reset_history Write any value to reset maximum power history.
Dds162171 status of Tout. They will only tell you about its history, whether or not
Dpmbus-core93 (used for detection), writing any value causes the associated history to be
/linux-4.1.27/drivers/s390/net/
Dfsm.c97 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()
Dfsm.h73 fsm_history history[FSM_HISTORY_SIZE]; member
/linux-4.1.27/Documentation/devicetree/
D00-INDEX10 - Booting Linux without Open Firmware, describes history and format of device trees.
/linux-4.1.27/tools/perf/
DCREDITS30 The full history of the files can be found in the upstream Git commits.
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c792 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect()
1085 set_bit(ACT_ESTAB, &ep->com.history); in act_establish()
1111 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall()
1119 set_bit(ABORT_CONN, &ep->com.history); in abort_connection()
1134 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall()
1152 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall()
1187 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall()
1229 set_bit(CONNREQ_UPCALL, &ep->com.history); in connect_request_upcall()
1246 set_bit(ESTAB_UPCALL, &ep->com.history); in established_upcall()
1827 set_bit(ACT_OFLD_CONN, &ep->com.history); in send_fw_act_open_req()
[all …]
Diw_cxgb4.h809 unsigned long history; member
Ddevice.c569 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
593 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
/linux-4.1.27/Documentation/networking/
Dnetif-msg.txt11 to understand the history and evolution in order to understand current
D3c509.txt210 (5) Revision history (this file)
Dscaling.txt220 the flow limit threshold (50%) + the flow history length (256).
Dfilter.txt375 file "~/.bpf_dbg_init" and the command history is stored in the file
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt29 history of the driver as we push for upstream acceptance.
Dtmscsim.txt4 1. Purpose and history
15 1. Purpose and history
43 For a more detailed description of the driver's history, see the first lines
Dsym53c8xx_2.txt70 The history of this driver can be summarized as follows:
/linux-4.1.27/arch/blackfin/
DKconfig.debug107 All Blackfins include a Trace Unit which stores a history of the last
108 16 changes in program flow taken by the program sequencer. The history
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-system-cpu2 Date: pre-git history
130 Date: pre-git history
/linux-4.1.27/tools/perf/Documentation/
Dperf-report.txt187 when available. Usually more convenient to use --branch-history
279 --branch-history::
Dperf-top.txt114 Zero history across display updates.
/linux-4.1.27/Documentation/gpio/
Dgpio.txt8 Due to the history of GPIO interfaces in the kernel, there are two different
/linux-4.1.27/Documentation/locking/
Dlglock.txt148 Note on brlock history:
Dlockdep-design.txt30 The validator tracks lock-class usage history into 4n + 1 separate state bits:
/linux-4.1.27/Documentation/usb/
DCREDITS91 Human Interface Devices, having a long history and
/linux-4.1.27/Documentation/input/
Dxpad.txt4 controllers. It has a long history and has enjoyed considerable usage
/linux-4.1.27/Documentation/video4linux/
DREADME.pvrusb211 Its history started with the reverse-engineering effort by Björn
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt21 history of being exposed to userland and a straightforward data set.
/linux-4.1.27/Documentation/s390/
D3270.txt250 editing, ESC-k and ESC-j retrieve backward and forward history.
DDebugging390.txt815 /* this gives me command history on issuing f12 */
930 This retrieves command history on pressing F12.
1811 Note: Remember gdb has history just like bash you don't need to retype the
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt699 9=set history parameters of the video input module
/linux-4.1.27/Documentation/
Dkernel-docs.txt241 Keywords: ext2, linux fs history, inode, directory, link, devices,
245 Covers Linux filesystems history, ext2 motivation, ext2 features,
DSubmittingPatches246 actual differences and allows tools to better track the history of
268 source code revision history to see who those maintainers are. The
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt135 motivation and history
/linux-4.1.27/Documentation/filesystems/
Dpath-lookup.txt15 Path walking synchronisation history:
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt447 short history is already fraught with severely mis-designed
Dmemory.txt93 The memory controller has a long history. A request for comments for the memory
/linux-4.1.27/Documentation/RCU/
DRTFP.txt171 a history of how Linux changed RCU more than RCU changed Linux
254 of nodes in the tree, but lacks the summary-of-execution-history
287 of nodes in the tree, but lacks the summary-of-execution-history
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt744 mpi_history.txt Parts list history
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt776 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.
/linux-4.1.27/include/linux/
Dnetdevice.h2432 u16 history[FLOW_LIMIT_HISTORY]; member
/linux-4.1.27/net/core/
Ddev.c3309 old_flow = fl->history[fl->history_head]; in skb_flow_limit()
3310 fl->history[fl->history_head] = new_flow; in skb_flow_limit()
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex903 The history of development of the CD's use as a carrier medium for
/linux-4.1.27/
DMAINTAINERS101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used