/linux-4.4.14/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()
|
/linux-4.4.14/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: 364 system. It does not track history over time; it is, instead, oriented
|
/linux-4.4.14/Documentation/hwmon/ |
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 | 62 The following attributes are supported. Limits are read-write, history reset 74 inX_reset_history Write any value to reset history. 89 curr1_reset_history Write any value to reset history. 95 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 | 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 | 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 | 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 | 86 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.
|
D | lm25066 | 109 power1_reset_history Write any value to reset maximum power history.
|
D | ds1621 | 71 status of Tout. They will only tell you about its history, whether or not
|
D | pmbus-core | 93 (used for detection), writing any value causes the associated history to be
|
/linux-4.4.14/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-4.4.14/Documentation/devicetree/ |
D | 00-INDEX | 10 - Booting Linux without Open Firmware, describes history and format of device trees.
|
/linux-4.4.14/tools/perf/ |
D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
/linux-4.4.14/net/packet/ |
D | internal.h | 100 u32 history[ROLLOVER_HLEN] ____cacheline_aligned; member
|
D | af_packet.c | 1333 if (po->rollover->history[i] == rxhash) in fanout_flow_is_huge() 1336 po->rollover->history[prandom_u32() % ROLLOVER_HLEN] = rxhash; in fanout_flow_is_huge()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 840 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect() 1138 set_bit(ACT_ESTAB, &ep->com.history); in act_establish() 1164 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall() 1172 set_bit(ABORT_CONN, &ep->com.history); in abort_connection() 1187 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall() 1205 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall() 1244 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall() 1286 set_bit(CONNREQ_UPCALL, &ep->com.history); in connect_request_upcall() 1303 set_bit(ESTAB_UPCALL, &ep->com.history); in established_upcall() 1884 set_bit(ACT_OFLD_CONN, &ep->com.history); in send_fw_act_open_req() [all …]
|
D | iw_cxgb4.h | 797 unsigned long history; member
|
D | device.c | 569 ep->com.history, ep->hwtid, ep->atid, in dump_ep() 593 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
|
/linux-4.4.14/fs/ |
D | fs-writeback.c | 589 u16 history; in wbc_detach_inode() local 595 history = inode->i_wb_frn_history; in wbc_detach_inode() 639 history <<= slots; in wbc_detach_inode() 641 history |= (1U << slots) - 1; in wbc_detach_inode() 650 if (hweight32(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode() 660 inode->i_wb_frn_history = history; in wbc_detach_inode()
|
/linux-4.4.14/Documentation/networking/ |
D | netif-msg.txt | 11 to understand the history and evolution in order to understand current
|
D | 3c509.txt | 210 (5) Revision history (this file)
|
D | scaling.txt | 220 the flow limit threshold (50%) + the flow history length (256).
|
D | filter.txt | 375 file "~/.bpf_dbg_init" and the command history is stored in the file
|
/linux-4.4.14/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
|
D | sym53c8xx_2.txt | 70 The history of this driver can be summarized as follows:
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 107 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.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 2 Date: pre-git history 130 Date: pre-git history
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 11 iProc/Cygnus. Its history includes several similar (but not fully register
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 205 Usually more convenient to use --branch-history for this. 297 --branch-history::
|
D | perf-top.txt | 114 Zero history across display updates.
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio.txt | 8 Due to the history of GPIO interfaces in the kernel, there are two different
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 148 Note on brlock history:
|
D | lockdep-design.txt | 30 The validator tracks lock-class usage history into 4n + 1 separate state bits:
|
/linux-4.4.14/Documentation/usb/ |
D | CREDITS | 91 Human Interface Devices, having a long history and
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 4 controllers. It has a long history and has enjoyed considerable usage
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 21 history of being exposed to userland and a straightforward data set.
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.pvrusb2 | 11 Its history started with the reverse-engineering effort by Björn
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 250 editing, ESC-k and ESC-j retrieve backward and forward history.
|
D | Debugging390.txt | 815 /* 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.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 699 9=set history parameters of the video input module
|
/linux-4.4.14/Documentation/ |
D | kernel-docs.txt | 241 Keywords: ext2, linux fs history, inode, directory, link, devices, 245 Covers Linux filesystems history, ext2 motivation, ext2 features,
|
D | SubmittingPatches | 246 actual differences and allows tools to better track the history of 268 source code revision history to see who those maintainers are. The
|
D | adding-syscalls.txt | 59 learn from the history of the kernel and plan for extensions from the start.)
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 135 motivation and history
|
/linux-4.4.14/Documentation/filesystems/ |
D | path-lookup.txt | 15 Path walking synchronisation history:
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 171 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.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 744 mpi_history.txt Parts list history
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 633 short history is already fraught with severely mis-designed
|
D | memory.txt | 93 The memory controller has a long history. A request for comments for the memory
|
/linux-4.4.14/net/core/ |
D | dev.c | 3463 old_flow = fl->history[fl->history_head]; in skb_flow_limit() 3464 fl->history[fl->history_head] = new_flow; in skb_flow_limit()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 2527 u16 history[FLOW_LIMIT_HISTORY]; member
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 903 The history of development of the CD's use as a carrier medium for
|
/linux-4.4.14/ |
D | MAINTAINERS | 101 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
|