tps380x_reset
struct tps380x_reset *to_tps380x_reset(struct reset_controller_dev *rcdev)
return container_of(rcdev, struct tps380x_reset, rcdev);
struct tps380x_reset *tps380x = to_tps380x_reset(rcdev);
struct tps380x_reset *tps380x = to_tps380x_reset(rcdev);
struct tps380x_reset *tps380x;