type_list          22 drivers/vfio/mdev/mdev_private.h 	struct list_head type_list;
type_list         170 drivers/vfio/mdev/mdev_sysfs.c 			list_for_each_entry_safe(ltype, tmp, &parent->type_list,
type_list         177 drivers/vfio/mdev/mdev_sysfs.c 		list_add(&type->next, &parent->type_list);
type_list         187 drivers/vfio/mdev/mdev_sysfs.c 	list_for_each_entry_safe(type, tmp, &parent->type_list, next) {
type_list         206 drivers/vfio/mdev/mdev_sysfs.c 	INIT_LIST_HEAD(&parent->type_list);
type_list         715 scripts/asn1_compiler.c static struct type *type_list;
type_list         763 scripts/asn1_compiler.c 	types = type_list = calloc(nr + 1, sizeof(type_list[0]));
type_list         764 scripts/asn1_compiler.c 	if (!type_list) {
type_list         810 scripts/asn1_compiler.c 	type = type_list;
type_list        1253 scripts/asn1_compiler.c 		dump_element(type_list[0].element, 0);
type_list        1359 scripts/asn1_compiler.c 	root = &type_list[0];
type_list        1374 scripts/asn1_compiler.c 	root = &type_list[0];