/linux-4.1.27/sound/soc/au1x/ |
D | dma.c | 35 unsigned int periods; member 48 stream->periods = 0; in au1000_release_dma_link() 62 unsigned int periods) in au1000_setup_dma_link() argument 73 stream->periods == periods) in au1000_setup_dma_link() 79 stream->periods = periods; in au1000_setup_dma_link() 85 for (i = 0; i < periods; i++) { in au1000_setup_dma_link() 88 if (i < periods - 1) { in au1000_setup_dma_link()
|
D | dbdma2.c | 54 unsigned long periods; /* number of SG segments in total */ member 88 if (cd->q_period >= cd->periods) { in au1x_pcm_queue_tx() 102 if (cd->q_period >= cd->periods) { in au1x_pcm_queue_rx() 113 if (++cd->curr_period >= cd->periods) { in au1x_pcm_dmatx_cb() 126 if (++cd->curr_period >= cd->periods) { in au1x_pcm_dmarx_cb() 226 pcd->periods = params_periods(params); in au1xpsc_pcm_hw_params()
|
/linux-4.1.27/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 121 unsigned int periods, in cs5535audio_build_dma_packets() argument 128 if (periods > CS5535AUDIO_MAX_DESCRIPTORS) in cs5535audio_build_dma_packets() 137 dma->period_bytes = dma->periods = 0; in cs5535audio_build_dma_packets() 140 if (dma->periods == periods && dma->period_bytes == period_bytes) in cs5535audio_build_dma_packets() 147 for (i = 0; i < periods; i++) { in cs5535audio_build_dma_packets() 157 lastdesc = &((struct cs5535audio_dma_desc *) dma->desc_buf.area)[periods]; in cs5535audio_build_dma_packets() 162 (sizeof(struct cs5535audio_dma_desc)*periods)); in cs5535audio_build_dma_packets() 166 dma->periods = periods; in cs5535audio_build_dma_packets()
|
D | cs5535audio.h | 79 unsigned int period_bytes, periods; member
|
/linux-4.1.27/lib/ |
D | flex_proportions.c | 63 bool fprop_new_period(struct fprop_global *p, int periods) in fprop_new_period() argument 78 if (periods < 64) in fprop_new_period() 79 events -= events >> periods; in fprop_new_period() 82 p->period += periods; in fprop_new_period()
|
/linux-4.1.27/include/sound/ |
D | pcm_oss.h | 34 unsigned int periods; member 53 unsigned int periods; member
|
D | pcm.h | 362 unsigned int periods; /* periods */ member
|
/linux-4.1.27/sound/mips/ |
D | au1x00.c | 89 unsigned int periods; member 140 stream->periods = 0; in au1000_release_dma_link() 154 unsigned int periods) in au1000_setup_dma_link() argument 165 stream->periods == periods) in au1000_setup_dma_link() 171 stream->periods = periods; in au1000_setup_dma_link() 177 for (i = 0; i < periods; i++) { in au1000_setup_dma_link() 180 if (i < periods - 1) { in au1000_setup_dma_link()
|
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/ |
D | arm_big_little_dt.txt | 38 clock-latency = <61036>; /* two CLK32 periods */ 57 clock-latency = <61036>; /* two CLK32 periods */
|
D | cpufreq-dt.txt | 41 clock-latency = <61036>; /* two CLK32 periods */
|
/linux-4.1.27/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 40 int periods; member 83 iprtd->periods = params_periods(params); in snd_imx_pcm_hw_params() 101 regs.ARM_r8 = (iprtd->period * iprtd->periods - 1) << 16; in snd_imx_pcm_prepare() 103 regs.ARM_r9 = (iprtd->period * iprtd->periods - 1) << 16; in snd_imx_pcm_prepare()
|
D | mpc5200_dma.c | 70 s->period_next = (s->period_next + 1) % s->runtime->periods; in psc_dma_bcom_enqueue_next_buffer() 84 s->period_current = (s->period_current+1) % s->runtime->periods; in psc_dma_bcom_irq() 126 (int)runtime->period_size, runtime->periods); in psc_dma_trigger() 145 for (i = 0; i < runtime->periods; i++) in psc_dma_trigger()
|
/linux-4.1.27/sound/pci/ |
D | atiixp_modem.c | 225 unsigned int period_bytes, periods; member 327 unsigned int periods, in atiixp_build_dma_packets() argument 334 if (periods > ATI_MAX_DESCRIPTORS) in atiixp_build_dma_packets() 341 dma->period_bytes = dma->periods = 0; /* clear */ in atiixp_build_dma_packets() 344 if (dma->periods == periods && dma->period_bytes == period_bytes) in atiixp_build_dma_packets() 357 for (i = 0; i < periods; i++) { in atiixp_build_dma_packets() 364 if (i == periods - 1) in atiixp_build_dma_packets() 375 dma->periods = periods; in atiixp_build_dma_packets()
|
D | atiixp.c | 249 unsigned int period_bytes, periods; member 358 unsigned int periods, in atiixp_build_dma_packets() argument 365 if (periods > ATI_MAX_DESCRIPTORS) in atiixp_build_dma_packets() 374 dma->period_bytes = dma->periods = 0; /* clear */ in atiixp_build_dma_packets() 377 if (dma->periods == periods && dma->period_bytes == period_bytes) in atiixp_build_dma_packets() 390 for (i = 0; i < periods; i++) { in atiixp_build_dma_packets() 397 if (i == periods - 1) in atiixp_build_dma_packets() 408 dma->periods = periods; in atiixp_build_dma_packets()
|
D | bt87x.c | 228 unsigned int periods, unsigned int period_bytes) in snd_bt87x_create_risc() argument 242 for (i = 0; i < periods; ++i) { in snd_bt87x_create_risc() 255 u32 block = i * 16 / periods; in snd_bt87x_create_risc() 274 chip->lines = periods; in snd_bt87x_create_risc()
|
D | via82xx_modem.c | 280 unsigned int periods, unsigned int fragsize) in build_via_table() argument 303 for (i = 0; i < periods; i++) { in build_via_table() 325 if (i == periods - 1) in build_via_table() 344 dev->bufsize = periods * fragsize; in build_via_table()
|
D | via82xx.c | 427 unsigned int periods, unsigned int fragsize) in build_via_table() argument 450 for (i = 0; i < periods; i++) { in build_via_table() 470 if (i == periods - 1) in build_via_table() 489 dev->bufsize = periods * fragsize; in build_via_table()
|
/linux-4.1.27/drivers/media/rc/ |
D | iguanair.c | 354 unsigned i, size, periods, bytes; in iguanair_tx() local 361 periods = DIV_ROUND_CLOSEST(txbuf[i] * ir->carrier, 1000000); in iguanair_tx() 362 bytes = DIV_ROUND_UP(periods, 127); in iguanair_tx() 367 while (periods) { in iguanair_tx() 368 unsigned p = min(periods, 127u); in iguanair_tx() 370 periods -= p; in iguanair_tx()
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-main.c | 471 unsigned int periods; in octeon_wdt_calc_parameters() local 483 periods = t / timeout_sec; in octeon_wdt_calc_parameters() 490 countdown_reset = periods > 2 ? periods - 2 : 0; in octeon_wdt_calc_parameters()
|
D | Kconfig | 850 during inactivity periods (includes interrupt activity monitoring).
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/ |
D | gpio.c | 842 struct io_pwm_set_period periods; in gpio_pwm_set_period() local 845 if (copy_from_user(&periods, (void __user *)arg, sizeof(periods))) in gpio_pwm_set_period() 847 if (periods.lo > 8191 || periods.hi > 8191) in gpio_pwm_set_period() 849 rw_pwm_widths.lo = periods.lo; in gpio_pwm_set_period() 850 rw_pwm_widths.hi = periods.hi; in gpio_pwm_set_period()
|
/linux-4.1.27/sound/soc/blackfin/ |
D | bf5xx-ac97-pcm.c | 160 sport_config_tx_dma(sport, sport->tx_dma_buf, runtime->periods, in bf5xx_pcm_prepare() 164 sport_config_rx_dma(sport, sport->rx_dma_buf, runtime->periods, in bf5xx_pcm_prepare() 170 sport_config_tx_dma(sport, runtime->dma_area, runtime->periods, in bf5xx_pcm_prepare() 174 sport_config_rx_dma(sport, runtime->dma_area, runtime->periods, in bf5xx_pcm_prepare()
|
D | bf5xx-i2s-pcm.c | 102 runtime->periods, period_bytes); in bf5xx_pcm_prepare() 106 runtime->periods, period_bytes); in bf5xx_pcm_prepare()
|
/linux-4.1.27/include/linux/dma/ |
D | dw.h | 48 unsigned long periods; member
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 687 unsigned int period_size, periods; in snd_card_saa7134_hw_params() local 691 periods = params_periods(hw_params); in snd_card_saa7134_hw_params() 695 if (periods < 4) in snd_card_saa7134_hw_params() 697 if (period_size * periods > 1024 * 1024) in snd_card_saa7134_hw_params() 702 if (dev->dmasound.blocks == periods && in snd_card_saa7134_hw_params() 713 dev->dmasound.blocks = periods; in snd_card_saa7134_hw_params() 715 dev->dmasound.bufsize = period_size * periods; in snd_card_saa7134_hw_params()
|
/linux-4.1.27/drivers/dma/ |
D | imx-dma.c | 868 unsigned int periods = buf_len / period_len; in imxdma_prep_dma_cyclic() local 881 imxdmac->sg_list = kcalloc(periods + 1, in imxdma_prep_dma_cyclic() 886 sg_init_table(imxdmac->sg_list, periods); in imxdma_prep_dma_cyclic() 888 for (i = 0; i < periods; i++) { in imxdma_prep_dma_cyclic() 897 imxdmac->sg_list[periods].offset = 0; in imxdma_prep_dma_cyclic() 898 sg_dma_len(&imxdmac->sg_list[periods]) = 0; in imxdma_prep_dma_cyclic() 899 imxdmac->sg_list[periods].page_link = in imxdma_prep_dma_cyclic() 904 desc->sgcount = periods; in imxdma_prep_dma_cyclic()
|
D | dma-jz4780.c | 343 unsigned int periods, i; in jz4780_dma_prep_dma_cyclic() local 349 periods = buf_len / period_len; in jz4780_dma_prep_dma_cyclic() 351 desc = jz4780_dma_desc_alloc(jzchan, periods, DMA_CYCLIC); in jz4780_dma_prep_dma_cyclic() 355 for (i = 0; i < periods; i++) { in jz4780_dma_prep_dma_cyclic() 377 if (i != (periods - 1)) { in jz4780_dma_prep_dma_cyclic()
|
D | ste_dma40.c | 2550 unsigned int periods = buf_len / period_len; in dma40_prep_dma_cyclic() local 2555 sg = kcalloc(periods + 1, sizeof(struct scatterlist), GFP_NOWAIT); in dma40_prep_dma_cyclic() 2559 for (i = 0; i < periods; i++) { in dma40_prep_dma_cyclic() 2565 sg[periods].offset = 0; in dma40_prep_dma_cyclic() 2566 sg_dma_len(&sg[periods]) = 0; in dma40_prep_dma_cyclic() 2567 sg[periods].page_link = in dma40_prep_dma_cyclic() 2570 txd = d40_prep_sg(chan, sg, sg, periods, direction, in dma40_prep_dma_cyclic()
|
D | at_hdmac.c | 1105 unsigned int periods = buf_len / period_len; in atc_prep_dma_cyclic() local 1111 periods, buf_len, period_len); in atc_prep_dma_cyclic() 1137 for (i = 0; i < periods; i++) { in atc_prep_dma_cyclic()
|
D | at_xdmac.c | 704 unsigned int periods = buf_len / period_len; in at_xdmac_prep_dma_cyclic() local 725 for (i = 0; i < periods; i++) { in at_xdmac_prep_dma_cyclic()
|
/linux-4.1.27/include/linux/ |
D | flex_proportions.h | 38 bool fprop_new_period(struct fprop_global *p, int periods);
|
/linux-4.1.27/drivers/dma/dw/ |
D | core.c | 573 for (i = 0; i < dwc->cdesc->periods; i++) in dwc_handle_cyclic() 1326 unsigned int periods; in dw_dma_cyclic_prep() local 1365 periods = buf_len / period_len; in dw_dma_cyclic_prep() 1377 if (periods > NR_DESCS_PER_CHANNEL) in dw_dma_cyclic_prep() 1384 cdesc->desc = kzalloc(sizeof(struct dw_desc *) * periods, GFP_KERNEL); in dw_dma_cyclic_prep() 1388 for (i = 0; i < periods; i++) { in dw_dma_cyclic_prep() 1442 &buf_addr, buf_len, period_len, periods); in dw_dma_cyclic_prep() 1444 cdesc->periods = periods; in dw_dma_cyclic_prep() 1487 for (i = 0; i < cdesc->periods; i++) in dw_dma_cyclic_free()
|
/linux-4.1.27/fs/nilfs2/ |
D | Kconfig | 16 periods until they are changed back to checkpoints. Each
|
D | ioctl.c | 721 struct nilfs_period *periods = buf; in nilfs_ioctl_delete_checkpoints() local 726 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|
/linux-4.1.27/Documentation/usb/ |
D | ohci.txt | 25 transfers. Previously, using periods of one frame would risk data loss due
|
D | ehci.txt | 69 ones from another driver, and that interrupt transfers can use periods
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx6dl.dtsi | 41 clock-latency = <61036>; /* two CLK32 periods */
|
D | imx6q.dtsi | 45 clock-latency = <61036>; /* two CLK32 periods */
|
D | sun5i-a13.dtsi | 47 clock-latency = <244144>; /* 8 32k periods */
|
D | imx6sl.dtsi | 57 clock-latency = <61036>; /* two CLK32 periods */
|
D | sun4i-a10.dtsi | 75 clock-latency = <244144>; /* 8 32k periods */
|
D | sun7i-a20.dtsi | 105 clock-latency = <244144>; /* 8 32k periods */
|
D | imx6sx.dtsi | 72 clock-latency = <61036>; /* two CLK32 periods */
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 24 On startup, nfsd and lockd grace periods start.
|
/linux-4.1.27/sound/pci/lola/ |
D | lola_pcm.c | 359 int i, ofs, periods, period_bytes; in lola_setup_periods() local 362 periods = str->bufsize / period_bytes; in lola_setup_periods() 368 for (i = 0; i < periods; i++) { in lola_setup_periods()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | atmel,lcdc.txt | 57 - atmel,guard-time: lcd guard time (Delay in frame periods)
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 30 - touch_timeout: The continuous number of scan periods in which touch is
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-flakey.txt | 29 If no feature parameters are present, during the periods of
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 45 Displays statistics for expedited grace periods. 78 o "c" is the count of grace periods that this CPU believes have 81 which has been offline through 16 RCU grace periods. It is not 82 unusual to see offline CPUs lagging by thousands of grace periods. 87 o "g" is the count of grace periods that this CPU believes have 125 periods, and so there is likely to be an extended period of time 283 o "completed" is the number of grace periods that have completed. 288 o "gpnum" is the number of grace periods that have started. It is
|
D | stallwarn.txt | 4 detector, which detects conditions that unduly delay RCU grace periods. 122 indicates how many grace periods behind the CPU is. 217 RCU grace periods from ever completing. Either way, the
|
D | checklist.txt | 47 to prevent grace periods from ending prematurely, which 234 primitive is that it automatically self-limits: if grace periods 238 cases where grace periods are delayed, as failing to do so can 275 advantage of call_rcu_bh()'s faster grace periods. (This
|
D | rcu.txt | 44 critical sections. These variants of RCU detect grace periods
|
D | UP.txt | 86 infrastructure -must- respect grace periods, and -must- invoke callbacks
|
D | torture.txt | 284 after passing through (RCU_TORTURE_PIPE_LEN-2) grace periods. 292 than in terms of grace periods. The legal number of non-zero
|
D | whatisRCU.txt | 202 of automatically limiting update rate should grace periods 910 d. Do you need RCU grace periods to complete even in the face 1013 grace periods short if need be (for example, if running
|
D | rcubarrier.txt | 310 switching, again preventing grace periods from completing. This
|
D | RTFP.txt | 1264 is indefinite grace periods... But this is OK for experimentation 1618 SRCU's grace periods are too slow for Jens, even after a 2256 ,Title="[{PATCH} -tip 0/3] expedited 'big hammer' {RCU} grace periods"
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | p16v.c | 355 runtime->periods, frames_to_bytes(runtime, 1)); in snd_p16v_pcm_prepare_playback() 381 for(i = 0; i < runtime->periods; i++) { in snd_p16v_pcm_prepare_playback() 387 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_SIZE, channel, (runtime->periods - 1) << 19); in snd_p16v_pcm_prepare_playback()
|
D | emu10k1x.c | 463 for(i = 0; i < runtime->periods; i++) { in snd_emu10k1x_pcm_prepare() 469 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_SIZE, voice, (runtime->periods - 1) << 19); in snd_emu10k1x_pcm_prepare() 499 if(runtime->periods == 2) in snd_emu10k1x_pcm_trigger()
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_oss.c | 771 if (substream->oss.setup.periods > 1) in snd_pcm_oss_period_size() 772 oss_periods = substream->oss.setup.periods; in snd_pcm_oss_period_size() 793 runtime->oss.periods = oss_periods; in snd_pcm_oss_period_size() 984 runtime->oss.periods, NULL); in snd_pcm_oss_change_params() 1028 runtime->oss.periods = params_periods(sparams); in snd_pcm_oss_change_params() 1043 oss_buffer_size = oss_period_size * runtime->oss.periods; in snd_pcm_oss_change_params() 2174 info.fragstotal = runtime->periods; in snd_pcm_oss_get_space() 2177 info.bytes = runtime->oss.period_bytes * runtime->oss.periods; in snd_pcm_oss_get_space() 2178 info.fragments = runtime->oss.periods; in snd_pcm_oss_get_space() 2853 setup->periods, in snd_pcm_oss_proc_read() [all …]
|
/linux-4.1.27/sound/atmel/ |
D | ac97c.c | 676 if (chip->playback_period == runtime->periods) in atmel_ac97c_interrupt() 679 if (next_period == runtime->periods) in atmel_ac97c_interrupt() 698 if (chip->capture_period == runtime->periods) in atmel_ac97c_interrupt() 701 if (next_period == runtime->periods) in atmel_ac97c_interrupt()
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 39 clock periods.
|
/linux-4.1.27/sound/pci/lx6464es/ |
D | lx6464es.c | 434 const u32 periods = substream->runtime->periods; in lx_trigger_start() local 443 for (i = 0; i != periods; ++i) { in lx_trigger_start()
|
D | lx_core.c | 1048 const u32 next_pos = ((pos+1) == substream->runtime->periods) ? in lx_interrupt_request_new_buffer()
|
/linux-4.1.27/sound/pci/nm256/ |
D | nm256.c | 201 int periods; /* # of periods */ member 504 s->cur_period %= s->periods; in snd_nm256_pcm_mark() 647 s->periods = substream->runtime->periods; in snd_nm256_pcm_prepare()
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 782 runtime->period_size, runtime->periods, in snd_ca0106_pcm_prepare_playback() 840 for(i=0; i < runtime->periods; i++) { in snd_ca0106_pcm_prepare_playback() 846 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_SIZE, channel, (runtime->periods - 1) << 19); in snd_ca0106_pcm_prepare_playback() 889 runtime->period_size, runtime->periods, in snd_ca0106_pcm_prepare_capture()
|
/linux-4.1.27/sound/drivers/pcsp/ |
D | pcsp_lib.c | 251 substream->runtime->periods, in snd_pcsp_playback_prepare()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 338 int i, ofs, periods, period_bytes; in azx_setup_periods() local 346 periods = azx_dev->bufsize / period_bytes; in azx_setup_periods() 379 for (i = 0; i < periods; i++) { in azx_setup_periods() 380 if (i == periods - 1 && pos_adj) in azx_setup_periods()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | lmac.h | 459 __le16 periods; member
|
D | fwio.c | 624 psm->intervals[i].periods = cpu_to_le16(1); in p54_set_ps()
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 38 periods, but where these idle periods are also quite short (tens or 50 periods, failing to omit scheduling-clock interrupts will result in
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 374 nperiods = pi->substream->runtime->periods; in i2sbus_pcm_prepare() 661 if (++i >= runtime->periods) { in handle_interrupt()
|
/linux-4.1.27/sound/spi/ |
D | at73c213.c | 374 if (chip->period == runtime->periods) in snd_at73c213_interrupt() 377 if (next_period == runtime->periods) in snd_at73c213_interrupt()
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | core.c | 291 pos %= (runtime->periods * io->byte_per_period); in rsnd_dai_pointer_offset() 307 if (io->period_pos >= runtime->periods) { in rsnd_dai_pointer_update()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 136 Show a column with the sum of periods.
|
D | perf-report.txt | 261 --show-total-period:: Show a column with the sum of periods.
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 493 return runtime->period_size * (count & (runtime->periods-1)); in snd_cx23885_pointer()
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart_core.c | 499 if (stream->buf_periods >= runtime->periods) in snd_mixart_threaded_irq()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 108 update of periods (usually called from the interrupt
|
D | timestamping.txt | 101 running and not wrap-around during idle periods). If supported in
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 635 return runtime->period_size * (count & (runtime->periods - 1)); in snd_cx25821_pointer()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 77 lack an EDF scheduler to make non-uniform periods usable.
|
/linux-4.1.27/arch/mips/kvm/ |
D | emulate.c | 248 s64 now_ns, periods; in kvm_mips_ktime_to_count() local 256 periods = div64_s64(now_ns, vcpu->arch.count_period); in kvm_mips_ktime_to_count() 257 vcpu->arch.count_dyn_bias = -periods * vcpu->arch.count_period; in kvm_mips_ktime_to_count()
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 2526 u64 delta, periods; in __update_entity_runnable_avg() local 2572 periods = delta / 1024; in __update_entity_runnable_avg() 2576 periods + 1); in __update_entity_runnable_avg() 2578 periods + 1); in __update_entity_runnable_avg() 2580 periods + 1); in __update_entity_runnable_avg() 2583 runnable_contrib = __compute_runnable_contrib(periods); in __update_entity_runnable_avg()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 586 return runtime->period_size * (count & (runtime->periods-1)); in snd_cx88_pointer()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 134 (1) Threads may be completely occupied for very long periods of time by a
|
/linux-4.1.27/Documentation/ |
D | rtc.txt | 44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 983 if (substream->runtime->periods != CS46XX_FRAGS) in snd_cs46xx_playback_trigger() 987 if (substream->runtime->periods != CS46XX_FRAGS) in snd_cs46xx_playback_trigger() 1299 if (runtime->periods == CS46XX_FRAGS) { in snd_cs46xx_capture_hw_params()
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr_core.c | 1208 if (stream->timer_buf_periods >= runtime->periods) in pcxhr_update_timer_pos()
|
D | pcxhr.c | 922 subs->runtime->period_size, subs->runtime->periods, in pcxhr_prepare()
|
/linux-4.1.27/sound/core/ |
D | pcm.c | 411 snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods); in snd_pcm_substream_proc_hw_params_read()
|
D | pcm_native.c | 550 runtime->periods = params_periods(params); in snd_pcm_hw_params()
|
/linux-4.1.27/drivers/leds/ |
D | Kconfig | 65 hardware-accelerated blinking with maximum on and off periods of 9.8
|
/linux-4.1.27/sound/soc/sh/ |
D | fsi.c | 1047 if (io->period_pos >= runtime->periods) { in fsi_pointer_update()
|
/linux-4.1.27/init/ |
D | Kconfig | 639 bool "Accelerate last non-dyntick-idle CPU's grace periods" 648 hand, this option increases the duration of RCU grace periods, 800 This option enables expedited grace periods at boot time,
|
/linux-4.1.27/sound/sparc/ |
D | cs4231.c | 438 (*periods_sent) = ((*periods_sent) + 1) % runtime->periods; in snd_cs4231_advance_dma()
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 100 a cache miss. The disk can then be spun down in the periods of inactivity.
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 91 software and hardware are often used for long periods. ACPI allows the
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 399 mailbox. One must be able to ignore the stream for sustained periods of
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1712.c | 640 …snd_ice1712_ds_write(ice, chn, ICE1712_DSC_ADDR1, runtime->dma_addr + (runtime->periods > 1 ? peri… in snd_ice1712_playback_ds_prepare()
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 294 periods for autosuspend
|