Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-thunderbay.c57 static u32 thb_pinx_status[THB_MAX_NPINS_SUPPORTED]; variable
659 if (thb_pinx_status[pin] == 0u) { in thunderbay_request_gpio()
666 thb_pinx_status[pin] = 1u; in thunderbay_request_gpio()
681 if (thb_pinx_status[pin] == 1u) { in thunderbay_free_gpio()
693 thb_pinx_status[pin] = 0u; in thunderbay_free_gpio()
745 thb_pinx_status[group->pins[i]] = 1u; in thb_pinctrl_set_mux()