type_a             83 drivers/acpi/sleep.c 	u8 type_a, type_b;
type_a             85 drivers/acpi/sleep.c 	status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b);
type_a            655 drivers/nfc/pn533/pn533.c static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a,
type_a            670 drivers/nfc/pn533/pn533.c 	ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res);
type_a            671 drivers/nfc/pn533/pn533.c 	platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res);
type_a            680 drivers/nfc/pn533/pn533.c 	if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0)
type_a            135 include/linux/memblock.h 		      struct memblock_type *type_a,
type_a            140 include/linux/memblock.h 			  struct memblock_type *type_a,
type_a            161 include/linux/memblock.h #define for_each_mem_range(i, type_a, type_b, nid, flags,		\
type_a            163 include/linux/memblock.h 	for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b,	\
type_a            166 include/linux/memblock.h 	     __next_mem_range(&i, nid, flags, type_a, type_b,		\
type_a            181 include/linux/memblock.h #define for_each_mem_range_rev(i, type_a, type_b, nid, flags,		\
type_a            184 include/linux/memblock.h 		     __next_mem_range_rev(&i, nid, flags, type_a, type_b,\
type_a            187 include/linux/memblock.h 	     __next_mem_range_rev(&i, nid, flags, type_a, type_b,	\
type_a           1016 mm/memblock.c  				      struct memblock_type *type_a,
type_a           1028 mm/memblock.c  	for (; idx_a < type_a->cnt; idx_a++) {
type_a           1029 mm/memblock.c  		struct memblock_region *m = &type_a->regions[idx_a];
type_a           1113 mm/memblock.c  					  struct memblock_type *type_a,
type_a           1125 mm/memblock.c  		idx_a = type_a->cnt - 1;
type_a           1133 mm/memblock.c  		struct memblock_region *m = &type_a->regions[idx_a];