Searched refs:flags_ (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/dm/
H A Ddevice.h152 * @flags_: Flags for this device `DM_FLAG_...` (do not access outside driver
186 u32 flags_; member in struct:udevice
219 * @flags_: Flags for this device `DM_FLAG_...` (do not access outside driver
223 u32 flags_; member in struct:udevice_rt
240 return dev->flags_;
245 dev->flags_ |= or;
250 dev->flags_ &= ~bic;
/u-boot/drivers/core/
H A Ddevice.c1261 return urt->flags_;
1268 urt->flags_ |= or;
1275 urt->flags_ &= ~bic;

Completed in 137 milliseconds