staticvoidqpnp_vreg_show_state(struct regulator_dev *rdev,enumqpnp_regulator_action action){structqpnp_regulator*vreg=rdev_get_drvdata(rdev);constchar*action_label = qpnp_print_actions[action];unsignedintmode =0;intuV =0;constchar*mode_label ="";enumqpnp_regulator_logical_type type;constchar...