| /linux-4.1.27/include/linux/ |
| D | watchdog.h | 17 struct watchdog_ops; 38 struct watchdog_ops { struct 84 const struct watchdog_ops *ops;
|
| /linux-4.1.27/drivers/watchdog/ |
| D | bcm47xx_wdt.c | 91 static struct watchdog_ops bcm47xx_wdt_hard_ops = { 183 static struct watchdog_ops bcm47xx_wdt_soft_ops = {
|
| D | stmp3xxx_rtc_wdt.c | 57 static const struct watchdog_ops stmp3xxx_wdt_ops = {
|
| D | twl4030_wdt.c | 64 static const struct watchdog_ops twl4030_wdt_ops = {
|
| D | softdog.c | 150 static struct watchdog_ops softdog_ops = {
|
| D | ep93xx_wdt.c | 102 static struct watchdog_ops ep93xx_wdt_ops = {
|
| D | ux500_wdt.c | 72 static const struct watchdog_ops ux500_wdt_ops = {
|
| D | intel-mid_wdt.c | 107 static const struct watchdog_ops mid_wdt_ops = {
|
| D | wm8350_wdt.c | 127 static const struct watchdog_ops wm8350_wdt_ops = {
|
| D | retu_wdt.c | 101 static const struct watchdog_ops retu_wdt_ops = {
|
| D | booke_wdt.c | 202 static struct watchdog_ops booke_wdt_ops = {
|
| D | rt2880_wdt.c | 127 static struct watchdog_ops rt288x_wdt_ops = {
|
| D | txx9wdt.c | 91 static const struct watchdog_ops txx9wdt_ops = {
|
| D | da9055_wdt.c | 135 static const struct watchdog_ops da9055_wdt_ops = {
|
| D | bcm2835_wdt.c | 87 static struct watchdog_ops bcm2835_wdt_ops = {
|
| D | menf21bmc_wdt.c | 110 static const struct watchdog_ops menf21bmc_wdt_ops = {
|
| D | pnx4008_wdt.c | 133 static const struct watchdog_ops pnx4008_wdt_ops = {
|
| D | sirfsoc_wdt.c | 125 static struct watchdog_ops sirfsoc_wdt_ops = {
|
| D | moxart_wdt.c | 85 static const struct watchdog_ops moxart_wdt_ops = {
|
| D | max63xx_wdt.c | 164 static const struct watchdog_ops max63xx_wdt_ops = {
|
| D | rn5t618_wdt.c | 139 static struct watchdog_ops rn5t618_wdt_ops = {
|
| D | da9052_wdt.c | 167 static const struct watchdog_ops da9052_wdt_ops = {
|
| D | jz4740_wdt.c | 138 static const struct watchdog_ops jz4740_wdt_ops = {
|
| D | da9063_wdt.c | 146 static const struct watchdog_ops da9063_watchdog_ops = {
|
| D | via_wdt.c | 143 static const struct watchdog_ops wdt_ops = {
|
| D | mpc8xxx_wdt.c | 139 static struct watchdog_ops mpc8xxx_wdt_ops = {
|
| D | of_xilinx_wdt.c | 114 static const struct watchdog_ops xilinx_wdt_ops = {
|
| D | tegra_wdt.c | 179 static struct watchdog_ops tegra_wdt_ops = {
|
| D | meson_wdt.c | 133 static const struct watchdog_ops meson_wdt_ops = {
|
| D | diag288_wdt.c | 191 static struct watchdog_ops wdt_ops = {
|
| D | mtk_wdt.c | 157 static const struct watchdog_ops mtk_wdt_ops = {
|
| D | davinci_wdt.c | 148 static const struct watchdog_ops davinci_wdt_ops = {
|
| D | qcom-wdt.c | 75 static const struct watchdog_ops qcom_wdt_ops = {
|
| D | mena21_wdt.c | 132 static const struct watchdog_ops a21_wdt_ops = {
|
| D | shwdt.c | 207 static const struct watchdog_ops sh_wdt_ops = {
|
| D | ie6xx_wdt.c | 179 static const struct watchdog_ops ie6xx_wdt_ops = {
|
| D | gpio_wdt.c | 155 static const struct watchdog_ops gpio_wdt_ops = {
|
| D | sp805_wdt.c | 194 static const struct watchdog_ops wdt_ops = {
|
| D | wm831x_wdt.c | 176 static const struct watchdog_ops wm831x_wdt_ops = {
|
| D | imgpdc_wdt.c | 123 static const struct watchdog_ops pdc_wdt_ops = {
|
| D | w83627hf_wdt.c | 311 static struct watchdog_ops wdt_ops = {
|
| D | sunxi_wdt.c | 205 static const struct watchdog_ops sunxi_wdt_ops = {
|
| D | omap_wdt.c | 203 static const struct watchdog_ops omap_wdt_ops = {
|
| D | bcm_kona_wdt.c | 269 static struct watchdog_ops bcm_kona_wdt_ops = {
|
| D | coh901327_wdt.c | 240 static struct watchdog_ops coh901327_ops = {
|
| D | cadence_wdt.c | 275 static struct watchdog_ops cdns_wdt_ops = {
|
| D | at91sam9_wdt.c | 259 static const struct watchdog_ops at91_wdt_ops = {
|
| D | imx2_wdt.c | 208 static const struct watchdog_ops imx2_wdt_ops = {
|
| D | octeon-wdt-main.c | 543 static const struct watchdog_ops octeon_wdt_ops = {
|
| D | iTCO_wdt.c | 373 static const struct watchdog_ops iTCO_wdt_ops = {
|
| D | kempld_wdt.c | 433 static struct watchdog_ops kempld_wdt_ops = {
|
| D | s3c2410_wdt.c | 362 static struct watchdog_ops s3c2410wdt_ops = {
|
| D | orion_wdt.c | 364 static const struct watchdog_ops orion_wdt_ops = {
|
| /linux-4.1.27/drivers/hwmon/ |
| D | sch56xx-common.c | 412 static const struct watchdog_ops watchdog_ops = { variable 461 data->wddev.ops = &watchdog_ops; in sch56xx_watchdog_register()
|
| /linux-4.1.27/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
|
| D | watchdog-kernel-api.txt | 47 const struct watchdog_ops *ops; 86 struct watchdog_ops { 185 any watchdog_ops, so that you can be sure that no operations (other then
|
| /linux-4.1.27/drivers/misc/mei/ |
| D | wd.c | 353 static const struct watchdog_ops wd_ops = {
|