Searched refs:rv (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
H A D | system.c | 92 unsigned int rv; in _parse_integer() local 97 rv = 0; in _parse_integer() 122 rv++; in _parse_integer() 127 rv |= KSTRTOX_OVERFLOW; in _parse_integer() 129 return rv; in _parse_integer() 155 unsigned int rv; in simple_strtoull() local 159 rv = _parse_integer(cp, base, &result); in simple_strtoull() 161 cp += (rv & ~KSTRTOX_OVERFLOW); in simple_strtoull()
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 24 ssize_t rv = kernel_write(file, p, count, pos); in xwrite() local 26 if (rv < 0) { in xwrite() 27 if (rv == -EINTR || rv == -EAGAIN) { in xwrite() 30 return out ? out : rv; in xwrite() 31 } else if (rv == 0) { in xwrite() 35 p += rv; in xwrite() 36 out += rv; in xwrite() 37 count -= rv; in xwrite()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pcie.c | 3262 int rv; in dhdpcie_bus_readconsole() local 3273 if ((rv = dhdpcie_bus_membytes(bus, FALSE, addr, (uint8 *)&c->log, sizeof(c->log))) < 0) in dhdpcie_bus_readconsole() 3274 return rv; in dhdpcie_bus_readconsole() 3306 if ((rv = dhdpcie_bus_membytes(bus, FALSE, in dhdpcie_bus_readconsole() 3309 return rv; in dhdpcie_bus_readconsole() 3312 if ((rv = dhdpcie_bus_membytes(bus, FALSE, in dhdpcie_bus_readconsole() 3316 return rv; in dhdpcie_bus_readconsole() 3322 if ((rv = dhdpcie_bus_membytes(bus, FALSE, in dhdpcie_bus_readconsole() 3325 return rv; in dhdpcie_bus_readconsole() 3361 int rv; in dhd_bus_dump_console_buffer() local 4147 int rv; dhd_bus_console_in() local 8387 int rv; dhdpcie_tcm_valid() local 8452 int rv, dma_indx_wr_buf, dma_indx_rd_buf; dhdpcie_readshared() local [all...] |
H A D | dhd_sdio.c | 3343 int rv, i; in dhdsdio_readshared() local 3365 if ((rv = dhdsdio_membytes(bus, FALSE, shaddr, (uint8 *)&addr, 4)) < 0) in dhdsdio_readshared() 3366 return rv; in dhdsdio_readshared() 3389 if ((rv = dhdsdio_membytes(bus, FALSE, addr, (uint8 *)sh, sizeof(sdpcm_shared_t))) < 0) in dhdsdio_readshared() 3390 return rv; in dhdsdio_readshared() 3460 int rv; in dhdsdio_readconsole() local 3471 if ((rv = dhdsdio_membytes(bus, FALSE, addr, (uint8 *)&c->log, sizeof(c->log))) < 0) in dhdsdio_readconsole() 3472 return rv; in dhdsdio_readconsole() 3493 if ((rv = dhdsdio_membytes(bus, FALSE, addr, c->buf, c->bufsize)) < 0) in dhdsdio_readconsole() 3494 return rv; in dhdsdio_readconsole() 3545 int rv; dhdsdio_checkdied() local 7732 int rv; dhd_bus_console_in() local [all...] |
Completed in 15 milliseconds