ioports            56 drivers/gpu/drm/bochs/bochs.h 	int            ioports;
ioports           136 drivers/gpu/drm/bochs/bochs_hw.c 		bochs->ioports = 1;
ioports           173 drivers/gpu/drm/bochs/bochs_hw.c 		 bochs->ioports ? "ioports" : "mmio",
ioports           197 drivers/gpu/drm/bochs/bochs_hw.c 	if (bochs->ioports)
ioports          3359 drivers/platform/x86/sony-laptop.c 	struct list_head		ioports;
ioports          3372 drivers/platform/x86/sony-laptop.c 	.ioports	= LIST_HEAD_INIT(spic_dev.ioports),
ioports          4347 drivers/platform/x86/sony-laptop.c 			list_add(&ioport->list, &dev->ioports);
ioports          4391 drivers/platform/x86/sony-laptop.c 				list_first_entry(&dev->ioports, struct sony_pic_ioport, list);
ioports          4678 drivers/platform/x86/sony-laptop.c 	list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) {
ioports          4723 drivers/platform/x86/sony-laptop.c 	list_for_each_entry_reverse(io, &spic_dev.ioports, list) {
ioports          4824 drivers/platform/x86/sony-laptop.c 	list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) {