Searched refs:glink_rpm_tx_write_one (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/rpmsg/ |
D | qcom_glink_rpm.c | 125 static unsigned int glink_rpm_tx_write_one(struct glink_rpm_pipe *pipe, in glink_rpm_tx_write_one() function 173 head = glink_rpm_tx_write_one(pipe, head, hdr, hlen); in glink_rpm_tx_write() 174 head = glink_rpm_tx_write_one(pipe, head, data, aligned_dlen); in glink_rpm_tx_write() 178 head = glink_rpm_tx_write_one(pipe, head, padding, pad); in glink_rpm_tx_write()
|