Home
last modified time | relevance | path

Searched refs:dt_maps (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/
H A Ddevicetree.c18 * @node: list node for struct pinctrl's @dt_maps field
54 list_for_each_entry_safe(dt_map, n1, &p->dt_maps, node) { in pinctrl_dt_free_maps()
94 list_add_tail(&dt_map->node, &p->dt_maps); in dt_remember_or_free_map()
H A Dcore.h73 * @dt_maps: the mapping table chunks dynamically parsed from device tree for
82 struct list_head dt_maps; member
H A Dcore.c1045 INIT_LIST_HEAD(&p->dt_maps); in create_pinctrl()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Ddevicetree.c18 * @node: list node for struct pinctrl's @dt_maps field
54 list_for_each_entry_safe(dt_map, n1, &p->dt_maps, node) { in pinctrl_dt_free_maps()
94 list_add_tail(&dt_map->node, &p->dt_maps); in dt_remember_or_free_map()
H A Dcore.h83 * @dt_maps: the mapping table chunks dynamically parsed from device tree for
92 struct list_head dt_maps; member
H A Dcore.c1059 INIT_LIST_HEAD(&p->dt_maps); in create_pinctrl()

Completed in 10 milliseconds