OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abm
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/nvi/dist/ex/
ex_z.c
42
MARK
abm
;
local
103
abm
.lno = sp->lno;
104
abm
.cno = sp->cno;
105
(void)mark_set(sp, ABSMARK1, &
abm
, 1);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
abm.h
1
/* $NetBSD:
abm
.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
39
struct
abm
{
struct
48
void (*abm_init)(struct
abm
*
abm
);
49
bool (*set_abm_level)(struct
abm
*
abm
, unsigned int abm_level);
50
bool (*set_abm_immediate_disable)(struct
abm
*
abm
);
51
bool (*set_pipe)(struct
abm
*
abm
, unsigned int controller_id)
[
all
...]
/src/usr.sbin/sysinst/arch/mac68k/
md.h
127
}
abm
; /* altblk map */
member in struct:__anon8572
128
u_int32_t filler[7]; /* reserved for
abm
expansion */
/src/sys/external/bsd/drm2/dist/drm/radeon/
cypress_dpm.h
69
bool
abm
;
member in struct:evergreen_power_info
/src/external/bsd/pdisk/dist/
dpme.h
155
struct
abm
/* altblk map info stored in bzb */
struct
161
typedef struct
abm
ABM
;
184
ABM
bzb_abm; /* altblk map info */
185
uint32_t bzb_fill2[7]; /* for expansion of
ABM
(ha!ha!) */
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
40
#include "dc/inc/hw/
abm
.h"
770
struct
abm
*
abm
= adev->dm.dc->res_pool->
abm
;
local
858
/* Init DMCU and
ABM
if available. */
859
if (dmcu &&
abm
) {
861
abm
->dmcu_is_running = dmcu->funcs->is_dmcu_initialized(dmcu);
1390
/* Min backlight level after
ABM
reduction, Don't allow below 1%
7531
/*
ABM
settings */
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
54
#include "
abm
.h"
2130
if (stream_update->abm_level && pipe_ctx->stream_res.
abm
) {
2140
pipe_ctx->stream_res.
abm
->funcs->set_abm_immediate_disable(pipe_ctx->stream_res.
abm
);
2142
pipe_ctx->stream_res.
abm
->funcs->set_abm_level(
2143
pipe_ctx->stream_res.
abm
, stream->abm_level);
2529
struct
abm
*
abm
= dc->res_pool->
abm
;
local
2531
if (
abm
)
2539
struct
abm
*
abm
= dc->res_pool->
abm
;
local
[
all
...]
amdgpu_dc_link.c
48
#include "
abm
.h"
2326
struct
abm
*
abm
= link->ctx->dc->res_pool->
abm
;
local
2328
if (
abm
== NULL ||
abm
->funcs->get_current_backlight == NULL)
2331
return (int)
abm
->funcs->get_current_backlight(
abm
);
2339
struct
abm
*
abm
= dc->res_pool->abm
local
2392
struct
abm
*
abm
= dc->res_pool->
abm
;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c
58
#include "
abm
.h"
2364
struct
abm
*
abm
;
local
2413
abm
= dc->res_pool->
abm
;
2414
if (
abm
!= NULL) {
2415
abm
->funcs->init_backlight(
abm
);
2416
abm
->funcs->abm_init(
abm
);
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c
40
#include "
abm
.h"
819
/* TODO: OPP FMT,
ABM
. etc. should be done here. */
1242
struct
abm
*
abm
= dc->res_pool->
abm
;
local
1341
if (
abm
!= NULL) {
1342
abm
->funcs->init_backlight(
abm
);
1343
abm
->funcs->abm_init(
abm
);
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h
215
struct
abm
*
abm
;
member in struct:resource_pool
240
struct
abm
*
abm
;
member in struct:stream_resource
/src/sys/netinet/
sctp_output.c
8954
struct sctp_abort_msg *
abm
;
local
8974
mout->m_len = sizeof(*iph_out) + sizeof(*
abm
);
8991
abm
= (struct sctp_abort_msg *)((vaddr_t)iph_out + iphlen_out);
8995
mout->m_len = sizeof(*ip6_out) + sizeof(*
abm
);
9006
abm
= (struct sctp_abort_msg *)((vaddr_t)ip6_out + iphlen_out);
9012
abm
->sh.src_port = sh->dest_port;
9013
abm
->sh.dest_port = sh->src_port;
9014
abm
->sh.checksum = 0;
9016
abm
->sh.v_tag = sh->v_tag;
9017
abm
->msg.ch.chunk_flags = SCTP_HAD_NO_TCB
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_dpm.h
653
bool
abm
;
member in struct:evergreen_power_info
Completed in 64 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026