Searched refs:watchdog_ops (Results 1 – 25 of 135) sorted by relevance
123456
/openbmc/linux/include/linux/ |
H A D | watchdog.h | 20 struct watchdog_ops; 43 struct watchdog_ops { struct 99 const struct watchdog_ops *ops;
|
/openbmc/linux/drivers/watchdog/ |
H A D | ixp4xx_wdt.c | 100 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 D | arm_smc_wdt.c | 96 static const struct watchdog_ops smcwd_ops = { 103 static const struct watchdog_ops smcwd_timeleft_ops = {
|
H A D | bcm47xx_wdt.c | 97 static const struct watchdog_ops bcm47xx_wdt_hard_ops = { 168 static const struct watchdog_ops bcm47xx_wdt_soft_ops = {
|
H A D | twl4030_wdt.c | 52 static const struct watchdog_ops twl4030_wdt_ops = {
|
H A D | ebc-c384_wdt.c | 79 static const struct watchdog_ops ebc_c384_wdt_ops = {
|
H A D | mlx_wdt.c | 193 static const struct watchdog_ops mlxreg_wdt_ops_type1 = { 201 static const struct watchdog_ops mlxreg_wdt_ops_type2 = {
|
H A D | db8500_wdt.c | 69 static const struct watchdog_ops db8500_wdt_ops = {
|
H A D | ep93xx_wdt.c | 80 static const struct watchdog_ops ep93xx_wdt_ops = {
|
H A D | tqmx86_wdt.c | 65 static const struct watchdog_ops tqmx86_wdt_ops = {
|
H A D | stmp3xxx_rtc_wdt.c | 56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
|
H A D | sun4v_wdt.c | 76 static const struct watchdog_ops sun4v_wdt_ops = {
|
H A D | da9055_wdt.c | 112 static const struct watchdog_ops da9055_wdt_ops = {
|
H A D | da9052_wdt.c | 142 static const struct watchdog_ops da9052_wdt_ops = {
|
H A D | stpmic1_wdt.c | 74 static const struct watchdog_ops pmic_watchdog_ops = {
|
H A D | retu_wdt.c | 94 static const struct watchdog_ops retu_wdt_ops = {
|
H A D | rtd119x_wdt.c | 79 static const struct watchdog_ops rtd119x_wdt_ops = {
|
H A D | ts72xx_wdt.c | 113 static const struct watchdog_ops ts72xx_wdt_ops = {
|
H A D | moxart_wdt.c | 80 static const struct watchdog_ops moxart_wdt_ops = {
|
H A D | rzn1_wdt.c | 95 static const struct watchdog_ops rzn1_wdt_ops = {
|
/openbmc/linux/drivers/hwmon/ |
H A D | sch56xx-common.c | 373 static const struct watchdog_ops watchdog_ops = { variable 418 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | global2.c | 972 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 D | chip.c | 4064 .watchdog_ops = &mv88e6097_watchdog_ops, 4143 .watchdog_ops = &mv88e6097_watchdog_ops, 4185 .watchdog_ops = &mv88e6097_watchdog_ops, 4228 .watchdog_ops = &mv88e6097_watchdog_ops, 4277 .watchdog_ops = &mv88e6390_watchdog_ops, 4334 .watchdog_ops = &mv88e6097_watchdog_ops, 4372 .watchdog_ops = &mv88e6097_watchdog_ops, 4420 .watchdog_ops = &mv88e6097_watchdog_ops, 4469 .watchdog_ops = &mv88e6097_watchdog_ops, 4522 .watchdog_ops = &mv88e6097_watchdog_ops, [all …]
|
/openbmc/linux/scripts/ |
H A D | const_structs.checkpatch | 95 watchdog_ops
|
/openbmc/linux/Documentation/watchdog/ |
H A D | convert_drivers_to_kernel_api.rst | 117 All possible callbacks are defined in 'struct watchdog_ops'. You can find it 128 +static struct watchdog_ops s3c2410wdt_ops = { 158 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
|
123456