Searched refs:watchdog_ops (Results 1 – 25 of 114) sorted by relevance
12345
| /Linux-v5.4/include/linux/ |
| D | watchdog.h | 20 struct watchdog_ops; 43 struct watchdog_ops { struct 99 const struct watchdog_ops *ops;
|
| /Linux-v5.4/drivers/watchdog/ |
| D | bcm47xx_wdt.c | 97 static const struct watchdog_ops bcm47xx_wdt_hard_ops = { 168 static const struct watchdog_ops bcm47xx_wdt_soft_ops = {
|
| D | mlx_wdt.c | 158 static const struct watchdog_ops mlxreg_wdt_ops_type1 = { 166 static const struct watchdog_ops mlxreg_wdt_ops_type2 = {
|
| D | ebc-c384_wdt.c | 79 static const struct watchdog_ops ebc_c384_wdt_ops = {
|
| D | twl4030_wdt.c | 51 static const struct watchdog_ops twl4030_wdt_ops = {
|
| D | ep93xx_wdt.c | 83 static const struct watchdog_ops ep93xx_wdt_ops = {
|
| D | tqmx86_wdt.c | 65 static struct watchdog_ops tqmx86_wdt_ops = {
|
| D | softdog.c | 116 static const struct watchdog_ops softdog_ops = {
|
| D | stmp3xxx_rtc_wdt.c | 56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
|
| D | sun4v_wdt.c | 76 static const struct watchdog_ops sun4v_wdt_ops = {
|
| D | ux500_wdt.c | 71 static const struct watchdog_ops ux500_wdt_ops = {
|
| D | da9055_wdt.c | 112 static const struct watchdog_ops da9055_wdt_ops = {
|
| D | mt7621_wdt.c | 116 static const struct watchdog_ops mt7621_wdt_ops = {
|
| D | intel-mid_wdt.c | 101 static const struct watchdog_ops mid_wdt_ops = {
|
| D | da9052_wdt.c | 142 static const struct watchdog_ops da9052_wdt_ops = {
|
| D | stpmic1_wdt.c | 74 static const struct watchdog_ops pmic_watchdog_ops = {
|
| D | ts72xx_wdt.c | 115 static const struct watchdog_ops ts72xx_wdt_ops = {
|
| D | moxart_wdt.c | 82 static const struct watchdog_ops moxart_wdt_ops = {
|
| D | retu_wdt.c | 93 static const struct watchdog_ops retu_wdt_ops = {
|
| D | rt2880_wdt.c | 125 static const struct watchdog_ops rt288x_wdt_ops = {
|
| D | wm8350_wdt.c | 124 static const struct watchdog_ops wm8350_wdt_ops = {
|
| /Linux-v5.4/drivers/hwmon/ |
| D | sch56xx-common.c | 373 static const struct watchdog_ops watchdog_ops = { variable 419 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
|
| /Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
| D | global2.c | 911 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn() 912 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn() 921 if (chip->info->ops->watchdog_ops->irq_free) in mv88e6xxx_g2_watchdog_free() 922 chip->info->ops->watchdog_ops->irq_free(chip); in mv88e6xxx_g2_watchdog_free() 946 if (chip->info->ops->watchdog_ops->irq_setup) in mv88e6xxx_g2_watchdog_setup() 947 err = chip->info->ops->watchdog_ops->irq_setup(chip); in mv88e6xxx_g2_watchdog_setup()
|
| D | chip.c | 3009 .watchdog_ops = &mv88e6097_watchdog_ops, 3081 .watchdog_ops = &mv88e6097_watchdog_ops, 3116 .watchdog_ops = &mv88e6097_watchdog_ops, 3154 .watchdog_ops = &mv88e6097_watchdog_ops, 3200 .watchdog_ops = &mv88e6390_watchdog_ops, 3245 .watchdog_ops = &mv88e6097_watchdog_ops, 3279 .watchdog_ops = &mv88e6097_watchdog_ops, 3321 .watchdog_ops = &mv88e6097_watchdog_ops, 3364 .watchdog_ops = &mv88e6097_watchdog_ops, 3408 .watchdog_ops = &mv88e6097_watchdog_ops, [all …]
|
| /Linux-v5.4/Documentation/watchdog/ |
| 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
|
12345