Home
last modified time | relevance | path

Searched defs:reset_control_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dreset-controller.h18 struct reset_control_ops { struct
19 int (*reset)(struct reset_controller_dev *rcdev, unsigned long id);
20 int (*assert)(struct reset_controller_dev *rcdev, unsigned long id);
21 int (*deassert)(struct reset_controller_dev *rcdev, unsigned long id);
22 int (*status)(struct reset_controller_dev *rcdev, unsigned long id);