Lines Matching defs:assert
50 * @assert: boolean flag to indicate assert or deassert
52 * This is a common internal function used to assert or deassert a device's
54 * @assert argument is true, or deasserted if @assert argument is false.
63 unsigned long id, bool assert)
82 if (assert)
95 * ti_sci_reset_assert() - assert device reset
99 * This function implements the reset driver op to assert a device's reset
101 * with the corresponding parameters as passed in, but with the @assert
119 * with the corresponding parameters as passed in, but with the @assert
165 .assert = ti_sci_reset_assert,