OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operation_byte
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_vbt.c
598
u8
operation_byte
= *data++;
local in function:intel_dsi_vbt_exec
601
if (
operation_byte
== MIPI_SEQ_ELEM_END)
604
if (
operation_byte
< ARRAY_SIZE(exec_elem))
605
mipi_elem_exec = exec_elem[
operation_byte
];
626
operation_byte
);
631
operation_byte
);
intel_dsi_vbt.c
598
u8
operation_byte
= *data++;
local in function:intel_dsi_vbt_exec
601
if (
operation_byte
== MIPI_SEQ_ELEM_END)
604
if (
operation_byte
< ARRAY_SIZE(exec_elem))
605
mipi_elem_exec = exec_elem[
operation_byte
];
626
operation_byte
);
631
operation_byte
);
intel_bios.c
1119
u8
operation_byte
= *(data + index);
local in function:goto_next_sequence
1122
switch (
operation_byte
) {
1184
u8
operation_byte
= *(data + index);
local in function:goto_next_sequence_v3
1187
if (
operation_byte
== MIPI_SEQ_ELEM_END) {
1202
switch (
operation_byte
) {
1212
operation_byte
);
intel_bios.c
1119
u8
operation_byte
= *(data + index);
local in function:goto_next_sequence
1122
switch (
operation_byte
) {
1184
u8
operation_byte
= *(data + index);
local in function:goto_next_sequence_v3
1187
if (
operation_byte
== MIPI_SEQ_ELEM_END) {
1202
switch (
operation_byte
) {
1212
operation_byte
);
Completed in 26 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025