Lines Matching refs:Bound
12 Bound,
52 /// Bound,
102 /// # fn no_run(dev: &Device<Bound>) -> Result<(), Error> {
127 pub fn new<E>(dev: &Device<Bound>, data: impl PinInit<T, E>) -> Result<Self>
193 /// a `&'a Device<Bound>` of the same [`Device`] this [`Devres`] instance has been created with.
226 pub fn access<'a>(&'a self, dev: &'a Device<Bound>) -> Result<&'a T> {
276 fn register_foreign<P>(dev: &Device<Bound>, data: P) -> Result
305 /// Bound,
328 /// fn from_bound_context(dev: &Device<Bound>) -> Result {
332 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result