HomeSort by: relevance | last modified time | path
    Searched defs:operation_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_vbt.c 599 u8 operation_size = 0; local in function:intel_dsi_vbt_exec
611 operation_size = *data++;
614 const u8 *next = data + operation_size;
619 if (operation_size && data != next) {
623 } else if (operation_size) {
627 data += operation_size;
intel_dsi_vbt.c 599 u8 operation_size = 0; local in function:intel_dsi_vbt_exec
611 operation_size = *data++;
614 const u8 *next = data + operation_size;
619 if (operation_size && data != next) {
623 } else if (operation_size) {
627 data += operation_size;

Completed in 865 milliseconds