I will try to answer your question for a more general class of systems, namely ones that are governed by the following dynamics
$$
\dot{x} = f(x,u)
$$
with $x\in\mathbb{R}^n$ and $u\in\mathbb{R}^m$.
You were only considering unactuated equilibrium points, so which satisfy $f(x^*,0)=0$ with $x^*$ an equilibrium point. However you can generalize equilibrium points to pairs $(x^*,u^*)$ such that $f(x^*,u^*)=0$. Linearising around such point, using $\Delta x = x - x^*$ and $\Delta u = u - u^*$, gives
$$
\Delta \dot{x}_\textrm{lin} = f(x^*,u^*) + \underbrace{\frac{\partial f}{\partial x}}_A \Delta x + \underbrace{\frac{\partial f}{\partial u}}_B \Delta u = A\,\Delta x + B\,\Delta u.
$$
This can be made locally exponentially stable if $(A,B)$ is stabilizable using a state feedback of the form $\Delta u = -K\,\Delta x$. Or when expressing this in the original coordinates $u = u^* - K(x - x^*)$.