Home
last modified time | relevance | path

Searched refs:ud_temp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dnodemgr.c527 struct unit_directory *ud_temp = NULL; in nodemgr_process_unit_directory() local
616 ud_temp = nodemgr_process_unit_directory(ne, address + value * 4, ud); in nodemgr_process_unit_directory()
618 if (ud_temp == NULL) in nodemgr_process_unit_directory()
623 !(ud_temp->flags & UNIT_DIRECTORY_VENDOR_ID)) in nodemgr_process_unit_directory()
625 ud_temp->flags |= UNIT_DIRECTORY_VENDOR_ID; in nodemgr_process_unit_directory()
626 ud_temp->vendor_id = ud->vendor_id; in nodemgr_process_unit_directory()
629 !(ud_temp->flags & UNIT_DIRECTORY_MODEL_ID)) in nodemgr_process_unit_directory()
631 ud_temp->flags |= UNIT_DIRECTORY_MODEL_ID; in nodemgr_process_unit_directory()
632 ud_temp->model_id = ud->model_id; in nodemgr_process_unit_directory()
635 !(ud_temp->flags & UNIT_DIRECTORY_SPECIFIER_ID)) in nodemgr_process_unit_directory()
[all …]