Searched +full:bypass +full:- +full:attenuator +full:- +full:in (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adt7475.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jean Delvare <jdelvare@suse.com> 23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF 24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF 25 https://www.onsemi.com/pub/Collateral/ADT7476-D.PDF 26 https://www.onsemi.com/pub/Collateral/ADT7490-D.PDF 34 - adi,adt7473 35 - adi,adt7475 [all …]
|
/linux/drivers/hwmon/ |
H A D | adt7475.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives 4 * Copyright (C) 2007-2008, Advanced Micro Devices, Inc. 17 #include <linux/hwmon-sysfs.h> 18 #include <linux/hwmon-vid.h> 24 #include <dt-bindings/pwm/pwm.h> 37 * These are unique identifiers for the sysfs functions - unlike the 208 u8 bypass_attn; /* Bypass voltage attenuator */ 238 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg() 239 val = clamp_val(val, -64000, 191000); in temp2reg() [all …]
|
/linux/drivers/clk/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 16 Select this option when the clock API in <linux/clk.h> is implemented 30 implementation of the clock API in include/linux/clk.h. 59 Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs 88 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each. 98 multi-function device has one fixed-rate oscillator, clocked 128 by the driver, in particular it only supports XTAL input. The chip can 129 be pre-programmed to support other configurations and features not yet 130 implemented in the driver. 178 This driver supports TI CDCE706 programmable 3-PLL clock synthesizer. [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Linux-DVB Driver for DiBcom's second generation DiB7000P (PC). 5 * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) 27 MODULE_PARM_DESC(buggy_sfn_workaround, "Enable work-around for buggy SFNs (default: 0)"); 99 if (mutex_lock_interruptible(&state->i2c_buffer_lock) < 0) { in dib7000p_read_word() 104 state->i2c_write_buffer[0] = reg >> 8; in dib7000p_read_word() 105 state->i2c_write_buffer[1] = reg & 0xff; in dib7000p_read_word() 107 memset(state->msg, 0, 2 * sizeof(struct i2c_msg)); in dib7000p_read_word() 108 state->msg[0].addr = state->i2c_addr >> 1; in dib7000p_read_word() 109 state->msg[0].flags = 0; in dib7000p_read_word() [all …]
|