Lines Matching defs:maps
57 /* List of pinctrl maps (struct pinctrl_maps) */
1056 /* Iterate over the pin control maps to locate the right ones */
1383 * @maps: the pincontrol mappings table to register. Note the pinctrl-core
1384 * keeps a reference to the passed in maps, so they should _not_ be
1386 * @num_maps: the number of maps in the mapping table
1388 int pinctrl_register_mappings(const struct pinctrl_map *maps,
1394 pr_debug("add %u pinctrl maps\n", num_maps);
1398 if (!maps[i].dev_name) {
1400 maps[i].name, i);
1404 if (!maps[i].name) {
1410 if (maps[i].type != PIN_MAP_TYPE_DUMMY_STATE &&
1411 !maps[i].ctrl_dev_name) {
1413 maps[i].name, i);
1417 switch (maps[i].type) {
1421 ret = pinmux_validate_map(&maps[i], i);
1427 ret = pinconf_validate_map(&maps[i], i);
1433 maps[i].name, i);
1442 maps_node->maps = maps;
1464 if (maps_node->maps == map) {
1788 seq_puts(s, "Pinctrl maps:\n");
1826 seq_puts(s, "Requested pin control handlers their pinmux maps:\n");
1923 debugfs_create_file("pinctrl-maps", S_IFREG | S_IRUGO,