Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmemblock.h135 struct memblock_type *type_a,
140 struct memblock_type *type_a,
161 #define for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
163 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
166 __next_mem_range(&i, nid, flags, type_a, type_b, \
181 #define for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
184 __next_mem_range_rev(&i, nid, flags, type_a, type_b,\
187 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/Linux-v5.4/mm/
Dmemblock.c1016 struct memblock_type *type_a, in __next_mem_range() argument
1028 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range()
1029 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range()
1113 struct memblock_type *type_a, in __next_mem_range_rev() argument
1125 idx_a = type_a->cnt - 1; in __next_mem_range_rev()
1133 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev()
/Linux-v5.4/drivers/acpi/
Dsleep.c83 u8 type_a, type_b; in acpi_sleep_state_supported() local
85 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/Linux-v5.4/drivers/nfc/pn533/
Dpn533.c655 static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a, in pn533_target_type_a_is_valid() argument
670 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid()
671 platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res); in pn533_target_type_a_is_valid()
680 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid()