Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rpmsg/
H A Dqcom_glink_rpm.c33 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native)
48 struct glink_rpm_pipe { struct
65 struct glink_rpm_pipe rx_pipe; argument
66 struct glink_rpm_pipe tx_pipe;
71 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_avail()
87 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_peek()
111 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_rx_advance()
125 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_avail()
138 static unsigned int glink_rpm_tx_write_one(struct glink_rpm_pipe *pipe, in glink_rpm_tx_write_one()
166 struct glink_rpm_pipe *pipe = to_rpm_pipe(glink_pipe); in glink_rpm_tx_write()
[all …]