Home
last modified time | relevance | path

Searched defs:layers (Results 1 - 25 of 111) sorted by relevance

12345

/test/xts/hats/hdf/display/composer/common/
H A Dhdi_composition_check.cpp37 static void SimpleHandleAlpha(const LayerSettings& layers, uint32_t& color) in SimpleHandleAlpha() argument
57 static std::vector<uint32_t> GetCheckColors(const std::vector<LayerSettings> &layers, const std::vector<Point> &points) in GetCheckColors() argument
80 int32_t HdiCompositionCheck::Check(const std::vector<LayerSettings> &layers, in Check() argument
[all...]
H A Dhdi_test_display.cpp115 std::vector<uint32_t> layers; in RefreshLayersCompType() local
132 std::vector<uint32_t> layers; in GetLayersReleaseFence() local
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dcell_edac.c172 struct edac_mc_layer layers[2]; in cell_edac_probe() local
H A Docteon_edac-lmc.c228 struct edac_mc_layer layers[1]; in octeon_lmc_edac_probe() local
H A Daspeed_edac.c282 struct edac_mc_layer layers[2]; in aspeed_probe() local
H A Dr82600_edac.c272 struct edac_mc_layer layers[2]; in r82600_probe1() local
H A Dmv64x60_edac.c699 struct edac_mc_layer layers[2]; in mv64x60_mc_err_probe() local
H A Damd76x_edac.c238 struct edac_mc_layer layers[2]; in amd76x_probe1() local
H A Di82860_edac.c188 struct edac_mc_layer layers[2]; in i82860_probe1() local
H A Dhighbank_mc_edac.c148 struct edac_mc_layer layers[2]; in highbank_mc_probe() local
H A Dbluefield_edac.c246 struct edac_mc_layer layers[1]; in bluefield_edac_mc_probe() local
H A Dpasemi_edac.c183 struct edac_mc_layer layers[2]; in pasemi_edac_probe() local
H A Di82875p_edac.c392 struct edac_mc_layer layers[2]; in i82875p_probe1() local
H A Dghes_edac.c518 struct edac_mc_layer layers[1]; in ghes_edac_register() local
H A Dfsl_ddr_edac.c479 struct edac_mc_layer layers[2]; in fsl_mc_err_probe() local
/kernel/linux/linux-6.6/drivers/edac/
H A Dcell_edac.c172 struct edac_mc_layer layers[2]; in cell_edac_probe() local
H A Docteon_edac-lmc.c228 struct edac_mc_layer layers[1]; in octeon_lmc_edac_probe() local
H A Daspeed_edac.c282 struct edac_mc_layer layers[2]; in aspeed_probe() local
H A Damd76x_edac.c237 struct edac_mc_layer layers[2]; in amd76x_probe1() local
H A Dhighbank_mc_edac.c149 struct edac_mc_layer layers[2]; in highbank_mc_probe() local
H A Di82860_edac.c187 struct edac_mc_layer layers[2]; in i82860_probe1() local
H A Dr82600_edac.c271 struct edac_mc_layer layers[2]; in r82600_probe1() local
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A Dzynqmp_dpsub.h75 struct zynqmp_disp_layer *layers[ZYNQMP_DPSUB_NUM_LAYERS]; member
/kernel/linux/linux-6.6/security/landlock/
H A Druleset.c72 create_rule(struct landlock_object *const object, const struct landlock_layer (*const layers)[], const u32 num_layers, const struct landlock_layer *const new_layer) create_rule() argument
145 insert_rule(struct landlock_ruleset *const ruleset, struct landlock_object *const object, const struct landlock_layer (*const layers)[], size_t num_layers) insert_rule() argument
235 struct landlock_layer layers[] = { { landlock_insert_rule() local
289 struct landlock_layer layers[] = { { merge_ruleset() local
[all...]
/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.cpp225 static int32_t CheckComposition(std::vector<LayerSettings> &layers, BufferHandle* clientBuffer, in CheckComposition() argument
324 std::vector<std::shared_ptr<HdiTestLayer>> layers; in CreateLayers() local
462 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); in TEST_F() local
485 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(layersSetting); in TEST_P() local
545 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); TEST_F() local
583 std::vector<std::shared_ptr<HdiTestLayer>> layers = CreateLayers(settings); TEST_F() local
[all...]

Completed in 15 milliseconds

12345