Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A Dalloc.rs94 try_new_uninit!(Box).write_init(init) in try_init()
139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
H A Dlib.rs1442 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() method
/linux/drivers/fpga/
H A Dts73xx-fpga.c96 .write_init = ts73xx_fpga_write_init,
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 Ddfl-fme-mgr.c263 .write_init = fme_mgr_write_init,
H A Dmicrochip-spi.c362 .write_init = mpf_ops_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,
H A Dzynq-fpga.c548 .write_init = zynq_fpga_ops_write_init,
/linux/rust/kernel/alloc/
H A Dkbox.rs361 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() function
399 Box::<_, A>::new_uninit(flags)?.write_init(init) in try_init()
/linux/rust/kernel/sync/
H A Darc.rs738 UniqueArc::new_uninit(flags)?.write_init(init) in try_init()
745 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c196 .write_init = op_write_init,