Lines Matching full:signals
17 * or in response to some error condition. Reset signals are often controlled
20 * reset controllers set or clear reset signals.
23 * controller will often implement multiple separate reset signals, since the
27 * Reset consumers/clients are the HW modules affected by reset signals. This
65 * signals.
71 * the API to all the reset signals in the bulk struct.
86 * client device; each device is assumed to have n reset signals associated
88 * mapping of client device reset signal indices to provider reset signals may
94 * list of reset signals.
102 * reset_get_bulk - Get/request all reset signals of a device.
104 * This looks up and requests all reset signals of the client device; each
105 * device is assumed to have n reset signals associated with it somehow,
107 * The mapping of client device reset signals indices to provider reset signals
121 * client device; each device is assumed to have n reset signals associated
129 * list of reset signals.
169 * reset_assert_bulk - Assert all reset signals in a reset control bulk struct.
171 * This function will assert the specified reset signals in a reset control
173 * reset controller hardware, the reset signals will either stay asserted
175 * clear the reset signals itself.
197 * reset_deassert_bulk - Deassert all reset signals in a reset control bulk
200 * This function will deassert the specified reset signals in a reset control
225 * signals in a reset control bulk struct.