Home
last modified time | relevance | path

Searched refs:watchdog_ops (Results 1 – 25 of 135) sorted by relevance

123456

/linux/include/linux/
H A Dwatchdog.h20 struct watchdog_ops;
43 struct watchdog_ops { struct
99 const struct watchdog_ops *ops;
/linux/drivers/watchdog/
H A Dixp4xx_wdt.c100 static const struct watchdog_ops ixp4xx_wdt_ops = {
120 static const struct watchdog_ops ixp4xx_wdt_restart_only_ops = {
136 static const struct watchdog_ops *iwdt_ops; in ixp4xx_wdt_probe()
H A Darm_smc_wdt.c96 static const struct watchdog_ops smcwd_ops = {
103 static const struct watchdog_ops smcwd_timeleft_ops = {
H A Dbcm47xx_wdt.c97 static const struct watchdog_ops bcm47xx_wdt_hard_ops = {
168 static const struct watchdog_ops bcm47xx_wdt_soft_ops = {
H A Dmlx_wdt.c192 static const struct watchdog_ops mlxreg_wdt_ops_type1 = {
200 static const struct watchdog_ops mlxreg_wdt_ops_type2 = {
H A Dtwl4030_wdt.c52 static const struct watchdog_ops twl4030_wdt_ops = {
H A Debc-c384_wdt.c79 static const struct watchdog_ops ebc_c384_wdt_ops = {
H A Dtqmx86_wdt.c65 static const struct watchdog_ops tqmx86_wdt_ops = {
H A Ddb8500_wdt.c69 static const struct watchdog_ops db8500_wdt_ops = {
H A Dep93xx_wdt.c80 static const struct watchdog_ops ep93xx_wdt_ops = {
H A Dsun4v_wdt.c76 static const struct watchdog_ops sun4v_wdt_ops = {
H A Dstmp3xxx_rtc_wdt.c56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
H A Dda9055_wdt.c112 static const struct watchdog_ops da9055_wdt_ops = {
H A Dretu_wdt.c94 static const struct watchdog_ops retu_wdt_ops = {
H A Drtd119x_wdt.c79 static const struct watchdog_ops rtd119x_wdt_ops = {
H A Dstpmic1_wdt.c74 static const struct watchdog_ops pmic_watchdog_ops = {
H A Dmoxart_wdt.c80 static const struct watchdog_ops moxart_wdt_ops = {
H A Dwm8350_wdt.c124 static const struct watchdog_ops wm8350_wdt_ops = {
H A Dbooke_wdt.c201 static const struct watchdog_ops booke_wdt_ops = {
H A Dsoftdog.c168 static const struct watchdog_ops softdog_ops = {
/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c972 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn()
973 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn()
982 if (chip->info->ops->watchdog_ops->irq_free) in mv88e6xxx_g2_watchdog_free()
983 chip->info->ops->watchdog_ops->irq_free(chip); in mv88e6xxx_g2_watchdog_free()
1010 if (chip->info->ops->watchdog_ops->irq_setup) in mv88e6xxx_g2_watchdog_setup()
1011 err = chip->info->ops->watchdog_ops->irq_setup(chip); in mv88e6xxx_g2_watchdog_setup()
H A Dchip.c4216 .watchdog_ops = &mv88e6097_watchdog_ops,
4295 .watchdog_ops = &mv88e6097_watchdog_ops,
4337 .watchdog_ops = &mv88e6097_watchdog_ops,
4380 .watchdog_ops = &mv88e6097_watchdog_ops,
4429 .watchdog_ops = &mv88e6390_watchdog_ops,
4486 .watchdog_ops = &mv88e6097_watchdog_ops,
4524 .watchdog_ops = &mv88e6097_watchdog_ops,
4572 .watchdog_ops = &mv88e6097_watchdog_ops,
4622 .watchdog_ops = &mv88e6097_watchdog_ops,
4675 .watchdog_ops = &mv88e6097_watchdog_ops,
[all …]
/linux/drivers/hwmon/
H A Dsch56xx-common.c480 static const struct watchdog_ops watchdog_ops = { variable
525 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst116 All possible callbacks are defined in 'struct watchdog_ops'. You can find it
127 +static struct watchdog_ops s3c2410wdt_ops = {
157 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-watchdog.c82 static const struct watchdog_ops omnia_wdt_ops = {

123456