OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_otp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c
1259
u8 *
init_otp
;
local in function:fixup_mipi_sequences
1285
init_otp
= (u8 *)__UNCONST(dev_priv->vbt.dsi.sequence[MIPI_SEQ_INIT_OTP]);
1286
dev_priv->vbt.dsi.deassert_seq = kmemdup(
init_otp
, len + 1, GFP_KERNEL);
1295
init_otp
[len - 1] = MIPI_SEQ_INIT_OTP;
1297
dev_priv->vbt.dsi.sequence[MIPI_SEQ_INIT_OTP] =
init_otp
+ len - 1;
intel_bios.c
1259
u8 *
init_otp
;
local in function:fixup_mipi_sequences
1285
init_otp
= (u8 *)__UNCONST(dev_priv->vbt.dsi.sequence[MIPI_SEQ_INIT_OTP]);
1286
dev_priv->vbt.dsi.deassert_seq = kmemdup(
init_otp
, len + 1, GFP_KERNEL);
1295
init_otp
[len - 1] = MIPI_SEQ_INIT_OTP;
1297
dev_priv->vbt.dsi.sequence[MIPI_SEQ_INIT_OTP] =
init_otp
+ len - 1;
Completed in 24 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025