Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/apei/
Derst.c485 u64 id, prev_id, first_id; in __erst_record_id_cache_add_one() local
490 id = prev_id = first_id = APEI_ERST_INVALID_RECORD_ID; in __erst_record_id_cache_add_one()
502 if (id == prev_id || id == first_id) in __erst_record_id_cache_add_one()
504 if (first_id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()
505 first_id = id; in __erst_record_id_cache_add_one()
/linux-3.4.99/drivers/usb/gadget/
Df_fs.c1345 int first_id; in functionfs_bind() local
1353 first_id = usb_string_ids_n(cdev, ffs->strings_count); in functionfs_bind()
1354 if (unlikely(first_id < 0)) in functionfs_bind()
1355 return first_id; in functionfs_bind()
1367 int id = first_id; in functionfs_bind()