Searched refs:async_write (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-spi.c | 104 .async_write = regmap_spi_async_write,
|
| H A D | regmap.c | 1711 if (map->async && map->bus->async_write) { in _regmap_raw_write_impl() 1748 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl() 1754 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl() 3159 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/ |
| H A D | ucsi.c | 885 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 904 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm() 1325 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create() 1395 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
|
| H A D | ucsi_acpi.c | 93 .async_write = ucsi_acpi_async_write
|
| H A D | ucsi.h | 54 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
|
| H A D | ucsi_ccg.c | 597 .async_write = ucsi_ccg_async_write,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | buffer | 822 DEDUCED async_write(_AsyncWriteStream& __stream, 827 DEDUCED async_write(_AsyncWriteStream& __stream, 833 DEDUCED async_write(_AsyncWriteStream& __stream, 837 DEDUCED async_write(_AsyncWriteStream& __stream,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | buffer | 822 DEDUCED async_write(_AsyncWriteStream& __stream, 827 DEDUCED async_write(_AsyncWriteStream& __stream, 833 DEDUCED async_write(_AsyncWriteStream& __stream, 837 DEDUCED async_write(_AsyncWriteStream& __stream,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | buffer_head.h | 128 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS()
|
| H A D | regmap.h | 510 regmap_hw_async_write async_write; member
|
| /OK3568_Linux_fs/kernel/drivers/net/can/m_can/ |
| H A D | tcan4x5x.c | 226 .async_write = regmap_spi_async_write,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | st.c | 1627 int async_write; in st_write() local 1748 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write() 1756 if (!async_write && count == 0) in st_write() 1777 MAX_WRITE_RETRIES, !async_write); in st_write() 1782 if (async_write && !STbp->syscall_result) { in st_write()
|