Home
last modified time | relevance | path

Searched full:change (Results 1 – 25 of 7201) sorted by relevance

12345678910>>...289

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Dprojectconf.html18 <span class="glyphicon glyphicon-edit" id="change-distro-icon"></span>
19 <form id="change-distro-form" class="form-inline" style="display:none;">
23 <button id="apply-change-distro" class="btn btn-default" type="button">Save</button>
24 <button id="cancel-change-distro" type="button" class="btn btn-link">Cancel</button>
37 <span class="glyphicon glyphicon-edit" id="change-dl_dir-icon"></span>
38 <form id="change-dl_dir-form" class="form-inline" style="display:none;">
42 <button id="apply-change-dl_dir" class="btn btn-default" type="button">Save</button>
43 <button id="cancel-change-dl_dir" type="button" class="btn btn-link">Cancel</button>
57 <span class="glyphicon glyphicon-edit" id="change-image_fstypes-icon"></span>
58 <form id="change-image_fstypes-form" style="display:none;">
[all …]
H A Dproject_specific.html66 …project-machine-name"></span> <span class="glyphicon glyphicon-edit" id="change-machine-toggle"></…
71 …<input class="form-control" id="machine-change-input" autocomplete="off" value="" data-provide="ty…
73 <button id="machine-change-btn" class="btn btn-default" type="button">Save</button>
74 <a href="#" id="cancel-machine-change" class="btn btn-link">Cancel</a>
83 …"project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="change-distro-toggle"></s…
88 …<input class="form-control" id="distro-change-input" autocomplete="off" value="" data-provide="typ…
90 <button id="distro-change-btn" class="btn btn-default" type="button">Save</button>
91 <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a>
114 …<!-- Comment out the ability to change the project release, until we decide what to do with this f…
116 <!--i title="" data-original-title="" id="release-change-toggle" class="icon-pencil"></i-->
[all …]
H A Dproject.html66 …project-machine-name"></span> <span class="glyphicon glyphicon-edit" id="change-machine-toggle"></…
71 …<input class="form-control" id="machine-change-input" autocomplete="off" value="" data-provide="ty…
73 <button id="machine-change-btn" class="btn btn-default" type="button">Save</button>
74 <a href="#" id="cancel-machine-change" class="btn btn-link">Cancel</a>
83 …"project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="change-distro-toggle"></s…
88 …<input class="form-control" id="distro-change-input" autocomplete="off" value="" data-provide="typ…
90 <button id="distro-change-btn" class="btn btn-default" type="button">Save</button>
91 <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a>
116 …<!-- Comment out the ability to change the project release, until we decide what to do with this f…
118 <!--i title="" data-original-title="" id="release-change-toggle" class="icon-pencil"></i-->
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c136 prep->change = 0; in init_h264e_cfg_set()
160 rc_cfg->change = 0; in init_h264e_cfg_set()
244 RK_U32 change = src->change; in h264e_proc_prep_cfg() local
246 mpp_assert(change); in h264e_proc_prep_cfg()
247 if (change) { in h264e_proc_prep_cfg()
252 if (change & MPP_ENC_PREP_CFG_CHANGE_FORMAT) in h264e_proc_prep_cfg()
255 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_RANGE) in h264e_proc_prep_cfg()
258 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_SPACE) in h264e_proc_prep_cfg()
261 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_PRIME) in h264e_proc_prep_cfg()
264 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_TRC) in h264e_proc_prep_cfg()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c119 prep->change = 0; in h265e_init()
143 rc_cfg->change = 0; in h265e_init()
326 RK_U32 change = src->change; in h265e_proc_prep_cfg() local
330 mpp_assert(change); in h265e_proc_prep_cfg()
334 if (change & MPP_ENC_PREP_CFG_CHANGE_FORMAT) in h265e_proc_prep_cfg()
337 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_RANGE) in h265e_proc_prep_cfg()
340 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_SPACE) in h265e_proc_prep_cfg()
343 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_PRIME) in h265e_proc_prep_cfg()
346 if (change & MPP_ENC_PREP_CFG_CHANGE_COLOR_TRC) in h265e_proc_prep_cfg()
349 if (change & MPP_ENC_PREP_CFG_CHANGE_ROTATION) in h265e_proc_prep_cfg()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c73 prep->change = 0; in vp8e_init()
92 rc_cfg->change = 0; in vp8e_init()
159 RK_U32 change = src->change; in vp8e_proc_prep_cfg() local
161 mpp_assert(change); in vp8e_proc_prep_cfg()
162 if (change) { in vp8e_proc_prep_cfg()
166 if (change & MPP_ENC_PREP_CFG_CHANGE_FORMAT) { in vp8e_proc_prep_cfg()
176 if (change & MPP_ENC_PREP_CFG_CHANGE_ROTATION) in vp8e_proc_prep_cfg()
179 if (change & MPP_ENC_PREP_CFG_CHANGE_MIRRORING) in vp8e_proc_prep_cfg()
182 if (change & MPP_ENC_PREP_CFG_CHANGE_FLIP) in vp8e_proc_prep_cfg()
206 if (change & MPP_ENC_PREP_CFG_CHANGE_INPUT || in vp8e_proc_prep_cfg()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dwtm.c27 /* rate change needs atomic mute/unmute of all dacs*/
68 int id, idx, change; in stac9460_dac_mute_all() local
79 change = (new != old); in stac9460_dac_mute_all()
80 if (change) { in stac9460_dac_mute_all()
98 change = (new != old); in stac9460_dac_mute_all()
99 if (change) { in stac9460_dac_mute_all()
146 int change; in stac9460_dac_mute_put() local
153 change = (new != old); in stac9460_dac_mute_put()
154 if (change) { in stac9460_dac_mute_put()
167 change = (new != old); in stac9460_dac_mute_put()
[all …]
H A Dprodigy192.c57 /* rate change needs atomic mute/unmute of all dacs*/
82 int change; in stac9460_dac_mute() local
85 change = (new != old); in stac9460_dac_mute()
86 if (change) in stac9460_dac_mute()
89 return change; in stac9460_dac_mute()
113 int idx, change; in stac9460_dac_mute_put() local
125 change = stac9460_dac_mute(ice, idx, ucontrol->value.integer.value[0]); in stac9460_dac_mute_put()
127 return change; in stac9460_dac_mute_put()
163 int change; in stac9460_dac_vol_put() local
172 change = (ovol != nvol); in stac9460_dac_vol_put()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c116 RK_U32 change = src->change; in jpege_proc_prep_cfg() local
118 mpp_assert(change); in jpege_proc_prep_cfg()
119 if (change) { in jpege_proc_prep_cfg()
124 if (change & MPP_ENC_PREP_CFG_CHANGE_FORMAT) in jpege_proc_prep_cfg()
127 if (change & MPP_ENC_PREP_CFG_CHANGE_ROTATION) in jpege_proc_prep_cfg()
130 if (change & MPP_ENC_PREP_CFG_CHANGE_MIRRORING) in jpege_proc_prep_cfg()
133 if (change & MPP_ENC_PREP_CFG_CHANGE_FLIP) in jpege_proc_prep_cfg()
157 if ((change & MPP_ENC_PREP_CFG_CHANGE_INPUT) || in jpege_proc_prep_cfg()
158 (change & MPP_ENC_PREP_CFG_CHANGE_ROTATION)) { in jpege_proc_prep_cfg()
180 dst->change |= change; in jpege_proc_prep_cfg()
[all …]
/OK3568_Linux_fs/buildroot/package/exim/
H A Dexim.mk18 define exim-config-change # variable-name, variable-value
42 $(call exim-config-change,BIN_DIRECTORY,/usr/sbin)
43 $(call exim-config-change,CONFIGURE_FILE,/etc/exim/configure)
44 $(call exim-config-change,LOG_FILE_PATH,/var/log/exim/exim_%slog)
45 $(call exim-config-change,PID_FILE_PATH,/var/run/exim/exim.pid)
46 $(call exim-config-change,EXIM_USER,ref:exim)
47 $(call exim-config-change,EXIM_GROUP,mail)
48 $(call exim-config-change,TRANSPORT_LMTP,yes)
49 $(call exim-config-change,PCRE_LIBS,-lpcre)
50 $(call exim-config-change,PCRE_CONFIG,no)
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp144 dec->cfg.base.change = 0; in mpp_dec_proc_cfg()
207 RK_U32 change = flags.info_change; in mpp_dec_put_frame() local
250 mpp_assert(!change); in mpp_dec_put_frame()
295 if (!change) { in mpp_dec_put_frame()
311 mpp_frame_set_info_change(frame, change); in mpp_dec_put_frame()
354 vproc_task->flags.info_change = change; in mpp_dec_put_frame()
357 if (!change) { in mpp_dec_put_frame()
481 if (src_base->change) { in mpp_dec_set_cfg()
483 RK_U32 change = src_base->change; in mpp_dec_set_cfg() local
485 if (change & MPP_DEC_CFG_CHANGE_TYPE) in mpp_dec_set_cfg()
[all …]
H A Dmpp_enc_impl.cpp238 if (codec->h264.change) in check_codec_to_resend_hdr()
242 if (codec->h265.change) in check_codec_to_resend_hdr()
258 "codec/prep cfg change", in check_resend_hdr()
259 "rc cfg change rc_mode/fps/gop", in check_resend_hdr()
260 "set cfg change input/format/color", in check_resend_hdr()
261 "set cfg change rc_mode/fps/gop", in check_resend_hdr()
262 "set cfg change codec", in check_resend_hdr()
280 RK_U32 change = *(RK_U32 *)param; in check_resend_hdr() local
286 if (change & check_flag) { in check_resend_hdr()
293 RK_U32 change = cfg->prep.change; in check_resend_hdr() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h204 RK_U32 change; member
215 MPP_ENC_RC_CFG_CHANGE_BPS = (1 << 2), /* change on bps target / max / min */
216 …MPP_ENC_RC_CFG_CHANGE_FPS_IN = (1 << 5), /* change on fps in flex / numerator / denorm…
217 …MPP_ENC_RC_CFG_CHANGE_FPS_OUT = (1 << 6), /* change on fps out flex / numerator / denorm…
227 /* qp related change flag */
256 RK_U32 change; member
441 RK_U32 change; member
488 MPP_ENC_PREP_CFG_CHANGE_INPUT = (1 << 0), /* change on input config */
489 MPP_ENC_PREP_CFG_CHANGE_FORMAT = (1 << 2), /* change on format */
491 MPP_ENC_PREP_CFG_CHANGE_ROTATION = (1 << 4), /* change on rotation */
[all …]
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h204 RK_U32 change; member
215 MPP_ENC_RC_CFG_CHANGE_BPS = (1 << 2), /* change on bps target / max / min */
216 …MPP_ENC_RC_CFG_CHANGE_FPS_IN = (1 << 5), /* change on fps in flex / numerator / denorm…
217 …MPP_ENC_RC_CFG_CHANGE_FPS_OUT = (1 << 6), /* change on fps out flex / numerator / denorm…
227 /* qp related change flag */
256 RK_U32 change; member
441 RK_U32 change; member
488 MPP_ENC_PREP_CFG_CHANGE_INPUT = (1 << 0), /* change on input config */
489 MPP_ENC_PREP_CFG_CHANGE_FORMAT = (1 << 2), /* change on format */
491 MPP_ENC_PREP_CFG_CHANGE_ROTATION = (1 << 4), /* change on rotation */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.h31 * @timestamp_ns: Timestamp(ns) when the last frequency change
34 * change
37 * change.
61 * frequency change. If only one frequency change occurred, the
62 * timestamp must be bigger than the timestamp of the frequency change.
65 * one frequency change may happen in between.
78 * @timestamp_ns: Timestamp(ns) when frequency change occurred.
82 * frequency change. The function is to be called at the frequency
83 * change moment (not later).
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dpm-gpio.c106 * { IN => OUT } Change DAT first
107 * { IN => SFN } Change CON first
108 * { OUT => SFN } Change CON first, so new data will not glitch
109 * { OUT => IN } Change CON first, so new data will not glitch
110 * { SFN => IN } Change CON first
111 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
114 * weak resistors, so a small delay in change should not need to bring
143 /* If there is no change, then skip */ in samsung_gpio_pm_2bit_resume()
153 /* Change is IN => OUT, do not change now */ in samsung_gpio_pm_2bit_resume()
158 /* Change is SFN => OUT, do not change now */ in samsung_gpio_pm_2bit_resume()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dhd64461.h129 #define HD64461_PCC0CSCR HD64461_IO_OFFSET(0x2004) /* socket 0 card status change */
130 #define HD64461_PCC0CSCIER HD64461_IO_OFFSET(0x2006) /* socket 0 card status change interrupt enabl…
135 #define HD64461_PCC1CSCR HD64461_IO_OFFSET(0x2014) /* socket 1 card status change */
136 #define HD64461_PCC1CSCIER HD64461_IO_OFFSET(0x2016) /* socket 1 card status change interrupt enabl…
166 /* PCC Card Status Change Register */
170 #define HD64461_PCCCSCR_SC 0x10 /* STSCHG (status change) pin */
171 #define HD64461_PCCCSCR_CDC 0x08 /* CD (card detect) change */
172 #define HD64461_PCCCSCR_RC 0x04 /* READY change */
173 #define HD64461_PCCCSCR_BW 0x02 /* battery warning change */
174 #define HD64461_PCCCSCR_BD 0x01 /* battery dead change */
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A DREADME12 - Inserts a cover letter with change lists
43 normally in the top commit so it is easy to change them with 'git
48 patches. Weeks later, change the patches and repeat, knowing that you
100 If you want to change the defaults for patman's command-line arguments,
241 particular version n of that commit. The change list is
243 change list and also the whole thing is repeated in the cover
244 letter (where duplicate change lines are merged).
246 By adding your change lists into your commits it is easier to
257 This tells patman to sort and/or uniq the change logs. It is
258 assumed that each change log entry is only a single line long.
[all …]
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-mc.c450 * pipeline_pm_power_one - Apply power change to an entity
452 * @change: Use count change
454 * Change the entity use count by @change. If the entity is a subdev update its
460 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one() argument
468 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in pipeline_pm_power_one()
474 entity->use_count += change; in pipeline_pm_power_one()
477 if (entity->use_count == 0 && change < 0 && subdev != NULL) in pipeline_pm_power_one()
484 * pipeline_pm_power - Apply power change to all entities in a pipeline
486 * @change: Use count change
493 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument
[all …]
/OK3568_Linux_fs/kernel/sound/ppc/
H A Ddaca.c98 int change; in daca_put_deemphasis() local
102 change = mix->deemphasis != ucontrol->value.integer.value[0]; in daca_put_deemphasis()
103 if (change) { in daca_put_deemphasis()
107 return change; in daca_put_deemphasis()
139 int change; in daca_put_volume() local
147 change = mix->left_vol != vol[0] || in daca_put_volume()
149 if (change) { in daca_put_volume()
154 return change; in daca_put_volume()
176 int change; in daca_put_amp() local
180 change = mix->amp_on != ucontrol->value.integer.value[0]; in daca_put_amp()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c153 * 0: Pipe0 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
154 * 1: Pipe0 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
155 * 2: Pipe0 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
156 * 3: Pipe0 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
157 * 4: Pipe1 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
158 * 5: Pipe1 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
159 * 6: Pipe1 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
160 * 7: Pipe1 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
161 * 8: Pipe2 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
162 * 9: Pipe2 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high()
[all …]
/OK3568_Linux_fs/kernel/sound/i2c/
H A Dtea6330t.c97 int change, count, err; in snd_tea6330t_put_master_volume() local
104 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume()
119 change = err; in snd_tea6330t_put_master_volume()
122 return change; in snd_tea6330t_put_master_volume()
148 int change, err; in snd_tea6330t_put_master_switch() local
157 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch()
164 change = err; in snd_tea6330t_put_master_switch()
166 return change; in snd_tea6330t_put_master_switch()
199 int change, err; in snd_tea6330t_put_bass() local
207 change = tea->regs[TEA6330T_SADDR_BASS] != val1; in snd_tea6330t_put_bass()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dprojectpage.js9 var machineChangeInput = $("#machine-change-input");
10 var machineChangeBtn = $("#machine-change-btn");
12 var machineChangeFormToggle = $("#change-machine-toggle");
14 var machineChangeCancel = $("#cancel-machine-change");
18 var distroChangeInput = $("#distro-change-input");
19 var distroChangeBtn = $("#distro-change-btn");
21 var distroChangeFormToggle = $("#change-distro-toggle");
23 var distroChangeCancel = $("#cancel-distro-change");
28 var releaseChangeFormToggle = $("#release-change-toggle");
30 var releaseForm = $("#change-release-form");
[all …]
H A Dprojecttopbar.js5 var projectNameForm = $("#project-name-change-form");
8 var projectNameFormToggle = $("#project-change-form-toggle");
9 var projectNameChangeCancel = $("#project-name-change-cancel");
20 /* Project name change functionality */
31 $("#project-name-change-input").val(projectName.first().text());
34 $("#project-name-change-btn").click(function(){
35 var newProjectName = $("#project-name-change-input").val();
115 libtoaster.makeProjectNameValidation($("#project-name-change-input"),
117 $("#project-name-change-btn"));
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dar7_wdt.c52 u32 change; member
105 WRITE_REG(ar7_wdt->change, value); in ar7_wdt_change()
109 pr_err("failed to unlock WDT change reg\n"); in ar7_wdt_change()
130 u32 change; in ar7_wdt_update_margin() local
134 change = new_margin * (vbus_rate / prescale_value); in ar7_wdt_update_margin()
135 if (change < 1) in ar7_wdt_update_margin()
136 change = 1; in ar7_wdt_update_margin()
137 if (change > 0xffff) in ar7_wdt_update_margin()
138 change = 0xffff; in ar7_wdt_update_margin()
139 ar7_wdt_change(change); in ar7_wdt_update_margin()
[all …]

12345678910>>...289