Home
last modified time | relevance | path

Searched defs:take (Results 1 – 3 of 3) sorted by relevance

/linux/rust/proc-macro2/
H A Drcvec.rs111 pub(crate) fn take(self) -> RcVecBuilder<T> { in take() method
/linux/drivers/gpu/drm/i915/display/
H A Dintel_tc.c582 bool take) in icl_tc_phy_take_ownership()
865 bool take) in adlp_tc_phy_take_ownership()
1141 static void xelpdp_tc_phy_take_ownership(struct intel_tc_port *tc, bool take) in xelpdp_tc_phy_take_ownership()
/linux/drivers/android/binder/range_alloc/
H A Dmod.rs72 fn take(&mut self) -> Option<T> { in take() method