Searched refs:watchdog_ops (Results 1 – 25 of 103) sorted by relevance
12345
/Linux-v4.19/include/linux/ |
D | watchdog.h | 20 struct watchdog_ops; 43 struct watchdog_ops { struct 102 const struct watchdog_ops *ops;
|
/Linux-v4.19/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 | ebc-c384_wdt.c | 88 static const struct watchdog_ops ebc_c384_wdt_ops = {
|
D | twl4030_wdt.c | 64 static const struct watchdog_ops twl4030_wdt_ops = {
|
D | ep93xx_wdt.c | 83 static const struct watchdog_ops ep93xx_wdt_ops = {
|
D | softdog.c | 120 static const struct watchdog_ops softdog_ops = {
|
D | sun4v_wdt.c | 80 static const struct watchdog_ops sun4v_wdt_ops = {
|
D | ux500_wdt.c | 72 static const struct watchdog_ops ux500_wdt_ops = {
|
D | da9055_wdt.c | 112 static const struct watchdog_ops da9055_wdt_ops = {
|
D | stmp3xxx_rtc_wdt.c | 56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
|
D | mt7621_wdt.c | 118 static const struct watchdog_ops mt7621_wdt_ops = {
|
D | booke_wdt.c | 200 static const struct watchdog_ops booke_wdt_ops = {
|
D | da9052_wdt.c | 142 static const struct watchdog_ops da9052_wdt_ops = {
|
D | intel-mid_wdt.c | 104 static const struct watchdog_ops mid_wdt_ops = {
|
D | retu_wdt.c | 101 static const struct watchdog_ops retu_wdt_ops = {
|
D | ts72xx_wdt.c | 115 static const struct watchdog_ops ts72xx_wdt_ops = {
|
D | wm8350_wdt.c | 124 static const struct watchdog_ops wm8350_wdt_ops = {
|
D | digicolor_wdt.c | 96 static const struct watchdog_ops dc_wdt_ops = {
|
D | loongson1_wdt.c | 78 static const struct watchdog_ops ls1x_wdt_ops = {
|
D | moxart_wdt.c | 82 static const struct watchdog_ops moxart_wdt_ops = {
|
D | rt2880_wdt.c | 127 static const struct watchdog_ops rt288x_wdt_ops = {
|
/Linux-v4.19/drivers/hwmon/ |
D | sch56xx-common.c | 386 static const struct watchdog_ops watchdog_ops = { variable 432 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
|
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | global2.c | 875 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn() 876 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn() 885 if (chip->info->ops->watchdog_ops->irq_free) in mv88e6xxx_g2_watchdog_free() 886 chip->info->ops->watchdog_ops->irq_free(chip); in mv88e6xxx_g2_watchdog_free() 910 if (chip->info->ops->watchdog_ops->irq_setup) in mv88e6xxx_g2_watchdog_setup() 911 err = chip->info->ops->watchdog_ops->irq_setup(chip); in mv88e6xxx_g2_watchdog_setup()
|
D | chip.c | 2733 .watchdog_ops = &mv88e6097_watchdog_ops, 2803 .watchdog_ops = &mv88e6097_watchdog_ops, 2837 .watchdog_ops = &mv88e6097_watchdog_ops, 2874 .watchdog_ops = &mv88e6097_watchdog_ops, 2917 .watchdog_ops = &mv88e6390_watchdog_ops, 2957 .watchdog_ops = &mv88e6097_watchdog_ops, 2990 .watchdog_ops = &mv88e6097_watchdog_ops, 3031 .watchdog_ops = &mv88e6097_watchdog_ops, 3072 .watchdog_ops = &mv88e6097_watchdog_ops, 3114 .watchdog_ops = &mv88e6097_watchdog_ops, [all …]
|
/Linux-v4.19/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 115 All possible callbacks are defined in 'struct watchdog_ops'. You can find it 126 +static struct watchdog_ops s3c2410wdt_ops = { 156 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
|
12345