Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/
DMakefile86 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
87 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
88 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
89 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
90 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
91 tune-$(CONFIG_CPU_ARM946E) =$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
92 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
93 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
94 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
95 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
[all …]
/linux-4.4.14/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.debug176 This option allows the user to tune the amount of TLB entries the
/linux-4.4.14/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.4.14/drivers/media/usb/dvb-usb/
Ddtt200u-fe.c96 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument
98 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings()
99 tune->step_size = 0; in dtt200u_fe_get_tune_settings()
100 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
Dvp7045-fe.c101 …c int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp7045_fe_get_tune_settings() argument
103 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.c111 …c int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in gp8psk_fe_get_tune_settings() argument
113 tune->min_delay_ms = 800; in gp8psk_fe_get_tune_settings()
Dvp702x-fe.c132 …c int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp702x_fe_get_tune_settings() argument
135 tune->min_delay_ms = 2000; in vp702x_fe_get_tune_settings()
/linux-4.4.14/drivers/media/dvb-frontends/
Ddib0090.c2044 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2060 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2062 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2064 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2065 tune++; in dib0090_update_tuning_table_7090()
2068 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2070 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2234 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune() local
2312 tune = dib0090_tuning_table; in dib0090_tune()
2314 tune = dib0090_p1g_tuning_table; in dib0090_tune()
[all …]
Ddib0070.c339 const struct dib0070_tuning *tune; in dib0070_tune_digital() local
362 tune = dib0070s_tuning_table; in dib0070_tune_digital()
366 tune = dib0070_tuning_table; in dib0070_tune_digital()
373 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
374 tune++; in dib0070_tune_digital()
378 state->current_tune_table_index = tune; in dib0070_tune_digital()
Dm88rs2000.c722 struct dvb_frontend_tune_settings *tune) in m88rs2000_get_tune_settings() argument
727 tune->min_delay_ms = 2000; in m88rs2000_get_tune_settings()
729 tune->min_delay_ms = 3000; in m88rs2000_get_tune_settings()
731 tune->step_size = c->symbol_rate / 16000; in m88rs2000_get_tune_settings()
732 tune->max_drift = c->symbol_rate / 2000; in m88rs2000_get_tune_settings()
Dnxt6000.c534 … int nxt6000_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in nxt6000_fe_get_tune_settings() argument
536 tune->min_delay_ms = 500; in nxt6000_fe_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()
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()
Ddib3000mb.c690 …nt dib3000mb_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dib3000mb_fe_get_tune_settings() argument
692 tune->min_delay_ms = 800; in dib3000mb_fe_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()
Ds921.c537 .tune = s921_tune,
Ds5h1432.c333 struct dvb_frontend_tune_settings *tune) in s5h1432_get_tune_settings() argument
Ddib3000mc.c788 …nt dib3000mc_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dib3000mc_fe_get_tune_settings() argument
790 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.c1132 .tune = ds3000_tune,
Dcxd2841er.c2655 .tune = cxd2841er_tune_s
2689 .tune = cxd2841er_tune_tc,
2720 .tune = cxd2841er_tune_tc,
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.c1502 .tune = cx24116_tune,
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()
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()
Dlgdt3306a.c2127 .tune = lgdt3306a_tune,
Dcx24117.c1653 .tune = cx24117_tune,
Dcx24120.c1575 .tune = cx24120_tune,
Dmb86a20s.c2142 .tune = mb86a20s_tune,
/linux-4.4.14/include/uapi/sound/
Dsfnt_info.h129 short tune; /* pitch tuning (in cents) */ member
/linux-4.4.14/fs/sysfs/
DKconfig12 which driver each is bound to. sysfs can also be used to tune devices
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt18 - xtal-load-pf: Crystal load-capacitor value to fine-tune performance on a
/linux-4.4.14/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.4.14/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.4.14/tools/thermal/tmon/
DREADME21 TMON is conceived as a tool to help visualize, tune, and test the
/linux-4.4.14/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.4.14/Documentation/filesystems/
Dgfs2.txt43 tunegfs2 to manipulate, examine and tune a filesystem
Dproc.txt1410 The files in /proc/sys can be used to fine tune and monitor miscellaneous and
1479 be used to tune the badness score. Its acceptable values range from -16
1498 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.4.14/fs/jffs2/
DTODO9 - fine-tune the allocation / GC thresholds
/linux-4.4.14/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.4.14/arch/mips/include/asm/txx9/
Dtx4938.h307 void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune);
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.h434 int (*tune)(struct dvb_frontend* fe, member
Ddvb_frontend.c775 if (fe->ops.tune) in dvb_frontend_thread()
776 fe->ops.tune(fe, re_tune, fepriv->tune_mode_flags, &fepriv->delay, &s); in dvb_frontend_thread()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb212 one instead. This usb2_lpm_besl attribute allows to tune the host selected besl
213 value in order to tune power saving and service latency.
/linux-4.4.14/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.4.14/drivers/media/pci/bt8xx/
Ddst.c1784 .tune = dst_tune_frontend,
1809 .tune = dst_tune_frontend,
1842 .tune = dst_tune_frontend,
1865 .tune = dst_tune_frontend,
/linux-4.4.14/drivers/media/pci/pt1/
Dva1j5jf8007t.c445 .tune = va1j5jf8007t_tune,
Dva1j5jf8007s.c597 .tune = va1j5jf8007s_tune,
/linux-4.4.14/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.4.14/drivers/media/pci/ttpci/
DKconfig150 required to have loaded firmware to tune properly.
/linux-4.4.14/arch/powerpc/platforms/ps3/
DKconfig41 tune the pagetable size on their system. The value here is
/linux-4.4.14/drivers/media/
DKconfig205 functionality for your device (it may not tune or may not have
/linux-4.4.14/fs/gfs2/
Dquota.c1496 struct gfs2_tune *tune = &sdp->sd_tune; in gfs2_quotad() local
1514 &tune->gt_statfs_quantum); in gfs2_quotad()
1518 &quotad_timeo, &tune->gt_quota_quantum); in gfs2_quotad()
/linux-4.4.14/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.4.14/Documentation/sysctl/
Dkernel.txt12 The files in this directory can be used to tune and monitor
530 The only way to tune these values is to rebuild the kernel :-)
740 The file rtsig-max can be used to tune the maximum number
751 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.4.14/drivers/usb/storage/
DKconfig181 to use tools to tune and monitor your drive (like hdparm or smartctl).
/linux-4.4.14/drivers/pcmcia/
DKconfig101 bool "Auto-tune EnE bridges for CB cards" if EXPERT
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-is-param.h908 struct is_tune_region tune; member
/linux-4.4.14/Documentation/m68k/
DREADME.buddha196 diskdrive would go crazy, that's why you shouldn't tune your
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt127 To tune the fifo threshold, switch on over/underrun messages
/linux-4.4.14/Documentation/fb/
Dframebuffer.txt151 To tune a video mode, you can use fbset or xvidtune. Note that xvidtune doesn't
/linux-4.4.14/Documentation/dvb/
Davermedia.txt123 the frontend0 node is used to tune the frontend tuner module.
/linux-4.4.14/Documentation/DocBook/
Dalsa-driver-api.xml.db174 API-snd-ac97-tune-hardware
Ddevice-drivers.xml.db896 API-struct-dvb-frontend-tune-settings
/linux-4.4.14/drivers/atm/
DKconfig64 bool "Fine-tune burst settings"
/linux-4.4.14/arch/s390/
DKconfig294 Cause the compiler to tune (-mtune) the generated code for a machine.
/linux-4.4.14/mm/
DKconfig647 be useful to tune memory cgroup limits and/or for job placement
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt787 mode, IDE driver will try to tune the transfer mode of the
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S1501 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
/linux-4.4.14/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.txt922 This option allows to tune the number of preallocated
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt354 and tune network services to linger and kill such states
544 because of overload with legal connections, you should tune
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME342 information from the server. This option allows to tune the
/linux-4.4.14/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.4.14/Documentation/block/
Dbiodoc.txt91 processing with the ability to tune the logic to an appropriate extent
/linux-4.4.14/lib/
DKconfig.debug867 If you aren't debugging the scheduler or trying to tune a specific