opnsense-src/sys/dev/pwm
Ian Lepore b5d67730ee Put the pwmc cdev filenames under the pwm directory along with any label
names.  I.e., everything related to pwm now goes in /dev/pwm.  This will
make it easier for userland tools to turn an unqualified name into a fully
qualified pathname, whether it's the base pwmcX.Y name or a label name.
2019-06-17 16:26:43 +00:00
..
ofw_pwm.c Rename pwmbus.h to ofw_pwm.h, because after all the recent changes, there 2019-06-16 15:56:59 +00:00
ofw_pwm.h Rename pwmbus.h to ofw_pwm.h, because after all the recent changes, there 2019-06-16 15:56:59 +00:00
ofw_pwmbus.c Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdt 2019-06-17 03:32:05 +00:00
pwmbus.c Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdt 2019-06-17 03:32:05 +00:00
pwmbus.h Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdt 2019-06-17 03:32:05 +00:00
pwmbus_if.m Make pwm channel numbers unsigned. 2019-06-15 23:02:09 +00:00
pwmc.c Put the pwmc cdev filenames under the pwm directory along with any label 2019-06-17 16:26:43 +00:00
pwmc.h Make channel number unsigned, and spell unsigned int u_int. This should 2019-06-16 00:32:19 +00:00