Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dsch56xx-common.c390 int err, control, output_enable; in sch56xx_watchdog_register() local
396 output_enable = in sch56xx_watchdog_register()
402 if (output_enable < 0) in sch56xx_watchdog_register()
404 if (check_enabled && !(output_enable & SCH56XX_WDOG_OUTPUT_ENABLE)) { in sch56xx_watchdog_register()
429 if (output_enable & SCH56XX_WDOG_OUTPUT_ENABLE) in sch56xx_watchdog_register()
441 data->watchdog_output_enable = output_enable; in sch56xx_watchdog_register()
/linux-6.1.9/drivers/pinctrl/
Dpinctrl-st.c385 struct regmap_field *output_enable = pc->oe; in st_pinconf_set_config() local
391 if (output_enable) { in st_pinconf_set_config()
392 regmap_field_read(output_enable, &oe_value); in st_pinconf_set_config()
396 regmap_field_write(output_enable, oe_value); in st_pinconf_set_config()
/linux-6.1.9/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1514 bool output_enable; /*< I2S output enable */ member