Searched refs:write_init (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 96 try_new_uninit!(Box).write_init(init) 142 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() 139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { write_init() method
|
| H A D | lib.rs | 1447 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() method 1459 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
|
| /linux/drivers/fpga/ |
| H A D | zynqmp-fpga.c | 102 .write_init = zynqmp_fpga_ops_write_init,
|
| H A D | altera-pr-ip-core.c | 171 .write_init = alt_pr_fpga_write_init,
|
| H A D | ice40-spi.c | 129 .write_init = ice40_fpga_ops_write_init,
|
| H A D | dfl-fme-mgr.c | 263 .write_init = fme_mgr_write_init,
|
| H A D | fpga-mgr.c | 90 if (mgr->mops->write_init) in fpga_mgr_write_init() 91 return mgr->mops->write_init(mgr, info, buf, count); in fpga_mgr_write_init()
|
| H A D | lattice-sysconfig.c | 348 .write_init = sysconfig_ops_write_init,
|
| H A D | machxo2-spi.c | 358 .write_init = machxo2_write_init,
|
| H A D | socfpga.c | 539 .write_init = socfpga_fpga_ops_configure_init,
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 462 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { 501 Box::<_, A>::new_uninit(flags)?.write_init(init) in from_foreign() 439 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { write_init() function
|
| /linux/drivers/fpga/tests/ |
| H A D | fpga-mgr-test.c | 196 .write_init = op_write_init,
|