Searched refs:target_head (Results 1 – 5 of 5) sorted by relevance
177 if ((target->on_hal->target_head == NULL) && in t1394_attach()179 target->on_hal->target_head = target; in t1394_attach()245 if ((target->on_hal->target_head == target) && in t1394_detach()247 target->on_hal->target_head = NULL; in t1394_detach()254 if (target->on_hal->target_head == target) in t1394_detach()255 target->on_hal->target_head = target->target_next; in t1394_detach()
875 temp = hal->target_head; in s1394_target_from_dip_locked()
1419 curr_target = hal->target_head; in s1394_physical_arreq_setup_all()
190 hal->target_head = NULL; in h1394_attach()
548 s1394_target_t *target_head; member