Searched refs:fw_csr_iterator_next (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-device.c | 41 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next() function 48 EXPORT_SYMBOL(fw_csr_iterator_next); 58 while (fw_csr_iterator_next(&ci, &key, &value)) { in search_directory() 72 while (fw_csr_iterator_next(&ci, &key, &value)) { in search_leaf() 141 while (fw_csr_iterator_next(&ci, &key, &value)) { in get_ids() 312 while (fw_csr_iterator_next(&ci, &key, &val)) { in show_immediate() 498 while (fw_csr_iterator_next(&ci, &key, &value)) { in units_sprintf() 522 while (fw_csr_iterator_next(&ci, &key, &value)) { in units_show() 843 while (fw_csr_iterator_next(&ci, &key, &value)) { in create_units()
|
| H A D | sbp2.c | 1011 while (fw_csr_iterator_next(&ci, &key, &value)) in sbp2_scan_logical_unit_dir() 1025 while (fw_csr_iterator_next(&ci, &key, &value)) { in sbp2_scan_unit_dir()
|
| /linux/sound/firewire/dice/ |
| H A D | dice-presonus.c | 34 while (fw_csr_iterator_next(&it, &key, &val)) { in snd_dice_detect_presonus_formats()
|
| H A D | dice-weiss.c | 83 while (fw_csr_iterator_next(&it, &key, &val)) { in snd_dice_detect_weiss_formats()
|
| H A D | dice-tcelectronic.c | 78 while (fw_csr_iterator_next(&it, &key, &val)) { in snd_dice_detect_tcelectronic_formats()
|
| H A D | dice.c | 48 while (fw_csr_iterator_next(&it, &key, &val)) { in check_dice_category()
|
| /linux/sound/firewire/motu/ |
| H A D | motu.c | 36 while (fw_csr_iterator_next(&it, &key, &val)) { in name_card()
|
| /linux/include/linux/ |
| H A D | firewire.h | 76 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value);
|
| /linux/sound/firewire/ |
| H A D | isight.c | 602 while (fw_csr_iterator_next(&i, &key, &value)) in get_unit_base()
|