/kernel/linux/linux-5.10/include/linux/ |
H A D | vga_switcheroo.h | 163 enum vga_switcheroo_handler_flags_t handler_flags); 183 enum vga_switcheroo_handler_flags_t handler_flags) { return 0; } in vga_switcheroo_register_handler() 182 vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler, enum vga_switcheroo_handler_flags_t handler_flags) vga_switcheroo_register_handler() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vga_switcheroo.h | 163 enum vga_switcheroo_handler_flags_t handler_flags); 183 enum vga_switcheroo_handler_flags_t handler_flags) { return 0; } in vga_switcheroo_register_handler() 182 vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler, enum vga_switcheroo_handler_flags_t handler_flags) vga_switcheroo_register_handler() argument
|
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 141 * @handler_flags: flags of registered handler 160 enum vga_switcheroo_handler_flags_t handler_flags; member 228 * @handler_flags: handler flags 237 enum vga_switcheroo_handler_flags_t handler_flags) in vga_switcheroo_register_handler() 246 vgasr_priv.handler_flags = handler_flags; in vga_switcheroo_register_handler() 265 vgasr_priv.handler_flags = 0; in vga_switcheroo_unregister_handler() 287 return vgasr_priv.handler_flags; in vga_switcheroo_handler_flags() 446 !vgasr_priv.handler_flags) in vga_switcheroo_client_probe_defer() 235 vga_switcheroo_register_handler( const struct vga_switcheroo_handler *handler, enum vga_switcheroo_handler_flags_t handler_flags) vga_switcheroo_register_handler() argument
|
/kernel/linux/linux-6.6/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 141 * @handler_flags: flags of registered handler 160 enum vga_switcheroo_handler_flags_t handler_flags; member 228 * @handler_flags: handler flags 237 enum vga_switcheroo_handler_flags_t handler_flags) in vga_switcheroo_register_handler() 246 vgasr_priv.handler_flags = handler_flags; in vga_switcheroo_register_handler() 265 vgasr_priv.handler_flags = 0; in vga_switcheroo_unregister_handler() 287 return vgasr_priv.handler_flags; in vga_switcheroo_handler_flags() 446 !vgasr_priv.handler_flags) in vga_switcheroo_client_probe_defer() 235 vga_switcheroo_register_handler( const struct vga_switcheroo_handler *handler, enum vga_switcheroo_handler_flags_t handler_flags) vga_switcheroo_register_handler() argument
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | evhandler.c | 134 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler() 500 handler_obj->address_space.handler_flags = flags; in acpi_ev_install_space_handler()
|
H A D | dbdisply.c | 957 handler_flags & in acpi_db_display_handlers() 985 handler_flags & in acpi_db_display_handlers() 1085 (handler_obj->address_space.handler_flags & in acpi_db_display_non_root_handlers()
|
H A D | evregion.c | 217 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch() 309 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch()
|
H A D | acobject.h | 283 u8 handler_flags; member 293 /* Flags for address handler (handler_flags) */
|
H A D | utdelete.c | 235 if (handler_desc->address_space.handler_flags & in acpi_ut_delete_internal_obj()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | evhandler.c | 134 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler() 500 handler_obj->address_space.handler_flags = flags; in acpi_ev_install_space_handler()
|
H A D | dbdisply.c | 957 handler_flags & in acpi_db_display_handlers() 985 handler_flags & in acpi_db_display_handlers() 1085 (handler_obj->address_space.handler_flags & in acpi_db_display_non_root_handlers()
|
H A D | evregion.c | 237 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch() 316 if (!(handler_desc->address_space.handler_flags & in acpi_ev_address_space_dispatch()
|
H A D | acobject.h | 284 u8 handler_flags; member 294 /* Flags for address handler (handler_flags) */
|
H A D | utdelete.c | 235 if (handler_desc->address_space.handler_flags & in acpi_ut_delete_internal_obj()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | apple-gmux.c | 91 enum vga_switcheroo_handler_flags_t handler_flags; member 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); in gmux_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atpx_handler.c | 656 enum vga_switcheroo_handler_flags_t handler_flags = 0; in amdgpu_register_atpx_handler() local 663 vga_switcheroo_register_handler(&amdgpu_atpx_handler, handler_flags); in amdgpu_register_atpx_handler()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 597 enum vga_switcheroo_handler_flags_t handler_flags = 0; in radeon_register_atpx_handler() local 604 vga_switcheroo_register_handler(&radeon_atpx_handler, handler_flags); in radeon_register_atpx_handler()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atpx_handler.c | 662 enum vga_switcheroo_handler_flags_t handler_flags = 0; in amdgpu_register_atpx_handler() local 669 vga_switcheroo_register_handler(&amdgpu_atpx_handler, handler_flags); in amdgpu_register_atpx_handler()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 597 enum vga_switcheroo_handler_flags_t handler_flags = 0; in radeon_register_atpx_handler() local 604 vga_switcheroo_register_handler(&radeon_atpx_handler, handler_flags); in radeon_register_atpx_handler()
|