Home
last modified time | relevance | path

Searched full:hwlocks (Results 1 – 25 of 25) sorted by relevance

/linux/Documentation/devicetree/bindings/hwlock/
H A Dhwlock.txt22 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 Dqcom,smem.yaml29 hwlocks:
40 - hwlocks
63 hwlocks = <&tcsr_mutex 3>;
84 hwlocks = <&tcsr_mutex 3>;
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dsprd,sc2720-adc.yaml34 hwlocks:
76 - hwlocks
94 hwlocks = <&hwlock 4>;
111 hwlocks = <&hwlock 4>;
/linux/Documentation/devicetree/bindings/nvmem/
H A Dsprd-efuse.txt8 - hwlocks: Reference to a phandle of a hwlock provider node.
20 hwlocks = <&hwlock 8>;
H A Dsc27xx-efuse.txt11 - hwlocks: Reference to a phandle of a hwlock provider node.
34 hwlocks = <&hwlock 12>;
/linux/Documentation/devicetree/bindings/spi/
H A Dsprd,spi-adi.yaml58 hwlocks:
96 hwlocks = <&hwlock1 0>;
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dst,stm32-exti.yaml34 hwlocks:
/linux/arch/arm64/boot/dts/qcom/
H A Dqcs8550.dtsi78 hwlocks = <&tcsr_mutex 3>;
H A Dipq5018.dtsi122 hwlocks = <&tcsr_mutex 3>;
H A Dipq5332.dtsi147 hwlocks = <&tcsr_mutex 3>;
H A Dipq8074.dtsi104 hwlocks = <&tcsr_mutex 3>;
H A Dqdu1000.dtsi275 hwlocks = <&tcsr_mutex 3>;
H A Dsdm670.dtsi516 hwlocks = <&tcsr_mutex 3>;
H A Dsm6350.dtsi693 hwlocks = <&tcsr_mutex 3>;
H A Dsc7180.dtsi701 hwlocks = <&tcsr_mutex 3>;
H A Dsdm845.dtsi804 hwlocks = <&tcsr_mutex 3>;
H A Dsm8450.dtsi459 hwlocks = <&tcsr_mutex 3>;
H A Dsc8280xp.dtsi675 hwlocks = <&tcsr_mutex 3>;
H A Dsc7280.dtsi727 hwlocks = <&tcsr_mutex 3>;
H A Dx1e80100.dtsi676 hwlocks = <&tcsr_mutex 3>;
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-kryo-cpu.yaml290 hwlocks = <&tcsr_mutex 3>;
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-sdx65.dtsi141 hwlocks = <&tcsr_mutex 3>;
H A Dqcom-sdx55.dtsi156 hwlocks = <&tcsr_mutex 3>;
/linux/scripts/dtc/
H A Dchecks.c1487 WARNING_PROPERTY_PHANDLE_CELLS(hwlocks, "hwlocks", "#hwlock-cells");
/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c379 ret = of_parse_phandle_with_args(np, "hwlocks", "#hwlock-cells", index, in of_hwspin_lock_get_id()