OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpc_conf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/amlogic/
meson_pwm.c
79
struct pwm_config
mpc_conf
;
member in struct:meson_pwm_channel
170
*conf = pwmchan->
mpc_conf
;
260
pwmchan->
mpc_conf
= *conf;
302
if (pwmchan->
mpc_conf
.polarity != polarity) {
303
pwmchan->
mpc_conf
.duty_cycle =
304
pwmchan->
mpc_conf
.period - pwmchan->
mpc_conf
.duty_cycle;
305
pwmchan->
mpc_conf
.polarity = polarity;
307
if (pwmchan->
mpc_conf
.period != period) {
308
if (pwmchan->
mpc_conf
.period == 0)
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025