Searched refs:cbf (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | torture.h | 111 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)); 117 #define torture_create_kthread_cb(n, arg, tp, cbf) \ argument 119 "Failed to create " #n, &(tp), cbf)
|
| /Linux-v6.6/kernel/ |
| D | torture.c | 938 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)) in _torture_create_kthread() 951 if (cbf) in _torture_create_kthread() 952 cbf(*tp); in _torture_create_kthread()
|
| /Linux-v6.6/arch/arm64/boot/dts/qcom/ |
| D | msm8996pro.dtsi | 340 &cbf { 341 compatible = "qcom,msm8996pro-cbf";
|
| D | msm8996.dtsi | 11 #include <dt-bindings/interconnect/qcom,msm8996-cbf.h> 53 interconnects = <&cbf MASTER_CBF_M4M &cbf SLAVE_CBF_M4M>; 72 interconnects = <&cbf MASTER_CBF_M4M &cbf SLAVE_CBF_M4M>; 86 interconnects = <&cbf MASTER_CBF_M4M &cbf SLAVE_CBF_M4M>; 105 interconnects = <&cbf MASTER_CBF_M4M &cbf SLAVE_CBF_M4M>; 3603 cbf: clock-controller@9a11000 { label 3604 compatible = "qcom,msm8996-cbf";
|
| /Linux-v6.6/drivers/clk/qcom/ |
| D | Makefile | 58 obj-$(CONFIG_QCOM_CLK_APCC_MSM8996) += apcs-msm8996.o clk-cpu-8996.o clk-cbf-8996.o
|