Searched refs:glink_pipe (Results 1 – 3 of 3) sorted by relevance
16 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,
56 static size_t glink_rpm_rx_avail(struct qcom_glink_pipe *glink_pipe) in glink_rpm_rx_avail() argument58 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() argument74 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() argument98 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() argument112 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() argument153 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_write()
157 static void glink_smem_tx_write(struct qcom_glink_pipe *glink_pipe, in glink_smem_tx_write() argument161 struct glink_smem_pipe *pipe = to_smem_pipe(glink_pipe); in glink_smem_tx_write()