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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Ddrivers.c78 * for_each_padev - Iterate over all devices in the tree
87 static int for_each_padev(int (*fn)(struct device *, void *), void * data) function
212 for_each_padev(match_and_count, &m);
256 ret = for_each_padev(find_device, &d);
919 for_each_padev(print_one_device, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Ddrivers.c78 * for_each_padev - Iterate over all devices in the tree
87 static int for_each_padev(int (*fn)(struct device *, void *), void * data) function
212 for_each_padev(match_and_count, &m);
256 ret = for_each_padev(find_device, &d);
919 for_each_padev(print_one_device, NULL);

Completed in 75 milliseconds