Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dsleep.c90 u8 type_a, type_b; in acpi_sleep_state_supported() local
92 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/linux/tools/perf/util/
H A Dannotate-data.c466 static bool is_better_type(Dwarf_Die *type_a, Dwarf_Die *type_b) in is_compound_type()
473 ptr_type_a = die_get_pointer_type(type_a, &ptr_a); in is_better_type() argument
490 type_a = &die_a; in is_better_type()
495 if (dwarf_aggregate_size(type_a, &size_a) < 0 || in is_better_type()
503 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1490 static bool coresight_compare_type(enum coresight_dev_type type_a, in coresight_compare_type() argument
1495 if (type_a != type_b) in coresight_compare_type()
1498 switch (type_a) { in coresight_compare_type()
/linux/drivers/nfc/pn533/
H A Dpn533.c673 static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a, in pn533_target_type_a_is_valid() argument
688 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid()
689 platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res); in pn533_target_type_a_is_valid()
698 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid()
701 if (type_a->nfcid_len > NFC_NFCID1_MAXSIZE) in pn533_target_type_a_is_valid()