Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmemblock.h137 struct memblock_type *type_a,
142 struct memblock_type *type_a,
184 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
186 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
189 __next_mem_range(&i, nid, flags, type_a, type_b, \
204 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
207 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
210 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/linux-6.6.21/mm/
Dmemblock.c1062 struct memblock_type *type_a, in __next_mem_range() argument
1073 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range()
1074 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range()
1080 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range()
1158 struct memblock_type *type_a, in __next_mem_range_rev() argument
1170 idx_a = type_a->cnt - 1; in __next_mem_range_rev()
1178 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev()
1184 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range_rev()
/linux-6.6.21/drivers/acpi/
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-6.6.21/drivers/hwtracing/coresight/
Dcoresight-core.c1689 static bool coresight_compare_type(enum coresight_dev_type type_a, in coresight_compare_type() argument
1694 if (type_a != type_b) in coresight_compare_type()
1697 switch (type_a) { in coresight_compare_type()
/linux-6.6.21/drivers/nfc/pn533/
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()