Searched refs:glink_pipe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_glink_native.h | 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);
|
H A D | qcom_glink_rpm.c | 69 static size_t glink_rpm_rx_avail(struct qcom_glink_pipe *glink_pipe) in glink_rpm_rx_avail() argument 71 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() argument 87 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() argument 111 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() argument 125 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() argument 166 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_write() 195 glink_rpm_tx_kick(struct qcom_glink_pipe *glink_pipe) glink_rpm_tx_kick() argument [all...] |
H A D | qcom_glink_smem.c | 172 static void glink_smem_tx_write(struct qcom_glink_pipe *glink_pipe, in glink_smem_tx_write() argument 176 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() argument 197 struct glink_smem_pipe *pipe = to_smem_pipe(glink_pipe); in glink_smem_tx_kick()
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_glink_native.h | 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,
|
H A D | qcom_glink_rpm.c | 56 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() [all...] |
H A D | qcom_glink_smem.c | 157 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()
|
Completed in 3 milliseconds