Searched refs:glink_pipe (Results 1 – 3 of 3) sorted by relevance
18 size_t (*avail)(struct qcom_glink_pipe *glink_pipe);20 void (*peek)(struct qcom_glink_pipe *glink_pipe, void *data,22 void (*advance)(struct qcom_glink_pipe *glink_pipe, size_t count);24 void (*write)(struct qcom_glink_pipe *glink_pipe,27 void (*kick)(struct qcom_glink_pipe *glink_pipe);
69 static size_t glink_rpm_rx_avail(struct qcom_glink_pipe *glink_pipe) in glink_rpm_rx_avail() argument71 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_avail()84 static void glink_rpm_rx_peek(struct qcom_glink_pipe *glink_pipe, in glink_rpm_rx_peek() argument87 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_peek()108 static void glink_rpm_rx_advance(struct qcom_glink_pipe *glink_pipe, in glink_rpm_rx_advance() argument111 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_advance()123 static size_t glink_rpm_tx_avail(struct qcom_glink_pipe *glink_pipe) in glink_rpm_tx_avail() argument125 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_avail()162 static void glink_rpm_tx_write(struct qcom_glink_pipe *glink_pipe, in glink_rpm_tx_write() argument166 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_write()[all …]
172 static void glink_smem_tx_write(struct qcom_glink_pipe *glink_pipe, in glink_smem_tx_write() argument176 struct glink_smem_pipe *pipe = to_smem_pipe(glink_pipe); in glink_smem_tx_write()195 static void glink_smem_tx_kick(struct qcom_glink_pipe *glink_pipe) in glink_smem_tx_kick() argument197 struct glink_smem_pipe *pipe = to_smem_pipe(glink_pipe); in glink_smem_tx_kick()