Lines Matching full:reset
10 * struct reset_control_ops - reset controller driver callbacks
12 * @reset: for self-deasserting resets, does all necessary
13 * things to reset the device
14 * @assert: manually assert the reset line, if supported
15 * @deassert: manually deassert the reset line, if supported
16 * @status: return the status of the reset line, if supported
19 int (*reset)(struct reset_controller_dev *rcdev, unsigned long id); member
32 * @list: internal list of all reset lookup entries
33 * @provider: name of the reset controller device controlling this reset line
34 * @index: ID of the reset controller in the reset controller device
35 * @dev_id: name of the device associated with this reset line
36 * @con_id: name of the reset line (can be NULL)
55 * struct reset_controller_dev - reset controller entity that might
56 * provide multiple reset controls
58 * @owner: kernel module of the reset controller driver
59 * @list: internal list of reset controller devices
60 * @reset_control_head: head of internal list of requested reset controls
63 * @of_args: for reset-gpios controllers: corresponding phandle args with
66 * @of_reset_n_cells: number of cells in reset line specifiers
68 * device tree to id as given to the reset control ops, defaults
70 * @nr_resets: number of reset controls in this reset controller device