Lines Matching full:signals
16 * or in response to some error condition. Reset signals are often controlled
19 * reset controllers set or clear reset signals.
22 * controller will often implement multiple separate reset signals, since the
26 * Reset consumers/clients are the HW modules affected by reset signals. This
66 * signals.
72 * the API to all the reset signals in the bulk struct.
87 * client device; each device is assumed to have n reset signals associated
89 * mapping of client device reset signal indices to provider reset signals may
95 * list of reset signals.
103 * reset_get_bulk - Get/request all reset signals of a device.
105 * This looks up and requests all reset signals of the client device; each
106 * device is assumed to have n reset signals associated with it somehow,
108 * The mapping of client device reset signals indices to provider reset signals
122 * client device; each device is assumed to have n reset signals associated
130 * list of reset signals.
170 * reset_assert_bulk - Assert all reset signals in a reset control bulk struct.
172 * This function will assert the specified reset signals in a reset control
174 * reset controller hardware, the reset signals will either stay asserted
176 * clear the reset signals itself.
198 * reset_deassert_bulk - Deassert all reset signals in a reset control bulk
201 * This function will deassert the specified reset signals in a reset control
235 * signals in a reset control bulk struct.