watchdog_ops
Regular
4.4
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
void (*ref)(struct watchdog_device *);
void (*unref)(struct watchdog_device *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
4.8
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
4.10
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
4.13
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
4.15
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
4.18
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.0
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.3
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.4
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.8
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.11
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.13
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.15
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
5.19
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
6.2
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
6.5
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
6.8
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
arm64
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
armhf
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
ppc64el
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
riscv64
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
aws
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
azure
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
gcp
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
lowlatency
: ✅struct watchdog_ops {
struct module *owner;
int (*start)(struct watchdog_device *);
int (*stop)(struct watchdog_device *);
int (*ping)(struct watchdog_device *);
unsigned int (*status)(struct watchdog_device *);
int (*set_timeout)(struct watchdog_device *, unsigned int);
int (*set_pretimeout)(struct watchdog_device *, unsigned int);
unsigned int (*get_timeleft)(struct watchdog_device *);
int (*restart)(struct watchdog_device *, long unsigned int, void *);
long int (*ioctl)(struct watchdog_device *, unsigned int, long unsigned int);
};
Regular
4.4
and 4.8
⚠️int (*restart)(struct watchdog_device *, long unsigned int, void *)
void (*ref)(struct watchdog_device *)
void (*unref)(struct watchdog_device *)
4.8
and 4.10
⚠️int (*set_pretimeout)(struct watchdog_device *, unsigned int)
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅