Home
last modified time | relevance | path

Searched refs:watchdog_ops (Results 1 – 25 of 121) sorted by relevance

12345

/OK3568_Linux_fs/kernel/include/linux/
H A Dwatchdog.h20 struct watchdog_ops;
43 struct watchdog_ops { struct
99 const struct watchdog_ops *ops;
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Darm_smc_wdt.c96 static const struct watchdog_ops smcwd_ops = {
103 static const struct watchdog_ops smcwd_timeleft_ops = {
H A Dbcm47xx_wdt.c97 static const struct watchdog_ops bcm47xx_wdt_hard_ops = {
168 static const struct watchdog_ops bcm47xx_wdt_soft_ops = {
H A Dmlx_wdt.c194 static const struct watchdog_ops mlxreg_wdt_ops_type1 = {
202 static const struct watchdog_ops mlxreg_wdt_ops_type2 = {
H A Dtwl4030_wdt.c51 static const struct watchdog_ops twl4030_wdt_ops = {
H A Debc-c384_wdt.c79 static const struct watchdog_ops ebc_c384_wdt_ops = {
H A Dtqmx86_wdt.c65 static struct watchdog_ops tqmx86_wdt_ops = {
H A Dep93xx_wdt.c83 static const struct watchdog_ops ep93xx_wdt_ops = {
H A Dsun4v_wdt.c76 static const struct watchdog_ops sun4v_wdt_ops = {
H A Dux500_wdt.c71 static const struct watchdog_ops ux500_wdt_ops = {
H A Dstmp3xxx_rtc_wdt.c56 static const struct watchdog_ops stmp3xxx_wdt_ops = {
H A Dda9055_wdt.c112 static const struct watchdog_ops da9055_wdt_ops = {
H A Dmt7621_wdt.c116 static const struct watchdog_ops mt7621_wdt_ops = {
H A Dda9052_wdt.c142 static const struct watchdog_ops da9052_wdt_ops = {
H A Dts72xx_wdt.c115 static const struct watchdog_ops ts72xx_wdt_ops = {
H A Dstpmic1_wdt.c74 static const struct watchdog_ops pmic_watchdog_ops = {
H A Dwm8350_wdt.c124 static const struct watchdog_ops wm8350_wdt_ops = {
H A Drt2880_wdt.c125 static const struct watchdog_ops rt288x_wdt_ops = {
H A Dbooke_wdt.c201 static const struct watchdog_ops booke_wdt_ops = {
H A Dsoftdog.c168 static const struct watchdog_ops softdog_ops = {
H A Dloongson1_wdt.c74 static const struct watchdog_ops ls1x_wdt_ops = {
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dsch56xx-common.c373 static const struct watchdog_ops watchdog_ops = { variable
419 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3252 .watchdog_ops = &mv88e6097_watchdog_ops,
3322 .watchdog_ops = &mv88e6097_watchdog_ops,
3356 .watchdog_ops = &mv88e6097_watchdog_ops,
3395 .watchdog_ops = &mv88e6097_watchdog_ops,
3439 .watchdog_ops = &mv88e6390_watchdog_ops,
3494 .watchdog_ops = &mv88e6097_watchdog_ops,
3529 .watchdog_ops = &mv88e6097_watchdog_ops,
3571 .watchdog_ops = &mv88e6097_watchdog_ops,
3614 .watchdog_ops = &mv88e6097_watchdog_ops,
3665 .watchdog_ops = &mv88e6097_watchdog_ops,
[all …]
H A Dglobal2.c923 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn()
924 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn()
933 if (chip->info->ops->watchdog_ops->irq_free) in mv88e6xxx_g2_watchdog_free()
934 chip->info->ops->watchdog_ops->irq_free(chip); in mv88e6xxx_g2_watchdog_free()
961 if (chip->info->ops->watchdog_ops->irq_setup) in mv88e6xxx_g2_watchdog_setup()
962 err = chip->info->ops->watchdog_ops->irq_setup(chip); in mv88e6xxx_g2_watchdog_setup()
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst117 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