Home
last modified time | relevance | path

Searched refs:addr_space (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/gma500/
Dframebuffer.h32 struct address_space *addr_space; member
Dframebuffer.c172 if (!psbfb->addr_space) in psbfb_mmap()
173 psbfb->addr_space = vma->vm_file->f_mapping; in psbfb_mmap()
/drivers/char/ipmi/
Dipmi_si_intf.c1752 int addr_space; in hotmod_handler() local
1797 rv = parse_str(hotmod_as, &addr_space, "address space", &curr); in hotmod_handler()
1868 info->io.addr_type = addr_space; in hotmod_handler()
1869 if (addr_space == IPMI_MEM_ADDR_SPACE) in hotmod_handler()
1903 if (e->io.addr_type != addr_space) in hotmod_handler()
2340 u8 addr_space; member
2362 dmi->addr_space = IPMI_IO_ADDR_SPACE; in decode_dmi()
2365 dmi->addr_space = IPMI_MEM_ADDR_SPACE; in decode_dmi()
2400 dmi->addr_space = IPMI_IO_ADDR_SPACE; in decode_dmi()
2437 switch (ipmi_data->addr_space) { in try_init_dmi()
[all …]