Searched refs:handler_flags (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dvga_switcheroo.h163 enum vga_switcheroo_handler_flags_t handler_flags);
183 enum vga_switcheroo_handler_flags_t handler_flags) { return 0; }
182 vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler, enum vga_switcheroo_handler_flags_t handler_flags) argument
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c141 * @handler_flags: flags of registered handler
160 enum vga_switcheroo_handler_flags_t handler_flags; member in struct:vgasr_priv
228 * @handler_flags: handler flags
237 enum vga_switcheroo_handler_flags_t handler_flags)
246 vgasr_priv.handler_flags = handler_flags;
265 vgasr_priv.handler_flags = 0;
287 return vgasr_priv.handler_flags;
446 !vgasr_priv.handler_flags)
235 vga_switcheroo_register_handler( const struct vga_switcheroo_handler *handler, enum vga_switcheroo_handler_flags_t handler_flags) argument
/linux-master/drivers/acpi/acpica/
H A Devhandler.c134 if (handler_obj->address_space.handler_flags &
500 handler_obj->address_space.handler_flags = flags;
H A Ddbdisply.c957 handler_flags &
985 handler_flags &
1085 (handler_obj->address_space.handler_flags &
H A Devregion.c237 if (!(handler_desc->address_space.handler_flags &
316 if (!(handler_desc->address_space.handler_flags &
H A Dacobject.h284 u8 handler_flags; member in struct:acpi_object_addr_handler
294 /* Flags for address handler (handler_flags) */
H A Dutdelete.c235 if (handler_desc->address_space.handler_flags &
/linux-master/drivers/platform/x86/
H A Dapple-gmux.c91 enum vga_switcheroo_handler_flags_t handler_flags; member in struct:apple_gmux_config
578 .handler_flags = VGA_SWITCHEROO_CAN_SWITCH_DDC,
590 .handler_flags = VGA_SWITCHEROO_NEEDS_EDP_CONFIG,
602 .handler_flags = VGA_SWITCHEROO_NEEDS_EDP_CONFIG,
956 gmux_data->config->handler_flags);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c662 enum vga_switcheroo_handler_flags_t handler_flags = 0; local
669 vga_switcheroo_register_handler(&amdgpu_atpx_handler, handler_flags);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c601 enum vga_switcheroo_handler_flags_t handler_flags = 0; local
608 vga_switcheroo_register_handler(&radeon_atpx_handler, handler_flags);

Completed in 149 milliseconds