Searched refs:watchdog_ops (Results 1 – 25 of 135) sorted by relevance
123456
| /Linux-v6.6/include/linux/ |
| D | watchdog.h | 20 struct watchdog_ops; 43 struct watchdog_ops { struct 99 const struct watchdog_ops *ops;
|
| /Linux-v6.6/drivers/watchdog/ |
| D | arm_smc_wdt.c | 96 static const struct watchdog_ops smcwd_ops = { 103 static const struct watchdog_ops smcwd_timeleft_ops = {
|
| 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 | twl4030_wdt.c | 52 static const struct watchdog_ops twl4030_wdt_ops = {
|
| D | ebc-c384_wdt.c | 79 static const struct watchdog_ops ebc_c384_wdt_ops = {
|
| D | ep93xx_wdt.c | 80 static const struct watchdog_ops ep93xx_wdt_ops = {
|
| D | tqmx86_wdt.c | 65 static const struct watchdog_ops tqmx86_wdt_ops = {
|
| D | db8500_wdt.c | 69 static const struct watchdog_ops db8500_wdt_ops = {
|
| D | mlx_wdt.c | 193 static const struct watchdog_ops mlxreg_wdt_ops_type1 = { 201 static const struct watchdog_ops mlxreg_wdt_ops_type2 = {
|
| D | sun4v_wdt.c | 76 static const struct watchdog_ops sun4v_wdt_ops = {
|
| D | stmp3xxx_rtc_wdt.c | 56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
|
| D | da9055_wdt.c | 112 static const struct watchdog_ops da9055_wdt_ops = {
|
| D | da9052_wdt.c | 142 static const struct watchdog_ops da9052_wdt_ops = {
|
| D | retu_wdt.c | 94 static const struct watchdog_ops retu_wdt_ops = {
|
| D | rtd119x_wdt.c | 79 static const struct watchdog_ops rtd119x_wdt_ops = {
|
| D | stpmic1_wdt.c | 74 static const struct watchdog_ops pmic_watchdog_ops = {
|
| D | ts72xx_wdt.c | 113 static const struct watchdog_ops ts72xx_wdt_ops = {
|
| D | booke_wdt.c | 201 static const struct watchdog_ops booke_wdt_ops = {
|
| D | rzn1_wdt.c | 95 static const struct watchdog_ops rzn1_wdt_ops = {
|
| D | softdog.c | 168 static const struct watchdog_ops softdog_ops = {
|
| /Linux-v6.6/drivers/hwmon/ |
| D | sch56xx-common.c | 378 static const struct watchdog_ops watchdog_ops = { variable 423 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
|
| /Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
| 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()
|
| D | chip.c | 3979 .watchdog_ops = &mv88e6097_watchdog_ops, 4058 .watchdog_ops = &mv88e6097_watchdog_ops, 4100 .watchdog_ops = &mv88e6097_watchdog_ops, 4143 .watchdog_ops = &mv88e6097_watchdog_ops, 4192 .watchdog_ops = &mv88e6390_watchdog_ops, 4247 .watchdog_ops = &mv88e6097_watchdog_ops, 4285 .watchdog_ops = &mv88e6097_watchdog_ops, 4333 .watchdog_ops = &mv88e6097_watchdog_ops, 4382 .watchdog_ops = &mv88e6097_watchdog_ops, 4433 .watchdog_ops = &mv88e6097_watchdog_ops, [all …]
|
| /Linux-v6.6/scripts/ |
| D | const_structs.checkpatch | 95 watchdog_ops
|
| /Linux-v6.6/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
|
123456