Searched refs:io_length (Results 1 - 3 of 3) sorted by relevance

/drivers/platform/x86/
H A Dfujitsu-tablet.c137 int io_length; member in struct:__anon3818
371 fujitsu.io_length = res->data.io.address_length;
409 if (!request_region(fujitsu.io_base, fujitsu.io_length, MODULENAME)) {
419 release_region(fujitsu.io_base, fujitsu.io_length);
430 release_region(fujitsu.io_base, fujitsu.io_length);
/drivers/pci/hotplug/
H A Dcpqphp_pci.c1247 u16 io_length = readw(one_slot + IO_LENGTH); local
1254 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length,
1298 temp_dword = io_base + io_length;
1306 io_node->length = io_length;
H A Dcpqphp.h216 u16 io_length; member in struct:slot_rt
232 IO_LENGTH = offsetof(struct slot_rt, io_length),

Completed in 135 milliseconds