Home
last modified time | relevance | path

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

/linux/scripts/clang-tools/
H A Drun-clang-tools.py69 pargs = ["clang-tidy", "-p", args.path, "-checks=" + ",".join(checks)]
71 pargs.append("-header-filter=" + args.header_filter)
72 pargs.append(file)
73 p = subprocess.run(pargs,
/linux/arch/arm/mach-omap2/
H A Domap-secure.h71 extern u32 omap_smc2(u32 id, u32 flag, u32 pargs);
72 extern u32 omap_smc3(u32 id, u32 process, u32 flag, u32 pargs);
/linux/drivers/input/misc/
H A Dmax77693-haptic.c246 struct pwm_args pargs; in max77693_haptic_play_effect() local
258 pwm_get_args(haptic->pwm_dev, &pargs); in max77693_haptic_play_effect()
259 period_mag_multi = (u64)pargs.period * haptic->magnitude; in max77693_haptic_play_effect()
/linux/drivers/pwm/
H A Dcore.c856 struct pwm_args pargs; in pwm_adjust_config() local
858 pwm_get_args(pwm, &pargs); in pwm_adjust_config()
871 state.period = pargs.period; in pwm_adjust_config()
872 state.polarity = pargs.polarity; in pwm_adjust_config()
881 if (pargs.period != state.period) { in pwm_adjust_config()
882 u64 dutycycle = (u64)state.duty_cycle * pargs.period; in pwm_adjust_config()
886 state.period = pargs.period; in pwm_adjust_config()
892 if (pargs.polarity != state.polarity) { in pwm_adjust_config()
893 state.polarity = pargs.polarity; in pwm_adjust_config()
/linux/Documentation/devicetree/bindings/iommu/
H A Dti,omap-iommu.txt13 and needs no additional data in the pargs specifier. Please