Searched +full:trim +full:- +full:hs +full:- +full:current (Results 1 – 9 of 9) 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 …]
|
D | qcom,qusb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/phy/qcom,qusb2-phy.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Wesley Cheng <quic_wcheng@quicinc.com> 14 QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. 19 - items: 20 - enum: 21 - qcom,ipq8074-qusb2-phy 22 - qcom,msm8953-qusb2-phy [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stm32mp157c-ev1.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 /dts-v1/; 8 #include "stm32mp157c-ed1.dts" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 14 compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157"; 17 stdout-path = "serial0:115200n8"; 27 clk_ext_camera: clk-ext-camera { 28 #clock-cells = <0>; [all …]
|
D | stm32mp15xx-dkx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/mfd/st,stpmic1.h> 16 reserved-memory { 17 #address-cells = <1>; 18 #size-cells = <1>; 22 compatible = "shared-dma-pool"; 24 no-map; 28 compatible = "shared-dma-pool"; [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/phy/qualcomm/ |
D | phy-qcom-qusb2.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/nvmem-consumer.h> 23 #include <dt-bindings/phy/phy-qcom-qusb2.h> 106 * if yes, then offset gives index in the reg-layout 124 /* set of registers with offsets different per-PHY */ 295 /* true if PHY default clk scheme is single-ended */ 374 "vdd", "vdda-pll", "vdda-phy-dpdm", 379 /* struct override_param - structure holding qusb2 v2 phy overriding param 388 /*struct override_params - structure holding qusb2 v2 phy overriding params 391 * @preemphasis: Amplitude Pre-Emphasis to be updated in TUNE1 register [all …]
|
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
D | cmdevt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2011-2020 NXP 32 cmd_node->priv = priv; in mwifiex_init_cmd_node() 33 cmd_node->cmd_no = cmd_no; in mwifiex_init_cmd_node() 36 cmd_node->wait_q_enabled = true; in mwifiex_init_cmd_node() 37 cmd_node->cmd_wait_q_woken = false; in mwifiex_init_cmd_node() 38 cmd_node->condition = &cmd_node->cmd_wait_q_woken; in mwifiex_init_cmd_node() 40 cmd_node->data_buf = data_buf; in mwifiex_init_cmd_node() 41 cmd_node->cmd_skb = cmd_node->skb; in mwifiex_init_cmd_node() 53 spin_lock_bh(&adapter->cmd_free_q_lock); in mwifiex_get_cmd_node() [all …]
|
/Linux-v6.1/mm/ |
D | hugetlb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 100 if (spool->count) in subpool_is_free() 102 if (spool->max_hpages != -1) in subpool_is_free() 103 return spool->used_hpages == 0; in subpool_is_free() 104 if (spool->min_hpages != -1) in subpool_is_free() 105 return spool->rsv_hpages == spool->min_hpages; in subpool_is_free() 113 spin_unlock_irqrestore(&spool->lock, irq_flags); in unlock_or_release_subpool() 119 if (spool->min_hpages != -1) in unlock_or_release_subpool() 120 hugetlb_acct_memory(spool->hstate, in unlock_or_release_subpool() 121 -spool->min_hpages); in unlock_or_release_subpool() [all …]
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 1 /* Broadcom NetXtreme-C/E network driver. 3 * Copyright (c) 2014-2016 Broadcom Corporation 4 * Copyright (c) 2016-2019 Broadcom Limited 25 #include <linux/dma-mapping.h> 57 #include <linux/hwmon-sysfs.h> 92 [BCM57301] = { "Broadcom BCM57301 NetXtreme-C 10Gb Ethernet" }, 93 [BCM57302] = { "Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet" }, 94 [BCM57304] = { "Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet" }, 95 [BCM57417_NPAR] = { "Broadcom BCM57417 NetXtreme-E Ethernet Partition" }, 97 [BCM57311] = { "Broadcom BCM57311 NetXtreme-C 10Gb Ethernet" }, [all …]
|