···7272 * group selector @pins, and the size of the array in @num_pins7373 * @pin_dbg_show: optional debugfs display hook that will provide per-device7474 * info for a certain pin in debugfs7575+ * @dt_node_to_map: parse a device tree "pin configuration node", and create7676+ * mapping table entries for it. These are returned through the @map and7777+ * @num_maps output parameters. This function is optional, and may be7878+ * omitted for pinctrl drivers that do not support device tree.7979+ * @dt_free_map: free mapping table entries created via @dt_node_to_map. The8080+ * top-level @map pointer must be freed, along with any dynamically8181+ * allocated members of the mapping table entries themselves. This8282+ * function is optional, and may be omitted for pinctrl drivers that do8383+ * not support device tree.7584 */7685struct pinctrl_ops {7786 int (*get_groups_count) (struct pinctrl_dev *pctldev);