Searched refs:fw_csr_iterator_next (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/firewire/ |
D | core-device.c | 54 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next() function 61 EXPORT_SYMBOL(fw_csr_iterator_next); 69 while (fw_csr_iterator_next(&ci, &key, &value)) { in search_leaf() 139 while (fw_csr_iterator_next(&ci, &key, &value)) { in get_ids() 278 while (fw_csr_iterator_next(&ci, &key, &value)) in show_immediate() 442 while (fw_csr_iterator_next(&ci, &key, &value)) { in units_sprintf() 465 while (fw_csr_iterator_next(&ci, &key, &value)) { in units_show() 710 while (fw_csr_iterator_next(&ci, &key, &value)) { in create_units()
|
D | sbp2.c | 1023 while (fw_csr_iterator_next(&ci, &key, &value)) in sbp2_scan_logical_unit_dir() 1037 while (fw_csr_iterator_next(&ci, &key, &value)) { in sbp2_scan_unit_dir()
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-tcelectronic.c | 78 while (fw_csr_iterator_next(&it, &key, &val)) { in snd_dice_detect_tcelectronic_formats()
|
D | dice.c | 42 while (fw_csr_iterator_next(&it, &key, &val)) { in check_dice_category()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu.c | 37 while (fw_csr_iterator_next(&it, &key, &val)) { in name_card()
|
/Linux-v4.19/include/linux/ |
D | firewire.h | 75 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value);
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw.c | 191 while (fw_csr_iterator_next(&it, &key, &val)) { in detect_quirks()
|
/Linux-v4.19/sound/firewire/ |
D | isight.c | 615 while (fw_csr_iterator_next(&i, &key, &value)) in get_unit_base()
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.c | 2054 while (fw_csr_iterator_next(&ci, &key, &val)) { in fwserial_add_peer()
|