kernel - pinctrl (二)
一、pinctrl的接口使用示例// 以下是一个使用pinctrl的简单例子static int leds_probe(struct platform_device * pdev){ ...... struct pinctrl * leds_pctrl; struct pinctrl_state * leds_pin_state; ...