OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcbE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_base.c
290
struct dcb_output
dcbE
;
370
while (dcb_outp_parse(bios, ++i, &ver, &hdr, &
dcbE
)) {
376
if (!
dcbE
.location)
380
bus = nvkm_i2c_bus_find(i2c,
dcbE
.i2c_index);
388
if (drv->bios ==
dcbE
.extdev)
395
i,
dcbE
.extdev);
400
pad = nvkm_i2c_pad_find(i2c, NVKM_I2C_PAD_EXT(
dcbE
.extdev));
402
const int id = NVKM_I2C_PAD_EXT(
dcbE
.extdev);
413
if (pad->func->aux_new_6 &&
dcbE
.type == DCB_OUTPUT_DP) {
414
const int id = NVKM_I2C_AUX_EXT(
dcbE
.extdev)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_base.c
285
struct dcb_output
dcbE
;
292
while ((data = dcb_outp_parse(bios, ++i, &ver, &hdr, &
dcbE
))) {
295
if (
dcbE
.type == DCB_OUTPUT_UNUSED)
297
if (
dcbE
.type == DCB_OUTPUT_EOL)
301
switch (
dcbE
.type) {
306
ret = nvkm_outp_new(disp, i, &
dcbE
, &outp);
309
ret = nvkm_dp_new(disp, i, &
dcbE
, &outp);
317
i,
dcbE
.type);
335
hpd = max(hpd, (u8)(
dcbE
.connector + 1));
nouveau_nvkm_engine_disp_outp.c
253
int index, struct dcb_output *
dcbE
, struct nvkm_outp *outp)
262
outp->info = *
dcbE
;
263
outp->i2c = nvkm_i2c_bus_find(i2c,
dcbE
->i2c_index);
285
nvkm_outp_new(struct nvkm_disp *disp, int index, struct dcb_output *
dcbE
,
290
return nvkm_outp_ctor(&nvkm_outp, disp, index,
dcbE
, *poutp);
nouveau_nvkm_engine_disp_dp.c
635
nvkm_dp_ctor(struct nvkm_disp *disp, int index, struct dcb_output *
dcbE
,
645
ret = nvkm_outp_ctor(&nvkm_dp_func, disp, index,
dcbE
, &dp->outp);
688
nvkm_dp_new(struct nvkm_disp *disp, int index, struct dcb_output *
dcbE
,
695
if (
dcbE
->location == 0)
696
aux = nvkm_i2c_aux_find(i2c, NVKM_I2C_AUX_CCB(
dcbE
->i2c_index));
698
aux = nvkm_i2c_aux_find(i2c, NVKM_I2C_AUX_EXT(
dcbE
->extdev));
704
return nvkm_dp_ctor(disp, index,
dcbE
, aux, dp);
Completed in 50 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025