Home
last modified time | relevance | path

Searched +full:factional +full:- +full:n (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4350.yaml1 # 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:
35 adi,channel-spacing:
40 adi,power-up-frequency:
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Ditd1000.c1 // 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 …]
/openbmc/libbej/src/
H A Dbej_encoder_metadata.c21 * byte2: integer length [0-8]]
40 * @param[in] name - property name.
55 * @param[in] dictionaries - available dictionaries for encoding.
56 * @param[in] parentDictionary - dictionary used for the parent of this node.
57 * @param[in] nodeName - name of the interested node. Can be NULL if the node
75 if (parentDictionary == dictionaries->annotationDictionary) in bejGetRelatedDictionary()
77 return dictionaries->annotationDictionary; in bejGetRelatedDictionary()
79 return bejIsAnnotation(nodeName) ? dictionaries->annotationDictionary in bejGetRelatedDictionary()
80 : dictionaries->schemaDictionary; in bejGetRelatedDictionary()
86 * @param[in] dictionaries - available dictionaries.
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dwm8940.c1 // 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 …]