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.c1709 int addr_space; in hotmod_handler() local
1754 rv = parse_str(hotmod_as, &addr_space, "address space", &curr); in hotmod_handler()
1825 info->io.addr_type = addr_space; in hotmod_handler()
1826 if (addr_space == IPMI_MEM_ADDR_SPACE) in hotmod_handler()
1856 if (e->io.addr_type != addr_space) in hotmod_handler()
2287 u8 addr_space; member
2309 dmi->addr_space = IPMI_IO_ADDR_SPACE; in decode_dmi()
2312 dmi->addr_space = IPMI_MEM_ADDR_SPACE; in decode_dmi()
2347 dmi->addr_space = IPMI_IO_ADDR_SPACE; in decode_dmi()
2384 switch (ipmi_data->addr_space) { in try_init_dmi()
[all …]