Searched refs:qcom_rproc_subdev (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_common.h | 21 struct qcom_rproc_subdev { struct 42 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd); 43 void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd);
|
H A D | qcom_common.c | 25 #define to_smd_subdev(d) container_of(d, struct qcom_rproc_subdev, subdev) 150 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_start() 159 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_stop() 170 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) in qcom_add_smd_subdev() 191 void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) in qcom_remove_smd_subdev()
|
H A D | qcom_wcnss.c | 94 struct qcom_rproc_subdev smd_subdev;
|
H A D | qcom_q6v5_pas.c | 79 struct qcom_rproc_subdev smd_subdev;
|
H A D | qcom_q6v5_mss.c | 202 struct qcom_rproc_subdev smd_subdev;
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_common.h | 22 struct qcom_rproc_subdev { struct 48 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd); 49 void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd);
|
H A D | qcom_common.c | 26 #define to_smd_subdev(d) container_of(d, struct qcom_rproc_subdev, subdev) 310 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_start() 319 struct qcom_rproc_subdev *smd = to_smd_subdev(subdev); in smd_subdev_stop() 330 void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) in qcom_add_smd_subdev() 351 void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd) in qcom_remove_smd_subdev()
|
H A D | qcom_wcnss.c | 100 struct qcom_rproc_subdev smd_subdev;
|
H A D | qcom_q6v5_pas.c | 101 struct qcom_rproc_subdev smd_subdev;
|
H A D | qcom_q6v5_mss.c | 230 struct qcom_rproc_subdev smd_subdev;
|
Completed in 14 milliseconds