.. | .. |
---|
33 | 33 | * @provider: name of the reset controller device controlling this reset line |
---|
34 | 34 | * @index: ID of the reset controller in the reset controller device |
---|
35 | 35 | * @dev_id: name of the device associated with this reset line |
---|
36 | | - * @con_id name of the reset line (can be NULL) |
---|
| 36 | + * @con_id: name of the reset line (can be NULL) |
---|
37 | 37 | */ |
---|
38 | 38 | struct reset_control_lookup { |
---|
39 | 39 | struct list_head list; |
---|
.. | .. |
---|
62 | 62 | * @of_node: corresponding device tree node as phandle target |
---|
63 | 63 | * @of_reset_n_cells: number of cells in reset line specifiers |
---|
64 | 64 | * @of_xlate: translation function to translate from specifier as found in the |
---|
65 | | - * device tree to id as given to the reset control ops |
---|
| 65 | + * device tree to id as given to the reset control ops, defaults |
---|
| 66 | + * to :c:func:`of_reset_simple_xlate`. |
---|
66 | 67 | * @nr_resets: number of reset controls in this reset controller device |
---|
67 | 68 | */ |
---|
68 | 69 | struct reset_controller_dev { |
---|