···3535 * name can be used with the generic @pinctrl_ops to retrieve the3636 * actual pins affected. The applicable groups will be returned in3737 * @groups and the number of groups in @num_groups3838+ * @function_is_gpio: determine if the indicated function selector passed3939+ * corresponds to the GPIO function which is used by the accelerated GPIO4040+ * functions @gpio_request_enable, @gpio_disable_free and4141+ * @gpio_set_direction. When the pin control core can properly determine4242+ * if a function is a GPIO function, it is easier to use the @strict mode4343+ * on the pin controller. Since a single function is passed, this is4444+ * only useful on pin controllers that use a specific function for GPIO,4545+ * and that usually presupposes that a one-group-per-pin approach is4646+ * used, so that a single function can be set on a single pin to turn4747+ * it to GPIO mode.3848 * @set_mux: enable a certain muxing function with a certain pin group. The3949 * driver does not need to figure out whether enabling this function4050 * conflicts some other use of the pins in that group, such collisions