Searched refs:of_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | mfd-core.c | 104 struct mfd_of_node_entry *of_entry; in mfd_match_of_node_to_dev() local 108 list_for_each_entry(of_entry, &mfd_of_node_list, list) in mfd_match_of_node_to_dev() 109 if (of_entry->np == np) in mfd_match_of_node_to_dev() 126 of_entry = kzalloc(sizeof(*of_entry), GFP_KERNEL); in mfd_match_of_node_to_dev() 127 if (!of_entry) in mfd_match_of_node_to_dev() 130 of_entry->dev = &pdev->dev; in mfd_match_of_node_to_dev() 131 of_entry->np = np; in mfd_match_of_node_to_dev() 132 list_add_tail(&of_entry->list, &mfd_of_node_list); in mfd_match_of_node_to_dev() 148 struct mfd_of_node_entry *of_entry, *tm in mfd_add_device() local 348 struct mfd_of_node_entry *of_entry, *tmp; mfd_remove_devices_fn() local [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | mfd-core.c | 125 struct mfd_of_node_entry *of_entry; in mfd_match_of_node_to_dev() local 130 list_for_each_entry(of_entry, &mfd_of_node_list, list) in mfd_match_of_node_to_dev() 131 if (of_entry->np == np) in mfd_match_of_node_to_dev() 151 of_entry = kzalloc(sizeof(*of_entry), GFP_KERNEL); in mfd_match_of_node_to_dev() 152 if (!of_entry) in mfd_match_of_node_to_dev() 155 of_entry->dev = &pdev->dev; in mfd_match_of_node_to_dev() 156 of_entry->np = np; in mfd_match_of_node_to_dev() 157 list_add_tail(&of_entry->list, &mfd_of_node_list); in mfd_match_of_node_to_dev() 173 struct mfd_of_node_entry *of_entry, *tm in mfd_add_device() local [all...] |
Completed in 2 milliseconds