Searched full:hwlocks (Results 1 – 25 of 54) sorted by relevance
123
/linux/Documentation/devicetree/bindings/hwlock/ |
H A D | hwlock.txt | 22 property "hwlocks", and an optional "hwlock-names" property. 25 - hwlocks: List of phandle to a hwlock provider node and an 28 or multiple hwlocks, with each hwlock represented by 33 as the hwlocks, with one name per hwlock. Consumers can 45 hwlocks = <&hwlock1 2>; 49 2. Example of a node using multiple specific hwlocks: 51 The following example has a node requesting two hwlocks, a hwlock within 57 hwlocks = <&hwlock1 2>, <&hwlock2 0 3>;
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,smem.yaml | 29 hwlocks: 40 - hwlocks 63 hwlocks = <&tcsr_mutex 3>; 84 hwlocks = <&tcsr_mutex 3>;
|
/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | sprd,ums312-efuse.yaml | 27 hwlocks: 35 - hwlocks 52 hwlocks = <&hwlock 8>;
|
H A D | sprd,sc2731-efuse.yaml | 26 hwlocks: 32 - hwlocks
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | sprd,sc2720-adc.yaml | 34 hwlocks: 76 - hwlocks 94 hwlocks = <&hwlock 4>;
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | sprd,spi-adi.yaml | 58 hwlocks: 96 hwlocks = <&hwlock1 0>;
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | sprd,sc2731.yaml | 175 hwlocks = <&hwlock 12>; 200 hwlocks = <&hwlock 4>;
|
/linux/arch/arm64/boot/dts/sprd/ |
H A D | sc2731.dtsi | 70 hwlocks = <&hwlock 12>; 92 hwlocks = <&hwlock 4>;
|
H A D | whale2.dtsi | 177 hwlocks = <&hwlock 0>;
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcs8550.dtsi | 78 hwlocks = <&tcsr_mutex 3>;
|
H A D | ipq5018.dtsi | 123 hwlocks = <&tcsr_mutex 3>;
|
H A D | msm8994.dtsi | 294 hwlocks = <&tcsr_mutex 3>;
|
H A D | ipq8074.dtsi | 104 hwlocks = <&tcsr_mutex 3>;
|
H A D | ipq6018.dtsi | 217 hwlocks = <&tcsr_mutex 3>;
|
H A D | ipq5424.dtsi | 151 hwlocks = <&tcsr_mutex 3>;
|
H A D | sm6125.dtsi | 373 hwlocks = <&tcsr_mutex 3>;
|
H A D | ipq9574.dtsi | 226 hwlocks = <&tcsr_mutex 3>;
|
/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2-kryo-cpu.yaml | 290 hwlocks = <&tcsr_mutex 3>;
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-sdx65.dtsi | 141 hwlocks = <&tcsr_mutex 3>;
|
H A D | qcom-apq8084.dtsi | 221 hwlocks = <&tcsr_mutex 3>;
|
H A D | qcom-ipq8064.dtsi | 300 hwlocks = <&sfpb_mutex 3>;
|
H A D | qcom-msm8226.dtsi | 241 hwlocks = <&tcsr_mutex 3>;
|
H A D | qcom-apq8064.dtsi | 220 hwlocks = <&sfpb_mutex 3>;
|
/linux/drivers/of/ |
H A D | property.c | 1356 DEFINE_SIMPLE_PROP(hwlocks, "hwlocks", "#hwlock-cells")
|
/linux/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 379 ret = of_parse_phandle_with_args(np, "hwlocks", "#hwlock-cells", index, in of_hwspin_lock_get_id()
|
123