Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h130 struct memblock_type *type_a,
135 struct memblock_type *type_a,
177 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
179 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
182 __next_mem_range(&i, nid, flags, type_a, type_b, \
197 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
200 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
203 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c1017 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()
1035 if (should_skip_region(type_a, m, nid, flags)) 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()
1139 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range_rev()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsleep.c86 u8 type_a, type_b; in acpi_sleep_state_supported() local
88 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0020-target-ppc-move-xs-n-madd-am-ds-p-xs-n-msub-am-ds-p-.patch176 +static bool do_xsmadd_XX3(DisasContext *ctx, arg_XX3 *a, bool type_a,
181 + if (type_a) {
/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.c681 static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a, in pn533_target_type_a_is_valid() argument
696 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid()
697 platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res); in pn533_target_type_a_is_valid()
706 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid()
709 if (type_a->nfcid_len > NFC_NFCID1_MAXSIZE) in pn533_target_type_a_is_valid()