Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_pwm-test.c101 typedef struct PWMModule { struct
104 } PWMModule; argument
114 const PWMModule *module;
118 static const PWMModule pwm_module_list[] = {
202 static int pwm_module_index(const PWMModule *module) in pwm_module_index()