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

/linux-master/arch/parisc/kernel/
H A Ddrivers.c77 * for_each_padev - Iterate over all devices in the tree
86 static int for_each_padev(int (*fn)(struct device *, void *), void * data) function
209 for_each_padev(match_and_count, &m);
253 ret = for_each_padev(find_device, &d);
277 ret = for_each_padev(is_IKE_device, NULL);
980 for_each_padev(qemu_print_hpa, NULL);
1098 for_each_padev(print_one_device, NULL);
1102 for_each_padev(qemu_print_iodc_data, NULL);

Completed in 89 milliseconds