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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-device.c54 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) function
61 EXPORT_SYMBOL(fw_csr_iterator_next); variable
69 while (fw_csr_iterator_next(&ci, &key, &value)) {
136 while (fw_csr_iterator_next(&ci, &key, &value)) {
254 while (fw_csr_iterator_next(&ci, &key, &value))
410 while (fw_csr_iterator_next(&ci, &key, &value)) {
433 while (fw_csr_iterator_next(&ci, &key, &value)) {
660 while (fw_csr_iterator_next(&ci, &key, &value)) {
H A Dsbp2.c1017 while (fw_csr_iterator_next(&ci, &key, &value))
1031 while (fw_csr_iterator_next(&ci, &key, &value)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfirewire.h73 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value);

Completed in 72 milliseconds