Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/
H A Dclk-pwm.c73 struct pwm_args pargs; in clk_pwm_probe() local
85 pwm_get_args(pwm, &pargs); in clk_pwm_probe()
86 if (!pargs.period) { in clk_pwm_probe()
92 clk_pwm->fixed_rate = div64_u64(NSEC_PER_SEC, pargs.period); in clk_pwm_probe()
99 if (pargs.period != NSEC_PER_SEC / clk_pwm->fixed_rate && in clk_pwm_probe()
100 pargs.period != DIV_ROUND_UP(NSEC_PER_SEC, clk_pwm->fixed_rate)) { in clk_pwm_probe()
111 ret = pwm_config(pwm, (pargs.period + 1) >> 1, pargs.period); in clk_pwm_probe()
/linux-6.15/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-6.15/drivers/input/misc/
H A Dmax77693-haptic.c71 struct pwm_args pargs; in max77693_haptic_set_duty_cycle() local
75 pwm_get_args(haptic->pwm_dev, &pargs); in max77693_haptic_set_duty_cycle()
76 delta = (pargs.period + haptic->pwm_duty) / 2; in max77693_haptic_set_duty_cycle()
77 error = pwm_config(haptic->pwm_dev, delta, pargs.period); in max77693_haptic_set_duty_cycle()
245 struct pwm_args pargs; in max77693_haptic_play_effect() local
257 pwm_get_args(haptic->pwm_dev, &pargs); in max77693_haptic_play_effect()
258 period_mag_multi = (u64)pargs.period * haptic->magnitude; in max77693_haptic_play_effect()
/linux-6.15/arch/arm/mach-omap2/
H A Domap-secure.h71 extern u32 omap_smc2(u32 id, u32 falg, u32 pargs);
72 extern u32 omap_smc3(u32 id, u32 process, u32 flag, u32 pargs);
/linux-6.15/drivers/pwm/
H A Dcore.c795 struct pwm_args pargs; in pwm_adjust_config() local
797 pwm_get_args(pwm, &pargs); in pwm_adjust_config()
810 state.period = pargs.period; in pwm_adjust_config()
811 state.polarity = pargs.polarity; in pwm_adjust_config()
820 if (pargs.period != state.period) { in pwm_adjust_config()
821 u64 dutycycle = (u64)state.duty_cycle * pargs.period; in pwm_adjust_config()
825 state.period = pargs.period; in pwm_adjust_config()
831 if (pargs.polarity != state.polarity) { in pwm_adjust_config()
832 state.polarity = pargs.polarity; in pwm_adjust_config()
/linux-6.15/include/linux/
H A Dcpufreq.h1154 struct of_phandle_args *pargs) in of_perf_domain_get_sharing_cpumask() argument
1159 ret = parse_perf_domain(pcpu, list_name, cell_name, pargs); in of_perf_domain_get_sharing_cpumask()
1173 if (of_phandle_args_equal(pargs, &args)) in of_perf_domain_get_sharing_cpumask()
1201 struct of_phandle_args *pargs) in of_perf_domain_get_sharing_cpumask() argument
/linux-6.15/Documentation/devicetree/bindings/iommu/
H A Dti,omap-iommu.txt13 and needs no additional data in the pargs specifier. Please