Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsch56xx-common.c492 int err, control, output_enable; in sch56xx_watchdog_register() local
498 output_enable = in sch56xx_watchdog_register()
504 if (output_enable < 0) in sch56xx_watchdog_register()
506 if (check_enabled && !(output_enable & SCH56XX_WDOG_OUTPUT_ENABLE)) { in sch56xx_watchdog_register()
531 if (output_enable & SCH56XX_WDOG_OUTPUT_ENABLE) in sch56xx_watchdog_register()
543 data->watchdog_output_enable = output_enable; in sch56xx_watchdog_register()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1513 bool output_enable; /*< I2S output enable */ member