Home
last modified time | relevance | path

Searched refs:PAD_UNLOCKED (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/pinctrl/intel/
Dpinctrl-intel.c216 PAD_UNLOCKED = 0, enumerator
228 int ret = PAD_UNLOCKED; in intel_pad_locked()
234 return PAD_UNLOCKED; in intel_pad_locked()
262 return (intel_pad_locked(pctrl, pin) & PAD_LOCKED) == PAD_UNLOCKED; in intel_pad_is_unlocked()