Searched refs:linear (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A DMakefile9 io.o copy.o linear.o mulaw.o route.o rate.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dinit.c25 * The kernel is already mapped with linear mapping at kseg_c so there's no
63 REG_STATE(mmu, rw_mm_cfg, seg_f, linear) |
64 REG_STATE(mmu, rw_mm_cfg, seg_e, linear) |
66 REG_STATE(mmu, rw_mm_cfg, seg_c, linear) |
67 REG_STATE(mmu, rw_mm_cfg, seg_b, linear) |
71 REG_STATE(mmu, rw_mm_cfg, seg_a, linear) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample2.c70 int linear; member in struct:AVResampleContext
178 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ argument
185 c->linear= linear;
243 }else if(c->linear){
H A Dresample.c150 int linear, double cutoff)
214 filter_length, log2_phase_count, linear, cutoff);
145 av_audio_resample_init(int output_channels, int input_channels, int output_rate, int input_rate, enum SampleFormat sample_fmt_out, enum SampleFormat sample_fmt_in, int filter_length, int log2_phase_count, int linear, double cutoff) argument
H A Davcodec.h2580 * @param linear If 1 then the used FIR filter will be linearly interpolated
2590 int linear, double cutoff);
2601 * @param linear If 1 then the used FIR filter will be linearly interpolated
2605 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dhead.S105 ;; Enable certain page protections and setup linear mapping
112 | REG_STATE(mmu, rw_mm_cfg, seg_f, linear) \
113 | REG_STATE(mmu, rw_mm_cfg, seg_e, linear) \
115 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \
116 | REG_STATE(mmu, rw_mm_cfg, seg_b, linear) \
123 | REG_STATE(mmu, rw_mm_cfg, seg_4, linear) \
127 | REG_STATE(mmu, rw_mm_cfg, seg_0, linear), $r2
133 | REG_STATE(mmu, rw_mm_cfg, seg_f, linear) \
134 | REG_STATE(mmu, rw_mm_cfg, seg_e, linear) \
136 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dpageattr.c123 pte_t *linear; local
129 linear = (pte_t *)
131 set_pmd_pte(linear, address,
196 * Change the page attributes of an page in the linear mapping.
201 * in kernel linear mapping too.
204 * This function only deals with the kernel linear map.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dirq.c432 /* Allocate structure and revmap table if using linear mapping */
499 host->revmap_data.linear.size = revmap_arg;
501 host->revmap_data.linear.revmap = rmap;
749 if (hwirq < host->revmap_data.linear.size)
750 host->revmap_data.linear.revmap[hwirq] = NO_IRQ;
790 /* Slow path does a linear search of the map */
854 if (unlikely(hwirq >= host->revmap_data.linear.size))
858 revmap = host->revmap_data.linear.revmap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dnand_init.S19 ## linear with only one read command but the flash will actually
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A DMakefile5 dm-mod-objs := dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
24 obj-$(CONFIG_MD_LINEAR) += linear.o
H A Dlinear.c2 linear.c : Multiple Devices driver for Linux
23 #include <linux/raid/linear.h>
150 printk("linear: disk numbering problem. Aborting!\n");
172 printk("linear: not enough drives present. Aborting!\n");
225 * Here we generate the linear hash table
286 /* Adding a drive to a linear array allows the array to grow.
414 .name = "linear",
439 MODULE_ALIAS("md-linear");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex12 infinite impulse response filter as would be used in linear predictive
146 axis, then map the result to a linear-scale frequency axis.
148 (dB) amplitude scale, mapping it to linear amplitude in the last step:
H A D01-introduction.tex210 Floor 1 represents the curve as a piecewise linear interpolated
211 representation on a dB amplitude scale and linear frequency scale.
441 Both floor 0 and floor 1 generate a linear-range, linear-domain output
442 vector to be multiplied (dot product) by the linear-range,
443 linear-domain spectral residue.
H A D07-floor1.tex10 mechanically on a linear frequency axis and a logarithmic (dB)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S778 movw %ds, %ax # (Convert %ds:gdt to a linear ptr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S143 orw $0x4000, %bx # Use linear frame buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2580 * @param linear If 1 then the used FIR filter will be linearly interpolated
2590 int linear, double cutoff);
2601 * @param linear If 1 then the used FIR filter will be linearly interpolated
2605 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S177 * because in 32bit we couldn't load a 64bit linear address.
287 orw $0x4000, %bx # Use linear frame buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dirq.h115 #define IRQ_HOST_MAP_LINEAR 2 /* linear map of interrupts */
121 } linear; member in union:irq_host::__anon9281
147 * @revmap_arg: for IRQ_HOST_MAP_LINEAR linear only: size of the map
243 * This is a fast path, for use by irq controller code that uses linear
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S564 movw %ds, %ax # (Convert %ds:gdt to a linear ptr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex462 format will {\em always\/} be of the type $CDROM_LBA$ (linear block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1915 by the administrator. Linux-2.2 RPDB is a linear list of rules

Completed in 433 milliseconds