Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/vga/
Dvgaarb.c96 static int vga_str_to_iostate(char *buf, int str_size, int *io_state) in vga_str_to_iostate() argument
101 *io_state = VGA_RSRC_NONE; in vga_str_to_iostate()
114 *io_state = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM; in vga_str_to_iostate()
917 unsigned int io_state; in vga_arb_write() local
943 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) { in vga_arb_write()
947 if (io_state == VGA_RSRC_NONE) { in vga_arb_write()
958 vga_get_uninterruptible(pdev, io_state); in vga_arb_write()
963 if (io_state & VGA_RSRC_LEGACY_IO) in vga_arb_write()
965 if (io_state & VGA_RSRC_LEGACY_MEM) in vga_arb_write()
980 io_state = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM; in vga_arb_write()
[all …]
/linux-4.4.14/Documentation/
Dvgaarbiter.txt54 "<card_ID>,decodes=<io_state>,owns=<io_state>,locks=<io_state> (ic,mc)"
68 lock <io_state> : acquires locks on target ("none" is an invalid io_state)
69 trylock <io_state> : non-blocking acquire locks on target (returns EBUSY if
71 unlock <io_state> : release locks on target
74 decodes <io_state> : set the legacy decoding attributes for the card
/linux-4.4.14/arch/arm/mach-imx/
Dpm-imx5.c136 struct imx5_suspend_io_state io_state[MX5_MAX_SUSPEND_IOSTATE]; member
349 memcpy(suspend_info->io_state, soc_data->suspend_io_config, in imx5_suspend_init()
350 sizeof(*suspend_info->io_state) * soc_data->suspend_io_count); in imx5_suspend_init()