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

/linux-4.4.14/drivers/platform/x86/
H A Dfujitsu-tablet.c178 int io_length; member in struct:__anon8812
443 fujitsu.io_length = res->data.io.address_length; fujitsu_walk_resources()
481 if (!request_region(fujitsu.io_base, fujitsu.io_length, MODULENAME)) { acpi_fujitsu_add()
491 release_region(fujitsu.io_base, fujitsu.io_length); acpi_fujitsu_add()
502 release_region(fujitsu.io_base, fujitsu.io_length); acpi_fujitsu_remove()
/linux-4.4.14/drivers/pci/hotplug/
H A Dcpqphp_pci.c1253 u16 io_length = readw(one_slot + IO_LENGTH); cpqhp_find_available_resources() local
1260 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, cpqhp_find_available_resources()
1304 temp_dword = io_base + io_length; cpqhp_find_available_resources()
1312 io_node->length = io_length; cpqhp_find_available_resources()
H A Dcpqphp.h216 u16 io_length; member in struct:slot_rt
232 IO_LENGTH = offsetof(struct slot_rt, io_length),
/linux-4.4.14/fs/xfs/
H A Dxfs_buf.c182 * Set length and io_length to the same value initially. _xfs_buf_alloc()
183 * I/O routines should use io_length, which will be the same in _xfs_buf_alloc()

Completed in 134 milliseconds