Home
last modified time | relevance | path

Searched defs:try_new (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/android/binder/range_alloc/
H A Dtree.rs437 pub(crate) fn try_new() -> Result<Self> { in try_new() method
473 pub(crate) fn try_new(len: usize) -> Result<Self> { in try_new() method
H A Darray.rs276 pub(crate) fn try_new(capacity: usize) -> Result<Self> { in try_new() method
/linux/rust/kernel/
H A Di2c.rs568 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { try_new() method
H A Ddma.rs189 pub const fn try_new(n: u32) -> Result<Self> { in try_new() method
/linux/rust/kernel/num/
H A Dbounded.rs331 pub fn try_new(value: T) -> Option<Self> { try_new() function
[all...]
/linux/drivers/android/binder/
H A Dthread.rs1611 fn try_new() -> Result<DArc<Self>> { in try_new() method