Searched refs:S1394_LOCK_FAILED (Results 1 – 3 of 3) sorted by relevance
560 *status |= S1394_LOCK_FAILED; in s1394_alloc_cfgrom()739 *status |= S1394_LOCK_FAILED; in s1394_read_bus_info_blk()746 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_bus_info_blk()755 ASSERT(((*status) & S1394_LOCK_FAILED) != 0); in s1394_read_bus_info_blk()806 if (((*status) & S1394_LOCK_FAILED) != 0) { in s1394_read_bus_info_blk()858 *status |= S1394_LOCK_FAILED; in s1394_read_rest_of_cfgrom()866 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_rest_of_cfgrom()893 if (((*status) & S1394_LOCK_FAILED) != 0) { in s1394_read_rest_of_cfgrom()957 status = S1394_LOCK_FAILED; in s1394_cfgrom_scan_phase1()993 if ((status & S1394_LOCK_FAILED) != 0) in s1394_cfgrom_scan_phase1()[all …]
884 if ((status & S1394_LOCK_FAILED) == 0) { in s1394_process_topology_tree()
238 S1394_LOCK_FAILED = (1 << 1), enumerator