| /linux/arch/arc/ |
| H A D | Makefile | 14 tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mcpu=arc700 15 tune-mcpu-def-$(CONFIG_ISA_ARCV2) := -mcpu=hs38 18 cflags-y += $(tune-mcpu-def-y) 20 tune-mcpu := $(CONFIG_ARC_TUNE_MCPU) 21 ifneq ($(call cc-option,$(tune-mcpu)),) 22 cflags-y += $(tune-mcpu) 27 cflags-y += $(tune-mcpu-def-y)
|
| /linux/drivers/phy/st/ |
| H A D | phy-stm32-usbphyc.c | 142 u32 tune; member 478 usbphyc_phy->tune |= INCURREN | FIELD_PREP(INCURRINT, val); in stm32_usbphyc_phy_tuning() 485 usbphyc_phy->tune |= LFSCAPEN; in stm32_usbphyc_phy_tuning() 488 usbphyc_phy->tune |= HSDRVSLEW; in stm32_usbphyc_phy_tuning() 494 usbphyc_phy->tune |= HSDRVDCCUR; in stm32_usbphyc_phy_tuning() 497 usbphyc_phy->tune |= HSDRVCURINCR | FIELD_PREP(HSDRVDCLEV, val); in stm32_usbphyc_phy_tuning() 505 usbphyc_phy->tune |= FSDRVRFADJ; in stm32_usbphyc_phy_tuning() 508 usbphyc_phy->tune |= HSDRVRFRED; in stm32_usbphyc_phy_tuning() 513 usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKITRM, val); in stm32_usbphyc_phy_tuning() 521 usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKZTRM, val); in stm32_usbphyc_phy_tuning() [all …]
|
| /linux/drivers/media/tuners/ |
| H A D | mt2266.c | 122 u32 tune; in mt2266_set_params() local 135 tune = 2 * freq * (8192/16) / (FREF/16); in mt2266_set_params() 138 tune *= 2; in mt2266_set_params() 200 b[1] = (tune >> 8) & 0x1F; in mt2266_set_params() 201 b[2] = tune & 0xFF; in mt2266_set_params() 202 b[3] = tune >> 13; in mt2266_set_params() 206 (int) tune, (int) lnaband, in mt2266_set_params()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dtt200u-fe.c | 139 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument 141 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings() 142 tune->step_size = 0; in dtt200u_fe_get_tune_settings() 143 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
|
| H A D | vp7045-fe.c | 97 …c int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp7045_fe_get_tune_settings() argument 99 tune->min_delay_ms = 800; in vp7045_fe_get_tune_settings()
|
| H A D | cinergyT2-fe.c | 218 struct dvb_frontend_tune_settings *tune) in cinergyt2_fe_get_tune_settings() argument 220 tune->min_delay_ms = 800; in cinergyt2_fe_get_tune_settings()
|
| H A D | vp702x-fe.c | 128 …c int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp702x_fe_get_tune_settings() argument 131 tune->min_delay_ms = 2000; in vp702x_fe_get_tune_settings()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | dib0070.c | 325 const struct dib0070_tuning *tune; in dib0070_tune_digital() local 348 tune = dib0070s_tuning_table; in dib0070_tune_digital() 352 tune = dib0070_tuning_table; in dib0070_tune_digital() 359 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital() 360 tune++; in dib0070_tune_digital() 364 state->current_tune_table_index = tune; in dib0070_tune_digital()
|
| H A D | m88rs2000.c | 714 struct dvb_frontend_tune_settings *tune) in m88rs2000_get_tune_settings() argument 719 tune->min_delay_ms = 2000; in m88rs2000_get_tune_settings() 721 tune->min_delay_ms = 3000; in m88rs2000_get_tune_settings() 723 tune->step_size = c->symbol_rate / 16000; in m88rs2000_get_tune_settings() 724 tune->max_drift = c->symbol_rate / 2000; in m88rs2000_get_tune_settings()
|
| H A D | gp8psk-fe.c | 124 …c int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in gp8psk_fe_get_tune_settings() argument 126 tune->min_delay_ms = 800; in gp8psk_fe_get_tune_settings()
|
| H A D | au8522_dig.c | 818 struct dvb_frontend_tune_settings *tune) in au8522_get_tune_settings() argument 820 tune->min_delay_ms = 1000; in au8522_get_tune_settings()
|
| H A D | cx22702.c | 565 struct dvb_frontend_tune_settings *tune) in cx22702_get_tune_settings() argument 567 tune->min_delay_ms = 1000; in cx22702_get_tune_settings()
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos5-usbdrd.c | 386 #define for_each_phy_tune(tune) \ argument 387 for (; (tune)->region != PTR_INVALID; ++(tune)) 623 const struct exynos5_usbdrd_phy_tuning *tune; in exynos5_usbdrd_apply_phy_tunes() local 625 tune = phy_drd->drv_data->phy_tunes[state]; in exynos5_usbdrd_apply_phy_tunes() 626 if (!tune) in exynos5_usbdrd_apply_phy_tunes() 629 for_each_phy_tune(tune) { in exynos5_usbdrd_apply_phy_tunes() 633 switch (tune->region) { in exynos5_usbdrd_apply_phy_tunes() 645 "unknown phy region %d\n", tune->region); in exynos5_usbdrd_apply_phy_tunes() 649 if (~tune->mask) { in exynos5_usbdrd_apply_phy_tunes() 650 reg = readl(reg_base + tune->off); in exynos5_usbdrd_apply_phy_tunes() [all …]
|
| /linux/tools/virtio/ringtest/ |
| H A D | README | 1 Partial implementation of various ring layouts, useful to tune virtio design.
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp135f-dhcor-dhsbc.dts | 398 st,tune-hs-dc-level = <2>; 402 st,tune-squelch-level = <1>; 416 st,tune-hs-dc-level = <2>; 420 st,tune-squelch-level = <1>;
|
| H A D | stm32mp135f-dk.dts | 598 st,tune-hs-dc-level = <2>; 602 st,tune-squelch-level = <1>; 612 st,tune-hs-dc-level = <2>; 616 st,tune-squelch-level = <1>;
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend_fcalls.rst | 24 fe-set-frontend-tune-mode
|
| H A D | dvbproperty.rst | 17 union with the parameters needed to tune for DVB-S, DVB-C, DVB-T and 50 **Example**: in order to set the hardware to tune into a DVB-C channel
|
| H A D | fe-set-frontend-tune-mode.rst | 31 - 0 - normal tune mode
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-sx8.c | 403 static int tune(struct dvb_frontend *fe, bool re_tune, in tune() function 457 .tune = tune,
|
| /linux/include/uapi/sound/ |
| H A D | sfnt_info.h | 115 short tune; /* pitch tuning (in cents) */ member
|
| /linux/drivers/regulator/ |
| H A D | bd9576-regulator.c | 139 int tune; in bd957x_vout34_list_voltage() local 142 tune = multiplier * 10000; in bd957x_vout34_list_voltage() 145 return desc->fixed_uV - tune; in bd957x_vout34_list_voltage() 147 return desc->fixed_uV + tune; in bd957x_vout34_list_voltage()
|
| /linux/fs/sysfs/ |
| H A D | Kconfig | 13 which driver each is bound to. sysfs can also be used to tune devices
|
| /linux/block/ |
| H A D | Kconfig.iosched | 16 synchronous writes, it will self-tune queue depths to achieve that
|
| /linux/arch/mips/txx9/generic/ |
| H A D | setup_tx4938.c | 333 void __init tx4938_ata_init(unsigned int irq, unsigned int shift, int tune) in tx4938_ata_init() argument 351 .gbus_clock = tune ? txx9_gbus_clock : 0, in tx4938_ata_init()
|