Searched refs:watchdog_ops (Results 1 – 25 of 131) sorted by relevance
123456
/Linux-v6.1/include/linux/ |
D | watchdog.h | 20 struct watchdog_ops; 43 struct watchdog_ops { struct 99 const struct watchdog_ops *ops;
|
/Linux-v6.1/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 | ebc-c384_wdt.c | 79 static const struct watchdog_ops ebc_c384_wdt_ops = {
|
D | twl4030_wdt.c | 52 static const struct watchdog_ops twl4030_wdt_ops = {
|
D | db8500_wdt.c | 69 static const struct watchdog_ops db8500_wdt_ops = {
|
D | ep93xx_wdt.c | 83 static const struct watchdog_ops ep93xx_wdt_ops = {
|
D | tqmx86_wdt.c | 65 static const struct watchdog_ops tqmx86_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 | 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 | 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 | mt7621_wdt.c | 116 static const struct watchdog_ops mt7621_wdt_ops = {
|
D | retu_wdt.c | 94 static const struct watchdog_ops retu_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 | booke_wdt.c | 201 static const struct watchdog_ops booke_wdt_ops = {
|
D | loongson1_wdt.c | 74 static const struct watchdog_ops ls1x_wdt_ops = {
|
D | moxart_wdt.c | 82 static const struct watchdog_ops moxart_wdt_ops = {
|
/Linux-v6.1/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.1/scripts/ |
D | const_structs.checkpatch | 94 watchdog_ops
|
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | global2.c | 940 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn() 941 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn() 950 if (chip->info->ops->watchdog_ops->irq_free) in mv88e6xxx_g2_watchdog_free() 951 chip->info->ops->watchdog_ops->irq_free(chip); in mv88e6xxx_g2_watchdog_free() 978 if (chip->info->ops->watchdog_ops->irq_setup) in mv88e6xxx_g2_watchdog_setup() 979 err = chip->info->ops->watchdog_ops->irq_setup(chip); in mv88e6xxx_g2_watchdog_setup()
|
D | chip.c | 4097 .watchdog_ops = &mv88e6097_watchdog_ops, 4176 .watchdog_ops = &mv88e6097_watchdog_ops, 4220 .watchdog_ops = &mv88e6097_watchdog_ops, 4263 .watchdog_ops = &mv88e6097_watchdog_ops, 4310 .watchdog_ops = &mv88e6390_watchdog_ops, 4369 .watchdog_ops = &mv88e6097_watchdog_ops, 4407 .watchdog_ops = &mv88e6097_watchdog_ops, 4453 .watchdog_ops = &mv88e6097_watchdog_ops, 4500 .watchdog_ops = &mv88e6097_watchdog_ops, 4554 .watchdog_ops = &mv88e6097_watchdog_ops, [all …]
|
/Linux-v6.1/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