sp_reset
static inline struct sp_reset *to_sp_reset(struct reset_controller_dev *rcdev)
return container_of(rcdev, struct sp_reset, rcdev);
struct sp_reset *reset = to_sp_reset(rcdev);
struct sp_reset *reset = to_sp_reset(rcdev);
struct sp_reset *reset = container_of(nb, struct sp_reset, notifier);
struct sp_reset *reset;