Lines Matching defs:maps
57 /* List of pinctrl maps (struct pinctrl_maps) */
1070 /* Iterate over the pin control maps to locate the right ones */
1420 * @maps: the pincontrol mappings table to register. Note the pinctrl-core
1421 * keeps a reference to the passed in maps, so they should _not_ be
1423 * @num_maps: the number of maps in the mapping table
1425 int pinctrl_register_mappings(const struct pinctrl_map *maps,
1431 pr_debug("add %u pinctrl maps\n", num_maps);
1435 if (!maps[i].dev_name) {
1437 maps[i].name, i);
1441 if (!maps[i].name) {
1447 if (maps[i].type != PIN_MAP_TYPE_DUMMY_STATE &&
1448 !maps[i].ctrl_dev_name) {
1450 maps[i].name, i);
1454 switch (maps[i].type) {
1458 ret = pinmux_validate_map(&maps[i], i);
1464 ret = pinconf_validate_map(&maps[i], i);
1470 maps[i].name, i);
1479 maps_node->maps = maps;
1501 if (maps_node->maps == map) {
1829 seq_puts(s, "Pinctrl maps:\n");
1867 seq_puts(s, "Requested pin control handlers their pinmux maps:\n");
1964 debugfs_create_file("pinctrl-maps", 0444,