Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/orinoco/
Dhermes_dld.c149 hermes_find_pdr(const struct pdr *first_pdr, u32 record_id, const void *end) in hermes_find_pdr() argument
166 if (pdr_id(pdr) == record_id) in hermes_find_pdr()
176 hermes_find_pdi(const struct pdi *first_pdi, u32 record_id, const void *end) in hermes_find_pdi() argument
186 if (pdi_id(pdi) == record_id) in hermes_find_pdi()
401 int record_id; in hermes_apply_pda_with_defaults() local
415 record_id = pdr_id(pdr); in hermes_apply_pda_with_defaults()
417 pdi = hermes_find_pdi(first_pdi, record_id, pda_end); in hermes_apply_pda_with_defaults()
420 record_id, pdi); in hermes_apply_pda_with_defaults()
422 switch (record_id) { in hermes_apply_pda_with_defaults()
425 outdoor_pdi = hermes_find_pdi(first_pdi, record_id + 1, in hermes_apply_pda_with_defaults()
[all …]
/drivers/acpi/apei/
Derst.c440 static int __erst_get_next_record_id(u64 *record_id) in __erst_get_next_record_id() argument
449 *record_id = apei_exec_ctx_get_output(&ctx); in __erst_get_next_record_id()
540 int erst_get_record_id_next(int *pos, u64 *record_id) in erst_get_record_id_next() argument
559 *record_id = entries[*pos]; in erst_get_record_id_next()
570 *record_id = erst_record_id_cache.entries[*pos]; in erst_get_record_id_next()
575 *record_id = APEI_ERST_INVALID_RECORD_ID; in erst_get_record_id_next()
660 static int __erst_read_from_storage(u64 record_id, u64 offset) in __erst_read_from_storage() argument
675 apei_exec_ctx_set_input(&ctx, record_id); in __erst_read_from_storage()
703 static int __erst_clear_from_storage(u64 record_id) in __erst_clear_from_storage() argument
714 apei_exec_ctx_set_input(&ctx, record_id); in __erst_clear_from_storage()
[all …]
Derst-dbg.c58 u64 record_id; in erst_dbg_ioctl() local
63 rc = copy_from_user(&record_id, (void __user *)arg, in erst_dbg_ioctl()
64 sizeof(record_id)); in erst_dbg_ioctl()
67 return erst_clear(record_id); in erst_dbg_ioctl()
/drivers/hwmon/
Dibmaem.c207 u16 record_id; member