| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | getselev.c | 100 InputClientsPtr others; in ProcXGetSelectedExtensionEvents() local 119 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents() 121 ClassFromMask(NULL, others->mask[i], i, in ProcXGetSelectedExtensionEvents() 124 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents() 125 if (SameClient(others, client)) { in ProcXGetSelectedExtensionEvents() 127 ClassFromMask(NULL, others->mask[i], i, in ProcXGetSelectedExtensionEvents() 139 if (others) in ProcXGetSelectedExtensionEvents() 142 ClassFromMask(tclient, others->mask[i], i, NULL, CREATE); in ProcXGetSelectedExtensionEvents() 144 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents() 147 ClassFromMask(aclient, others->mask[i], i, NULL, CREATE); in ProcXGetSelectedExtensionEvents()
|
| H A D | closedev.c | 92 InputClientsPtr others; in DeleteDeviceEvents() local 97 for (others = pOthers->inputClients; others; others = others->next) in DeleteDeviceEvents() 98 if (SameClient(others, client)) in DeleteDeviceEvents() 99 others->mask[dev->id] = NoEventMask; in DeleteDeviceEvents()
|
| H A D | xiselectev.c | 297 InputClientsPtr others = NULL; in ProcXIGetSelectedEvents() local 318 for (others = wOtherInputMasks(win)->inputClients; others; in ProcXIGetSelectedEvents() 319 others = others->next) { in ProcXIGetSelectedEvents() 320 if (SameClient(others, client)) { in ProcXIGetSelectedEvents() 326 if (!others) { in ProcXIGetSelectedEvents() 339 const unsigned char *devmask = xi2mask_get_one_mask(others->xi2mask, i); in ProcXIGetSelectedEvents() 347 for (j = xi2mask_mask_size(others->xi2mask) - 1; j >= 0; j--) { in ProcXIGetSelectedEvents()
|
| H A D | chgprop.c | 100 OtherInputMasks *others; in ProcXChangeDeviceDontPropagateList() local 124 others = wOtherInputMasks(pWin); in ProcXChangeDeviceDontPropagateList() 125 if (!others && stuff->mode == DeleteFromList) in ProcXChangeDeviceDontPropagateList() 132 tmp[i].mask = (others->dontPropagateMask[i] & ~tmp[i].mask); in ProcXChangeDeviceDontPropagateList() 133 else if (others) in ProcXChangeDeviceDontPropagateList() 134 tmp[i].mask |= others->dontPropagateMask[i]; in ProcXChangeDeviceDontPropagateList()
|
| H A D | exevents.c | 1355 /* all others */ in RetrieveTouchDeliveryData() 2421 InputClientsPtr others; in SelectForWindow() local 2430 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow() 2431 others = others->next) { in SelectForWindow() 2432 if (!SameClient(others, client) && (check & in SelectForWindow() 2433 others->mask[mskidx])) in SelectForWindow() 2437 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow() 2438 others = others->next) { in SelectForWindow() 2439 if (SameClient(others, client)) { in SelectForWindow() 2440 check = others->mask[mskidx]; in SelectForWindow() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/ |
| H A D | Isp21Params.cpp | 39 struct isp21_awb_gain_cfg* awb_cfg = &isp_cfg.others.awb_gain_cfg; in FixFromAwbGain() 42 isp_cfg.others.bls_cfg.bls1_en = blc.v0.blc1_enable; in FixFromAwbGain() 46 isp_cfg.others.bls_cfg.bls1_val.r = tmp; in FixFromAwbGain() 51 isp_cfg.others.bls_cfg.bls1_val.gr = tmp; in FixFromAwbGain() 56 isp_cfg.others.bls_cfg.bls1_val.gb = tmp; in FixFromAwbGain() 61 isp_cfg.others.bls_cfg.bls1_val.b = tmp; in FixFromAwbGain() 69 isp_cfg.others.bls_cfg.bls1_en = blc.v0.blc1_enable; in FixFromAwbGain() 73 isp_cfg.others.bls_cfg.bls1_val.r = tmp; in FixFromAwbGain() 78 isp_cfg.others.bls_cfg.bls1_val.gr = tmp; in FixFromAwbGain() 83 isp_cfg.others.bls_cfg.bls1_val.gb = tmp; in FixFromAwbGain() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/ |
| H A D | Isp32Params.cpp | 36 struct isp32_awb_gain_cfg * cfg = &isp_cfg.others.awb_gain_cfg; in convertAiqAwbGainToIsp32Params() 1108 struct isp32_cac_cfg* cfg = &isp_cfg.others.cac_cfg; in convertAiqCacToIsp32Params() 1157 struct isp32_baynr_cfg* pBayernr = &isp_cfg.others.baynr_cfg; in convertAiqRawnrToIsp32Params() 1220 struct isp32_bay3d_cfg* pBayertnr = &isp_cfg.others.bay3d_cfg; in convertAiqTnrToIsp32Params() 1309 struct isp32_ynr_cfg* pYnr = &isp_cfg.others.ynr_cfg; in convertAiqYnrToIsp32Params() 1403 struct isp32_cnr_cfg* pCnr = &isp_cfg.others.cnr_cfg; in convertAiqUvnrToIsp32Params() 1480 isp_cfg.others.debayer_cfg.filter_c_en = debayer.filter_c_en; in convertAiqAdebayerToIsp32Params() 1481 isp_cfg.others.debayer_cfg.filter_g_en = debayer.filter_g_en; in convertAiqAdebayerToIsp32Params() 1484 isp_cfg.others.debayer_cfg.clip_en = debayer.clip_en; in convertAiqAdebayerToIsp32Params() 1485 isp_cfg.others.debayer_cfg.dist_scale = debayer.dist_scale; in convertAiqAdebayerToIsp32Params() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/ |
| H A D | Isp3xParams.cpp | 503 struct isp3x_baynr_cfg *pBayernr = &isp_cfg.others.baynr_cfg; in convertAiqRawnrToIsp3xParams() 569 struct isp3x_bay3d_cfg *pBayertnr = &isp_cfg.others.bay3d_cfg; in convertAiqTnrToIsp3xParams() 618 struct isp3x_cnr_cfg *pCnr = &isp_cfg.others.cnr_cfg; in convertAiqUvnrToIsp3xParams() 679 struct isp3x_ynr_cfg *pYnr = &isp_cfg.others.ynr_cfg; in convertAiqYnrToIsp3xParams() 773 struct isp3x_sharp_cfg *pSharp = &isp_cfg.others.sharp_cfg; in convertAiqSharpenToIsp3xParams() 836 struct isp3x_gain_cfg *pGain = &isp_cfg.others.gain_cfg; in convertAiqGainToIsp3xParams() 860 isp_cfg.others.drc_cfg.bypass_en = adrc_data.DrcProcRes.Drc_v11.bypass_en; in convertAiqDrcToIsp3xParams() 861 isp_cfg.others.drc_cfg.offset_pow2 = adrc_data.DrcProcRes.Drc_v11.offset_pow2; in convertAiqDrcToIsp3xParams() 862 isp_cfg.others.drc_cfg.compres_scl = adrc_data.DrcProcRes.Drc_v11.compres_scl; in convertAiqDrcToIsp3xParams() 863 isp_cfg.others.drc_cfg.position = adrc_data.DrcProcRes.Drc_v11.position; in convertAiqDrcToIsp3xParams() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.cpp | 1165 isp_cfg.others.hdrmge_cfg.mode = amerge_data.Merge_v10.sw_hdrmge_mode; in convertAiqMergeToIsp20Params() 1166 isp_cfg.others.hdrmge_cfg.gain0_inv = amerge_data.Merge_v10.sw_hdrmge_gain0_inv; in convertAiqMergeToIsp20Params() 1167 isp_cfg.others.hdrmge_cfg.gain0 = amerge_data.Merge_v10.sw_hdrmge_gain0; in convertAiqMergeToIsp20Params() 1168 isp_cfg.others.hdrmge_cfg.gain1_inv = amerge_data.Merge_v10.sw_hdrmge_gain1_inv; in convertAiqMergeToIsp20Params() 1169 isp_cfg.others.hdrmge_cfg.gain1 = amerge_data.Merge_v10.sw_hdrmge_gain1; in convertAiqMergeToIsp20Params() 1170 isp_cfg.others.hdrmge_cfg.gain2 = amerge_data.Merge_v10.sw_hdrmge_gain2; in convertAiqMergeToIsp20Params() 1171 isp_cfg.others.hdrmge_cfg.lm_dif_0p15 = amerge_data.Merge_v10.sw_hdrmge_lm_dif_0p15; in convertAiqMergeToIsp20Params() 1172 isp_cfg.others.hdrmge_cfg.lm_dif_0p9 = amerge_data.Merge_v10.sw_hdrmge_lm_dif_0p9; in convertAiqMergeToIsp20Params() 1173 isp_cfg.others.hdrmge_cfg.ms_diff_0p15 = amerge_data.Merge_v10.sw_hdrmge_ms_dif_0p15; in convertAiqMergeToIsp20Params() 1174 isp_cfg.others.hdrmge_cfg.ms_dif_0p8 = amerge_data.Merge_v10.sw_hdrmge_ms_dif_0p8; in convertAiqMergeToIsp20Params() [all …]
|
| H A D | CaptureRawData.cpp | 445 ispParams.isp_params.others.awb_gain_cfg.gain_red, in write_metadata_to_file() 446 ispParams.isp_params.others.awb_gain_cfg.gain_green_r, in write_metadata_to_file() 447 ispParams.isp_params.others.awb_gain_cfg.gain_green_b, in write_metadata_to_file() 448 ispParams.isp_params.others.awb_gain_cfg.gain_blue, in write_metadata_to_file() 466 ispParams.isp_params_v21.others.awb_gain_cfg.gain0_red, in write_metadata_to_file() 467 ispParams.isp_params_v21.others.awb_gain_cfg.gain0_green_r, in write_metadata_to_file() 468 ispParams.isp_params_v21.others.awb_gain_cfg.gain0_green_b, in write_metadata_to_file() 469 ispParams.isp_params_v21.others.awb_gain_cfg.gain0_blue, in write_metadata_to_file() 487 ispParams.isp_params_v3x[0].others.awb_gain_cfg.gain0_red, in write_metadata_to_file() 488 ispParams.isp_params_v3x[0].others.awb_gain_cfg.gain0_green_r, in write_metadata_to_file() [all …]
|
| /OK3568_Linux_fs/u-boot/board/renesas/stout/ |
| H A D | cpld.h | 66 * VIN1_BT656 VIN1_(others), SD0 67 * VIN1_10bit VIN1_(others), SD0, VIN3_with*, I2C1 68 * VIN1_12bit VIN1_(others), SD0, VIN3_with*, I2C1, SCIFA0_(all) 69 * VIN2_BT656 VIN0_full, VIN2_(others), AVB, 70 * VIN2_withSYNC VIN0_full, VIN2_(others), AVB, I2C1, SCIFA0_(all), 72 * VIN2_withFIELD VIN0_full, VIN2_(others), AVB, SQPI_(all) 73 * VIN2_withSYNCandFIELD VIN0_full, VIN2_(others), AVB, SQPI_(all), I2C1, 75 * VIN3_BT656 VIN3_(others), IRQ3 76 * VIN3_withFIELD VIN3_(others), IRQ3, VIN1_12bit, VIN2_withSYNC, 78 * VIN3_withSYNCandFIELD VIN3_(others), IRQ3, VIN1_12bit, VIN2_withSYNC,
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | cacheflush.c | 41 cpumask_t others, *mask; in flush_icache_mm() local 57 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm() 58 local |= cpumask_empty(&others); in flush_icache_mm() 72 riscv_cpuid_to_hartid_mask(&others, &hartid_mask); in flush_icache_mm() 75 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 12 is set; otherwise, place gnu/stubs.h on the 'install-others' list. 18 part of 'install-headers', not 'install-others'. 39 -install-others = $(inst_includedir)/gnu/stubs.h 49 +install-others = $(inst_includedir)/gnu/stubs.h 55 @@ -420,6 +429,16 @@ others: $(common-objpfx)testrun.sh $(common-objpfx)debugglibc.sh 74 install-others-nosubdir: $(installed-stubs)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spl_ab.h | 22 * return: 0 success, others fail. 34 * return: 0 success, others fail. 45 * return: 0 success, others fail. 54 * return: 0 success, others fail.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 7.AdvancedTopics.rst | 40 available to others. A git-using developer should be able to obtain a copy 52 When you are ready to start putting up git trees for others to look at, you 64 development in any branch which you intend to ask others to pull from. 87 which has been exported to others should generally be seen as immutable 137 If and when others start to send patches for inclusion into your tree, 157 posted by others. In addition, reviewers are forever in short supply; by 172 white space. Others will focus primarily on whether the change implemented 173 by the patch as a whole is a good thing for the kernel or not. Yet others
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/ |
| H A D | cacheflush.c | 52 cpumask_t others, *mask; in flush_icache_mm_range() local 77 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range() 79 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range() 80 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
|
| /OK3568_Linux_fs/external/security/bin/optee_v2/include/ |
| H A D | rk_tee_service.h | 35 * return: 0 success, others fail 46 * return: 0 success, others fail 54 * return: 0 success, others fail 61 * return: 0 success, others fail
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SMPPL | 13 …or components of the SMP Software, with or without modifications developed by you and/or by others. 15 … Documentation, with or without modifications developed by you and/or by others, at no charge or a… 17 …others, then you must either make available the source code to all portions of the SMP Software (e…
|
| H A D | TAPR-OHL-1.0 | 77 * If you wish to be notified of modifications that others may make, 82 others, you must include all the materials you received from the 127 by others; 144 from suit granted in Section 2), but the rights of others who have 161 subsequently made by others. 170 subsequently made by others. 216 all elements reasonably required to permit others to make
|
| /OK3568_Linux_fs/buildroot/package/localedef/ |
| H A D | 0001-HACK-only-build-and-install-localedef.patch | 48 -others = localedef locale 49 +others = localedef 50 #others-static = localedef locale 60 extra-libs-others = $(extra-libs)
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | vpu_api.h | 385 * @return 0 for init success, others for failure. 395 * @return 0 for decode success, others for failure. 404 * @return 0 for encode success, others for failure. 410 * @return 0 for flush success, others for failure. 418 * @return 0 for success, others for failure. 425 * @return 0 for success, others for failure. 432 * @return 0 for success, others for failure. 439 * @return 0 for success, others for failure.
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | vpu_api.h | 373 * @return 0 for init success, others for failure. 383 * @return 0 for decode success, others for failure. 392 * @return 0 for encode success, others for failure. 398 * @return 0 for flush success, others for failure. 406 * @return 0 for success, others for failure. 413 * @return 0 for success, others for failure. 420 * @return 0 for success, others for failure. 427 * @return 0 for success, others for failure.
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/ |
| H A D | mrc.h | 124 /* REFRESH_RATE: 1=1.95us, 2=3.9us, 3=7.8us, others=RESERVED */ 126 /* SR_TEMP_RANGE: 0=normal, 1=extended, others=RESERVED */ 129 * RON_VALUE: 0=34ohm, 1=40ohm, others=RESERVED 133 /* RTT_NOM_VALUE: 0=40ohm, 1=60ohm, 2=120ohm, others=RESERVED */ 135 /* RD_ODT_VALUE: 0=off, 1=60ohm, 2=120ohm, 3=180ohm, others=RESERVED */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pstore_blk.h | 17 * Return: On success, zero should be returned. Others excluding -ENOMSG 63 * On success, the number of bytes should be returned, others 71 * Return 0 on success and others on failure. 75 * On success, the number of bytes should be returned, others
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/ |
| H A D | rk_aiq_user_api_sysctl.cpp | 1984 …minGain = (minGain < fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_r) ? minGain : fastAeAwbInfo.… in _set_fast_aewb_as_init() 1985 …minGain = (minGain < fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_gr) ? minGain : fastAeAwbInfo… in _set_fast_aewb_as_init() 1986 …minGain = (minGain < fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_gb) ? minGain : fastAeAwbInfo… in _set_fast_aewb_as_init() 1987 …minGain = (minGain < fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_b) ? minGain : fastAeAwbInfo.… in _set_fast_aewb_as_init() 1988 attr.wggain.rgain = (float)fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_r / minGain; in _set_fast_aewb_as_init() 1989 … attr.wggain.grgain = (float)fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_gr / minGain; in _set_fast_aewb_as_init() 1990 … attr.wggain.gbgain = (float)fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_gb / minGain; in _set_fast_aewb_as_init() 1991 attr.wggain.bgain = (float)fastAeAwbInfo.cfg.others.awb_gain_cfg.awb1_gain_b / minGain; in _set_fast_aewb_as_init() 1994 …minGain = (minGain < fastAeAwbInfo.cfg.others.awb_gain_cfg.gain0_red) ? minGain : fastAeAwbInfo.cf… in _set_fast_aewb_as_init() 1995 …minGain = (minGain < fastAeAwbInfo.cfg.others.awb_gain_cfg.gain0_green_r) ? minGain : fastAeAwbInf… in _set_fast_aewb_as_init() [all …]
|