Home
last modified time | relevance | path

Searched refs:write_init (Results 1 – 12 of 12) sorted by relevance

/linux/rust/pin-init/src/
H A Dalloc.rs96 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 Dlib.rs1447 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 Dzynqmp-fpga.c102 .write_init = zynqmp_fpga_ops_write_init,
H A Daltera-pr-ip-core.c171 .write_init = alt_pr_fpga_write_init,
H A Dice40-spi.c129 .write_init = ice40_fpga_ops_write_init,
H A Ddfl-fme-mgr.c263 .write_init = fme_mgr_write_init,
H A Dfpga-mgr.c90 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 Dlattice-sysconfig.c348 .write_init = sysconfig_ops_write_init,
H A Dmachxo2-spi.c358 .write_init = machxo2_write_init,
H A Dsocfpga.c539 .write_init = socfpga_fpga_ops_configure_init,
/linux/rust/kernel/alloc/
H A Dkbox.rs462 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 Dfpga-mgr-test.c196 .write_init = op_write_init,