Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/arm64/dev/
Daplspi.c225 int rsplen; in aplspi_transfer() local
235 rsplen = len; in aplspi_transfer()
236 while (len > 0 || rsplen > 0) { in aplspi_transfer()
239 while (rsplen > 0 && count > 0) { in aplspi_transfer()
243 rsplen--; in aplspi_transfer()
Daplhidev.c100 uint16_t rsplen; member
323 msg->hdr.rsplen = APLHIDEV_DESC_MAX; in aplhidev_get_info()
356 msg->hdr.rsplen = APLHIDEV_DESC_MAX; in aplhidev_get_descriptor()
389 msg->hdr.rsplen = msg->hdr.cmdlen; in aplhidev_set_leds()
429 msg->hdr.rsplen = msg->hdr.cmdlen; in aplhidev_set_mode()
464 msg->hdr.rsplen = APLHIDEV_DESC_MAX; in aplhidev_get_dimensions()
/openbsd/src/sys/dev/pv/
Dhyperv.c515 size_t rsplen, int flags) in hv_cmd() argument
533 msg.msg_rsplen = rsplen; in hv_cmd()