Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemblock.h93 struct memblock_type *type_a,
98 struct memblock_type *type_a,
117 #define for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
119 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
122 __next_mem_range(&i, nid, flags, type_a, type_b, \
137 #define for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
140 __next_mem_range_rev(&i, nid, flags, type_a, type_b,\
143 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/linux-4.4.14/mm/
Dmemblock.c885 struct memblock_type *type_a, in __next_mem_range() argument
897 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range()
898 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range()
990 struct memblock_type *type_a, in __next_mem_range_rev() argument
1002 idx_a = type_a->cnt - 1; in __next_mem_range_rev()
1007 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev()
/linux-4.4.14/drivers/acpi/
Dsleep.c79 u8 type_a, type_b; in acpi_sleep_state_supported() local
81 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/linux-4.4.14/drivers/nfc/
Dpn533.c1227 static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a, in pn533_target_type_a_is_valid() argument
1240 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid()
1241 platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res); in pn533_target_type_a_is_valid()
1250 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid()