Lines Matching defs:assert
58 * @assert: boolean flag to indicate assert or deassert
60 * This is a common internal function used to assert or deassert a device's
62 * @assert argument is true, or deasserted if @assert argument is false.
71 unsigned long id, bool assert)
90 if (assert)
103 * ti_sci_reset_assert() - assert device reset
107 * This function implements the reset driver op to assert a device's reset
109 * with the corresponding parameters as passed in, but with the @assert
127 * with the corresponding parameters as passed in, but with the @assert
173 .assert = ti_sci_reset_assert,