Searched refs:apply (Results 101 - 116 of 116) sorted by relevance

12345

/linux-master/drivers/pwm/
H A Dpwm-atmel-tcb.c161 * Use software trigger to apply the new setting.
255 /* Use software trigger to apply the new setting */
365 .apply = atmel_tcb_pwm_apply,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c9085 goto apply;
9094 goto apply;
9099 goto apply;
9104 goto apply;
9109 goto apply;
9114 goto apply;
9119 goto apply;
9124 goto apply;
9129 goto apply;
9134 goto apply;
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dcpia1.c1001 static int set_flicker(struct gspca_dev *gspca_dev, int on, int apply) argument
1114 if (apply) {
/linux-master/arch/arm/kernel/
H A Dentry-armv.S272 mov r1, #4 @ PC correction to apply
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c31 * apply()
976 DSSERR("failed to apply settings: illegal configuration.\n");
1288 DSSERR("cannot apply lcd config for %s: manager needs to be disabled\n",
1607 mgr->apply = &omap_dss_mgr_apply;
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S965 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1043 GHASH_MUL_AVX reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks blocks
1913 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1993 GHASH_MUL_AVX2 reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks blocks
H A Daesni-intel_asm.S779 * encrypt the initial num_initial_blocks blocks and apply ghash on
845 # apply GHASH on num_initial_blocks blocks
/linux-master/drivers/gpio/
H A Dgpio-mvebu.c758 .apply = mvebu_pwm_apply,
/linux-master/arch/arm/boot/compressed/
H A Dhead.S304 add sp, sp, r1 @ apply relocation
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c433 ovl->manager->apply(ovl->manager);
/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c1311 .apply = lpg_pwm_apply,
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1581 .apply = ti_sn_pwm_apply,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1445 goto apply;
1601 apply:
/linux-master/scripts/
H A Dget_maintainer.pl1113 repository exists, the following options apply to mercurial:
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c1556 enum pipe pipe, bool apply)
1561 if (apply)
1555 glk_pipe_scaler_clock_gating_wa(struct drm_i915_private *dev_priv, enum pipe pipe, bool apply) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2285 * is safe to apply - retain the legacy behavior for DCE.
3613 // Once we apply the new subvp context to hardware it won't be in the
3614 // dc->current_state anymore, so we have to cache it before we apply
4944 static void blank_and_force_memclk(struct dc *dc, bool apply, unsigned int memclk_mhz) argument
4990 * so DC can apply/unapply the limit. This interface may be disruptive to

Completed in 291 milliseconds

12345