Searched +full:factional +full:- +full:n (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,adf4350.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 15 - adi,adf4350 16 - adi,adf4351 21 spi-max-frequency: 28 clock-names: 31 '#clock-cells': 34 clock-output-names: [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | itd1000.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Driver for the Integrant ITD1000 "Zero-IF Tuner IC for Direct Broadcast Satellite" 5 * Copyright (c) 2007-8 Patrick Boettcher <pb@linuxtv.org> 46 .addr = state->cfg->i2c_address, .flags = 0, .buf = buf, .len = len+1 in itd1000_write_regs() 51 "itd1000: i2c wr reg=%04x: len=%d is too big!\n", in itd1000_write_regs() 53 return -EINVAL; in itd1000_write_regs() 59 /* itd_dbg("wr %02x: %02x\n", reg, v[0]); */ in itd1000_write_regs() 61 if (i2c_transfer(state->i2c, &msg, 1) != 1) { in itd1000_write_regs() 62 printk(KERN_WARNING "itd1000 I2C write failed\n"); in itd1000_write_regs() 63 return -EREMOTEIO; in itd1000_write_regs() [all …]
|
/linux/sound/soc/codecs/ |
H A D | wm8940.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm8940.c -- WM8940 ALSA Soc Audio driver 155 static const char *wm8940_companding[] = { "Off", "NC", "u-law", "A-law" }; 173 static DECLARE_TLV_DB_SCALE(wm8940_spk_vol_tlv, -5700, 100, 1); 174 static DECLARE_TLV_DB_SCALE(wm8940_att_tlv, -1000, 1000, 0); 175 static DECLARE_TLV_DB_SCALE(wm8940_pga_vol_tlv, -1200, 75, 0); 176 static DECLARE_TLV_DB_SCALE(wm8940_alc_min_tlv, -1200, 600, 0); 178 static DECLARE_TLV_DB_SCALE(wm8940_alc_tar_tlv, -2250, 50, 0); 180 static DECLARE_TLV_DB_SCALE(wm8940_lim_thresh_tlv, -600, 100, 0); 181 static DECLARE_TLV_DB_SCALE(wm8940_adc_tlv, -12750, 50, 1); [all …]
|