Lines Matching full:enabled
31 * @enabled: input reference is enabled or disabled
36 bool enabled; member
43 * @enabled: out is enabled or disabled
48 bool enabled; member
57 * @enabled: synth is enabled or disabled
62 bool enabled; member
202 * zl3073x_ref_is_enabled - check if the given input reference is enabled
206 * Return: true if input refernce is enabled, false otherwise
211 return zldev->ref[index].enabled; in zl3073x_ref_is_enabled()
241 * zl3073x_synth_is_enabled - check if the given synth is enabled
245 * Return: true if synth is enabled, false otherwise
250 return zldev->synth[index].enabled; in zl3073x_synth_is_enabled()
267 * zl3073x_out_is_enabled - check if the given output is enabled
271 * Return: true if the output is enabled, false otherwise
278 /* Output is enabled only if associated synth is enabled */ in zl3073x_out_is_enabled()
281 return zldev->out[index].enabled; in zl3073x_out_is_enabled()
341 * zl3073x_output_pin_is_enabled - check if the given output pin is enabled
345 * Checks if the output of the given output pin is enabled and also that
348 * Return: true if output pin is enabled, false if output pin is disabled
355 /* Check if the whole output is enabled */ in zl3073x_output_pin_is_enabled()
376 /* For other format both pins are enabled */ in zl3073x_output_pin_is_enabled()