Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/rpmsg/
Dqcom_glink_native.h16 size_t (*avail)(struct qcom_glink_pipe *glink_pipe);
18 void (*peak)(struct qcom_glink_pipe *glink_pipe, void *data,
20 void (*advance)(struct qcom_glink_pipe *glink_pipe, size_t count);
22 void (*write)(struct qcom_glink_pipe *glink_pipe,
Dqcom_glink_rpm.c56 static size_t glink_rpm_rx_avail(struct qcom_glink_pipe *glink_pipe) in glink_rpm_rx_avail() argument
58 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_avail()
71 static void glink_rpm_rx_peak(struct qcom_glink_pipe *glink_pipe, in glink_rpm_rx_peak() argument
74 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_peak()
95 static void glink_rpm_rx_advance(struct qcom_glink_pipe *glink_pipe, in glink_rpm_rx_advance() argument
98 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_advance()
110 static size_t glink_rpm_tx_avail(struct qcom_glink_pipe *glink_pipe) in glink_rpm_tx_avail() argument
112 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_avail()
149 static void glink_rpm_tx_write(struct qcom_glink_pipe *glink_pipe, in glink_rpm_tx_write() argument
153 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_write()
Dqcom_glink_smem.c157 static void glink_smem_tx_write(struct qcom_glink_pipe *glink_pipe, in glink_smem_tx_write() argument
161 struct glink_smem_pipe *pipe = to_smem_pipe(glink_pipe); in glink_smem_tx_write()