Home
last modified time | relevance | path

Searched refs:cbf (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/
Dtorture.h111 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/
Dtorture.c938 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/
Dmsm8996pro.dtsi340 &cbf {
341 compatible = "qcom,msm8996pro-cbf";
Dmsm8996.dtsi11 #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/
DMakefile58 obj-$(CONFIG_QCOM_CLK_APCC_MSM8996) += apcs-msm8996.o clk-cpu-8996.o clk-cbf-8996.o