Searched refs:watchdog_ops (Results 1 – 25 of 135) sorted by relevance
123456
/linux/include/linux/ |
H A D | watchdog.h | 20 struct watchdog_ops; 43 struct watchdog_ops { struct 99 const struct watchdog_ops *ops;
|
/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 | mlx_wdt.c | 192 static const struct watchdog_ops mlxreg_wdt_ops_type1 = { 200 static const struct watchdog_ops mlxreg_wdt_ops_type2 = {
|
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 | tqmx86_wdt.c | 65 static const struct watchdog_ops tqmx86_wdt_ops = {
|
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 | sun4v_wdt.c | 76 static const struct watchdog_ops sun4v_wdt_ops = {
|
H A D | stmp3xxx_rtc_wdt.c | 56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
|
H A D | da9055_wdt.c | 112 static const struct watchdog_ops da9055_wdt_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 | stpmic1_wdt.c | 74 static const struct watchdog_ops pmic_watchdog_ops = {
|
H A D | moxart_wdt.c | 80 static const struct watchdog_ops moxart_wdt_ops = {
|
H A D | wm8350_wdt.c | 124 static const struct watchdog_ops wm8350_wdt_ops = {
|
H A D | booke_wdt.c | 201 static const struct watchdog_ops booke_wdt_ops = {
|
H A D | softdog.c | 168 static const struct watchdog_ops softdog_ops = {
|
/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 | 4216 .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 D | sch56xx-common.c | 480 static const struct watchdog_ops watchdog_ops = { variable 525 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
|
/linux/Documentation/watchdog/ |
H A D | convert_drivers_to_kernel_api.rst | 116 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 D | turris-omnia-mcu-watchdog.c | 82 static const struct watchdog_ops omnia_wdt_ops = {
|
123456