Home
last modified time | relevance | path

Searched refs:io_state (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/
H A Dvgaarb.c78 static int vga_str_to_iostate(char *buf, int str_size, unsigned int *io_state) in vga_str_to_iostate() argument
85 *io_state = VGA_RSRC_NONE; in vga_str_to_iostate()
98 *io_state = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM; in vga_str_to_iostate()
1132 unsigned int io_state; in vga_arb_write() local
1153 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) { in vga_arb_write()
1157 if (io_state == VGA_RSRC_NONE) { in vga_arb_write()
1168 vga_get_uninterruptible(pdev, io_state); in vga_arb_write()
1173 if (io_state & VGA_RSRC_LEGACY_IO) in vga_arb_write()
1175 if (io_state & VGA_RSRC_LEGACY_MEM) in vga_arb_write()
1190 io_state = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM; in vga_arb_write()
[all …]
/linux/arch/arm/mach-imx/
H A Dpm-imx5.c131 struct imx5_suspend_io_state io_state[MX5_MAX_SUSPEND_IOSTATE]; member
346 memcpy(suspend_info->io_state, soc_data->suspend_io_config, in imx5_suspend_init()
347 sizeof(*suspend_info->io_state) * soc_data->suspend_io_count); in imx5_suspend_init()