Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soundwire/
Dqcom.c125 struct qcom_swrm_ctrl { struct
152 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument
153 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument
174 #define to_qcom_sdw(b) container_of(b, struct qcom_swrm_ctrl, bus) argument
176 static int qcom_swrm_ahb_reg_read(struct qcom_swrm_ctrl *ctrl, int reg, in qcom_swrm_ahb_reg_read()
196 static int qcom_swrm_ahb_reg_write(struct qcom_swrm_ctrl *ctrl, in qcom_swrm_ahb_reg_write()
216 static int qcom_swrm_cpu_reg_read(struct qcom_swrm_ctrl *ctrl, int reg, in qcom_swrm_cpu_reg_read()
223 static int qcom_swrm_cpu_reg_write(struct qcom_swrm_ctrl *ctrl, int reg, in qcom_swrm_cpu_reg_write()
248 static int swrm_wait_for_rd_fifo_avail(struct qcom_swrm_ctrl *swrm) in swrm_wait_for_rd_fifo_avail()
273 static int swrm_wait_for_wr_fifo_avail(struct qcom_swrm_ctrl *swrm) in swrm_wait_for_wr_fifo_avail()
[all …]