Searched +full:enable +full:- +full:hs +full:- +full:rx +full:- +full:gain +full:- +full:eq (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 USB HS PHY controller binding 22 |_ PHY port#2 ----| |________________ 27 - Amelie Delaunay <amelie.delaunay@foss.st.com> 31 const: st,stm32mp1-usbphyc 42 "#address-cells": 45 "#size-cells": [all …]
|
/Linux-v6.1/drivers/phy/st/ |
D | phy-stm32-usbphyc.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/clk-provider.h> 172 ret = regulator_enable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable() 176 ret = regulator_enable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_enable() 183 regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable() 192 ret = regulator_disable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_disable() 196 ret = regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_disable() 216 * <=> PLLFRACIN = ((FVCO / (INFF*2)) - PLLNDIV) * 2^16 in stm32_usbphyc_get_pll_params() 222 pll_params->ndiv = (u8)ndiv; in stm32_usbphyc_get_pll_params() 226 frac = frac - (ndiv * (1 << 16)); in stm32_usbphyc_get_pll_params() [all …]
|
/Linux-v6.1/drivers/media/i2c/ |
D | adv7604.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * adv7604 - Analog Devices ADV7604 video decoder driver 11 * REF_01 - Analog devices, ADV7604, Register Settings Recommendations, 13 * REF_02 - Analog devices, Register map documentation, Documentation of 15 * REF_03 - Analog devices, ADV7604, Hardware Manual, Rev. F, August 2010 26 #include <linux/v4l2-dv-timings.h> 34 #include <media/v4l2-ctrls.h> 35 #include <media/v4l2-device.h> 36 #include <media/v4l2-event.h> 37 #include <media/v4l2-dv-timings.h> [all …]
|