Home
last modified time | relevance | path

Searched refs:shd (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/staging/media/ipu3/
Dipu3-css-params.c2113 acc->shd.shd = acc_user->shd.shd; in imgu_css_cfg_acc()
2114 acc->shd.shd_lut = acc_user->shd.shd_lut; in imgu_css_cfg_acc()
2117 acc->shd.shd = acc_old->shd.shd; in imgu_css_cfg_acc()
2118 acc->shd.shd_lut = acc_old->shd.shd_lut; in imgu_css_cfg_acc()
2121 acc->shd.shd = imgu_css_shd_defaults; in imgu_css_cfg_acc()
2122 memset(&acc->shd.shd_lut, 0, sizeof(acc->shd.shd_lut)); in imgu_css_cfg_acc()
2125 if (acc->shd.shd.grid.width <= 0) in imgu_css_cfg_acc()
2128 acc->shd.shd.grid.grid_height_per_slice = in imgu_css_cfg_acc()
2129 IMGU_ABI_SHD_MAX_CELLS_PER_SET / acc->shd.shd.grid.width; in imgu_css_cfg_acc()
2131 if (acc->shd.shd.grid.grid_height_per_slice <= 0) in imgu_css_cfg_acc()
[all …]
Dipu3-abi.h735 struct ipu3_uapi_shd_config_static shd __aligned(32);
1283 struct imgu_abi_shd_config shd __aligned(32);
/Linux-v5.10/arch/arc/kernel/
Dentry-arcv2.S189 ; IRQ shd definitely not happen between now and rtie
Dentry-compact.S322 ; IRQ shd definitely not happen between now and rtie
/Linux-v5.10/drivers/staging/media/ipu3/include/
Dintel-ipu3.h1198 struct ipu3_uapi_shd_config_static shd __attribute__((aligned(32))); member
2471 struct ipu3_uapi_shd_config shd __attribute__((aligned(32))); member