Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 92 of 92) sorted by relevance

/linux-4.1.27/arch/arm/
DMakefile82 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
83 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
84 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
85 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
86 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
87 tune-$(CONFIG_CPU_ARM946E) =$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
88 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
89 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
90 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
91 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
[all …]
/linux-4.1.27/arch/x86/
DMakefile_32.cpu7 tune = $(call cc-option,-mtune=$(1),$(2))
9 tune = $(call cc-option,-mcpu=$(1),$(2))
18 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2)
19 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3)
20 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
21 cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
28 cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) $(align)-functions=0 $(align)-jumps…
34 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2)
46 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
DKconfig.debug143 This option allows the user to tune the amount of TLB entries the
/linux-4.1.27/drivers/media/tuners/
Dmt2266.c131 u32 tune; in mt2266_set_params() local
144 tune = 2 * freq * (8192/16) / (FREF/16); in mt2266_set_params()
147 tune *= 2; in mt2266_set_params()
209 b[1] = (tune >> 8) & 0x1F; in mt2266_set_params()
210 b[2] = tune & 0xFF; in mt2266_set_params()
211 b[3] = tune >> 13; in mt2266_set_params()
215 (int) tune, (int) lnaband, in mt2266_set_params()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddtt200u-fe.c95 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument
97 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings()
98 tune->step_size = 0; in dtt200u_fe_get_tune_settings()
99 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
Dvp7045-fe.c100 …c int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp7045_fe_get_tune_settings() argument
102 tune->min_delay_ms = 800; in vp7045_fe_get_tune_settings()
DcinergyT2-fe.c259 struct dvb_frontend_tune_settings *tune) in cinergyt2_fe_get_tune_settings() argument
261 tune->min_delay_ms = 800; in cinergyt2_fe_get_tune_settings()
Dgp8psk-fe.c110 …c int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in gp8psk_fe_get_tune_settings() argument
112 tune->min_delay_ms = 800; in gp8psk_fe_get_tune_settings()
Dvp702x-fe.c131 …c int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp702x_fe_get_tune_settings() argument
134 tune->min_delay_ms = 2000; in vp702x_fe_get_tune_settings()
/linux-4.1.27/drivers/media/dvb-frontends/
Ddib0090.c2046 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2062 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2064 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2066 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2067 tune++; in dib0090_update_tuning_table_7090()
2070 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2072 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2236 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune() local
2314 tune = dib0090_tuning_table; in dib0090_tune()
2316 tune = dib0090_p1g_tuning_table; in dib0090_tune()
[all …]
Ddib0070.c342 const struct dib0070_tuning *tune; in dib0070_tune_digital() local
365 tune = dib0070s_tuning_table; in dib0070_tune_digital()
369 tune = dib0070_tuning_table; in dib0070_tune_digital()
376 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
377 tune++; in dib0070_tune_digital()
381 state->current_tune_table_index = tune; in dib0070_tune_digital()
Dm88rs2000.c719 struct dvb_frontend_tune_settings *tune) in m88rs2000_get_tune_settings() argument
724 tune->min_delay_ms = 2000; in m88rs2000_get_tune_settings()
726 tune->min_delay_ms = 3000; in m88rs2000_get_tune_settings()
728 tune->step_size = c->symbol_rate / 16000; in m88rs2000_get_tune_settings()
729 tune->max_drift = c->symbol_rate / 2000; in m88rs2000_get_tune_settings()
Dau8522_dig.c831 struct dvb_frontend_tune_settings *tune) in au8522_get_tune_settings() argument
833 tune->min_delay_ms = 1000; in au8522_get_tune_settings()
Dnxt6000.c530 … int nxt6000_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in nxt6000_fe_get_tune_settings() argument
532 tune->min_delay_ms = 500; in nxt6000_fe_get_tune_settings()
Dcx22702.c577 struct dvb_frontend_tune_settings *tune) in cx22702_get_tune_settings() argument
579 tune->min_delay_ms = 1000; in cx22702_get_tune_settings()
Ds5h1411.c855 struct dvb_frontend_tune_settings *tune) in s5h1411_get_tune_settings() argument
857 tune->min_delay_ms = 1000; in s5h1411_get_tune_settings()
Ds5h1409.c940 struct dvb_frontend_tune_settings *tune) in s5h1409_get_tune_settings() argument
942 tune->min_delay_ms = 1000; in s5h1409_get_tune_settings()
Ddib3000mb.c689 …nt dib3000mb_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dib3000mb_fe_get_tune_settings() argument
691 tune->min_delay_ms = 800; in dib3000mb_fe_get_tune_settings()
Ds921.c537 .tune = s921_tune,
Ds5h1432.c333 struct dvb_frontend_tune_settings *tune) in s5h1432_get_tune_settings() argument
Ddib3000mc.c784 …nt dib3000mc_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dib3000mc_fe_get_tune_settings() argument
786 tune->min_delay_ms = 1000; in dib3000mc_fe_get_tune_settings()
Dtda10048.c1045 struct dvb_frontend_tune_settings *tune) in tda10048_get_tune_settings() argument
1047 tune->min_delay_ms = 1000; in tda10048_get_tune_settings()
Ddib7000m.c1308 …int dib7000m_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dib7000m_fe_get_tune_settings() argument
1310 tune->min_delay_ms = 1000; in dib7000m_fe_get_tune_settings()
Dds3000.c1131 .tune = ds3000_tune,
Dcx24123.c1144 .tune = cx24123_tune,
Ddib8000.c4353 … int dib8000_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune) in dib8000_fe_get_tune_settings() argument
4355 tune->min_delay_ms = 1000; in dib8000_fe_get_tune_settings()
4356 tune->step_size = 0; in dib8000_fe_get_tune_settings()
4357 tune->max_drift = 0; in dib8000_fe_get_tune_settings()
Dcx24116.c1500 .tune = cx24116_tune,
Ddib7000p.c1982 …int dib7000p_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune) in dib7000p_fe_get_tune_settings() argument
1984 tune->min_delay_ms = 1000; in dib7000p_fe_get_tune_settings()
Ddib9000.c1886 … int dib9000_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune) in dib9000_fe_get_tune_settings() argument
1888 tune->min_delay_ms = 1000; in dib9000_fe_get_tune_settings()
Dlgdt3306a.c2126 .tune = lgdt3306a_tune,
Dcx24117.c1651 .tune = cx24117_tune,
Dmb86a20s.c2142 .tune = mb86a20s_tune,
/linux-4.1.27/include/uapi/sound/
Dsfnt_info.h129 short tune; /* pitch tuning (in cents) */ member
/linux-4.1.27/fs/sysfs/
DKconfig12 which driver each is bound to. sysfs can also be used to tune devices
/linux-4.1.27/drivers/staging/unisys/Documentation/
Dproc-entries.txt29 /proc/uislib/cycles_before_wait: This entry is used to tune
34 /proc/uislib/smart_wakeup: This entry is used to tune performance, by
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup_tx4938.c336 void __init tx4938_ata_init(unsigned int irq, unsigned int shift, int tune) in tx4938_ata_init() argument
354 .gbus_clock = tune ? txx9_gbus_clock : 0, in tx4938_ata_init()
/linux-4.1.27/tools/thermal/tmon/
DREADME21 TMON is conceived as a tool to help visualize, tune, and test the
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c538 struct dvb_frontend_tune_settings *tune) in mxl111sf_demod_get_tune_settings() argument
540 tune->min_delay_ms = 1000; in mxl111sf_demod_get_tune_settings()
/linux-4.1.27/Documentation/filesystems/
Dgfs2.txt43 tunegfs2 to manipulate, examine and tune a filesystem
Dproc.txt1395 The files in /proc/sys can be used to fine tune and monitor miscellaneous and
1464 be used to tune the badness score. Its acceptable values range from -16
1483 any given <pid>. Use it together with /proc/<pid>/oom_score_adj to tune which
Dext4.txt285 algorithm used is designed to automatically tune
Dxfs-delayed-logging-design.txt309 might need to tune the recovery transaction object hash size.
/linux-4.1.27/fs/jffs2/
DTODO9 - fine-tune the allocation / GC thresholds
/linux-4.1.27/drivers/media/common/siano/
Dsmsdvb-main.c846 struct dvb_frontend_tune_settings *tune) in smsdvb_get_tune_settings() argument
850 tune->min_delay_ms = 400; in smsdvb_get_tune_settings()
851 tune->step_size = 250000; in smsdvb_get_tune_settings()
852 tune->max_drift = 0; in smsdvb_get_tune_settings()
/linux-4.1.27/arch/mips/include/asm/txx9/
Dtx4938.h307 void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune);
/linux-4.1.27/Documentation/video4linux/
DREADME.ivtv153 Used to enable the radio tuner and tune to a frequency. You cannot
155 device to tune the radio, use /dev/video24 to read the raw pcm stream
/linux-4.1.27/Documentation/usb/
Diuu_phoenix.txt22 How to tune the reader speed ?
Dgadget_printer.txt71 should tune this for your product. You may also want to tune the
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb176 one instead. This usb2_lpm_besl attribute allows to tune the host selected besl
177 value in order to tune power saving and service latency.
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_frontend.h278 int (*tune)(struct dvb_frontend* fe, member
Ddvb_frontend.c774 if (fe->ops.tune) in dvb_frontend_thread()
775 fe->ops.tune(fe, re_tune, fepriv->tune_mode_flags, &fepriv->delay, &s); in dvb_frontend_thread()
/linux-4.1.27/Documentation/scsi/
Dqlogicfas.txt40 with SCSI, there are other settings which can tune the bus.
DChangeLog.ncr53c8xx196 - Allow to tune request_irq() flags from the boot command line using
326 - Add "setverbose" procfs driver command. It allows to tune
DBusLogic.txt45 tune driver performance and error recovery to their particular needs.
DChangeLog.sym53c8xx439 - Allow to tune request_irq() flags from the boot command line using
Dsym53c8xx_2.txt227 from the user setup tool. The Tekram Setup program allows to tune the
Dncr53c8xx.txt255 from the user setup tool. The Tekram Setup program allows to tune the
/linux-4.1.27/drivers/media/pci/bt8xx/
Ddst.c1781 .tune = dst_tune_frontend,
1806 .tune = dst_tune_frontend,
1839 .tune = dst_tune_frontend,
1862 .tune = dst_tune_frontend,
/linux-4.1.27/drivers/media/pci/pt1/
Dva1j5jf8007t.c445 .tune = va1j5jf8007t_tune,
Dva1j5jf8007s.c597 .tune = va1j5jf8007s_tune,
/linux-4.1.27/arch/powerpc/platforms/ps3/
DKconfig41 tune the pagetable size on their system. The value here is
/linux-4.1.27/drivers/media/pci/ttpci/
DKconfig150 required to have loaded firmware to tune properly.
/linux-4.1.27/Documentation/scheduler/
Dsched-domains.txt62 the specifics and what to tune.
Dsched-design-CFS.txt95 which can be used to tune the scheduler from "desktop" (i.e., low latencies) to
/linux-4.1.27/drivers/media/
DKconfig205 functionality for your device (it may not tune or may not have
/linux-4.1.27/fs/gfs2/
Dquota.c1452 struct gfs2_tune *tune = &sdp->sd_tune; in gfs2_quotad() local
1470 &tune->gt_statfs_quantum); in gfs2_quotad()
1474 &quotad_timeo, &tune->gt_quota_quantum); in gfs2_quotad()
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt12 The files in this directory can be used to tune and monitor
518 The only way to tune these values is to rebuild the kernel :-)
728 The file rtsig-max can be used to tune the maximum number
739 You can't tune it just yet, but you could change it on
Dfs.txt12 The files in this directory can be used to tune and monitor
Dvm.txt12 The files in this directory can be used to tune the operation
/linux-4.1.27/sound/synth/emux/
Dsoundfont.c1037 zone->v.tune = -(note % 100); in load_guspatch()
1046 zone->v.root, zone->v.tune, zone->v.low, zone->v.high); in load_guspatch()
Demux_synth.c837 offset += vp->reg.tune * 4096 / 1200; in calc_pitch()
/linux-4.1.27/drivers/usb/storage/
DKconfig181 to use tools to tune and monitor your drive (like hdparm or smartctl).
/linux-4.1.27/drivers/pcmcia/
DKconfig101 bool "Auto-tune EnE bridges for CB cards" if EXPERT
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-is-param.h908 struct is_tune_region tune; member
/linux-4.1.27/Documentation/m68k/
DREADME.buddha196 diskdrive would go crazy, that's why you shouldn't tune your
/linux-4.1.27/Documentation/blockdev/
Dfloppy.txt127 To tune the fifo threshold, switch on over/underrun messages
/linux-4.1.27/Documentation/dvb/
Davermedia.txt123 the frontend0 node is used to tune the frontend tuner module.
/linux-4.1.27/Documentation/fb/
Dframebuffer.txt151 To tune a video mode, you can use fbset or xvidtune. Note that xvidtune doesn't
/linux-4.1.27/drivers/atm/
DKconfig64 bool "Fine-tune burst settings"
/linux-4.1.27/arch/s390/
DKconfig286 Cause the compiler to tune (-mtune) the generated code for a machine.
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt787 mode, IDE driver will try to tune the transfer mode of the
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S1501 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
/linux-4.1.27/Documentation/
Dmd.txt111 format is to be used. The minor number might be used to tune handling
DHOWTO400 to tune that by adding fancy mail-headers, people will not like it.
DSubmittingPatches276 to tune it out. Look in the MAINTAINERS file for a subsystem-specific
Dkernel-parameters.txt905 This option allows to tune the number of preallocated
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt345 and tune network services to linger and kill such states
518 because of overload with legal connections, you should tune
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME342 information from the server. This option allows to tune the
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c12240 struct dvb_frontend_tune_settings *tune) in drx39xxj_get_tune_settings() argument
12242 tune->min_delay_ms = 1000; in drx39xxj_get_tune_settings()
/linux-4.1.27/Documentation/block/
Dbiodoc.txt91 processing with the ability to tune the logic to an appropriate extent
/linux-4.1.27/lib/
DKconfig.debug852 If you aren't debugging the scheduler or trying to tune a specific