Searched refs:type_a (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | memblock.h | 88 void __next_mem_range(u64 *idx, int nid, struct memblock_type *type_a, 92 void __next_mem_range_rev(u64 *idx, int nid, struct memblock_type *type_a, 107 #define for_each_mem_range(i, type_a, type_b, nid, \ argument 109 for (i = 0, __next_mem_range(&i, nid, type_a, type_b, \ 112 __next_mem_range(&i, nid, type_a, type_b, \ 126 #define for_each_mem_range_rev(i, type_a, type_b, nid, \ argument 129 __next_mem_range_rev(&i, nid, type_a, type_b, \ 132 __next_mem_range_rev(&i, nid, type_a, type_b, \
|
/linux-4.1.27/mm/ |
D | memblock.c | 807 struct memblock_type *type_a, in __next_mem_range() argument 819 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range() 820 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range() 907 struct memblock_type *type_a, in __next_mem_range_rev() argument 919 idx_a = type_a->cnt - 1; in __next_mem_range_rev() 924 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev()
|
/linux-4.1.27/drivers/acpi/ |
D | sleep.c | 79 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.1.27/drivers/nfc/ |
D | pn533.c | 1227 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()
|