Home
last modified time | relevance | path

Searched refs:PWMSETSTATE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pwm/
H A Dpwm.c80 const unsigned long pwm_ioctls[] = {PWMGETSTATE, PWMSETSTATE}; in main()
202 if (ioctl(fd, PWMSETSTATE, &state) == -1) { in main()
/freebsd/sys/dev/pwm/
H A Dpwmc.h45 #define PWMSETSTATE _IOWR('G', 1, struct pwm_state) macro
H A Dpwmc.c77 case PWMSETSTATE: in pwm_ioctl()