Lines Matching defs:output
45 pwm_map->output = pdata->pwms[hwpwm]->output;
49 offset = pwm_map->output[i];
80 offset = pwm_map->output[i];
143 index = pwm_map->output[i];
167 * To enable/disable the PWM, these output pins should be configured.
202 enum lp3943_pwm_output *output;
214 * Read the output map configuration from the device tree.
226 output = devm_kcalloc(dev, num_outputs, sizeof(*output),
228 if (!output)
231 err = of_property_read_u32_array(node, name[i], output,
240 pwm_map->output = output;