Home
last modified time | relevance | path

Searched refs:of_entry (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
A Dmfd-core.c113 struct mfd_of_node_entry *of_entry; in mfd_match_of_node_to_dev() local
119 if (of_entry->np == np) in mfd_match_of_node_to_dev()
139 of_entry = kzalloc(sizeof(*of_entry), GFP_KERNEL); in mfd_match_of_node_to_dev()
140 if (!of_entry) in mfd_match_of_node_to_dev()
143 of_entry->dev = &pdev->dev; in mfd_match_of_node_to_dev()
144 of_entry->np = np; in mfd_match_of_node_to_dev()
145 list_add_tail(&of_entry->list, &mfd_of_node_list); in mfd_match_of_node_to_dev()
161 struct mfd_of_node_entry *of_entry, *tmp; in mfd_add_device() local
296 if (of_entry->dev == &pdev->dev) { in mfd_add_device()
297 list_del(&of_entry->list); in mfd_add_device()
[all …]

Completed in 3 milliseconds