Searched refs:watchdog_info (Results 1 - 25 of 187) sorted by relevance

12345678

/linux-master/include/uapi/linux/
H A Dwatchdog.h18 struct watchdog_info { struct
24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
/linux-master/drivers/watchdog/
H A Dindydog.c102 static const struct watchdog_info ident = {
110 if (copy_to_user((struct watchdog_info *)arg,
H A Dsbc_fitpc2_wdt.c111 static const struct watchdog_info ident = {
126 ret = copy_to_user((struct watchdog_info __user *)arg, &ident,
H A Dm54xx_wdt.c113 static const struct watchdog_info ident = {
127 ret = copy_to_user((struct watchdog_info *)arg, &ident,
H A Dda9055_wdt.c107 static const struct watchdog_info da9055_wdt_info = {
H A Dstpmic1_wdt.c69 static const struct watchdog_info pmic_watchdog_info = {
H A Dsun4v_wdt.c68 static const struct watchdog_info sun4v_wdt_ident = {
H A Debc-c384_wdt.c85 static const struct watchdog_info ebc_c384_wdt_info = {
H A Dtqmx86_wdt.c59 static const struct watchdog_info tqmx86_wdt_info = {
H A Dtwl4030_wdt.c47 static const struct watchdog_info twl4030_wdt_info = {
H A Ddb8500_wdt.c63 static const struct watchdog_info db8500_wdt_info = {
H A Dstmp3xxx_rtc_wdt.c51 static const struct watchdog_info stmp3xxx_wdt_ident = {
H A Dep93xx_wdt.c72 static const struct watchdog_info ep93xx_wdt_ident = {
H A Dsmsc37b787_wdt.c425 struct watchdog_info __user *ident;
429 static const struct watchdog_info ident = {
H A Dpm8916_wdt.c118 static const struct watchdog_info pm8916_wdt_ident = {
124 static const struct watchdog_info pm8916_wdt_pt_ident = {
H A Ddigicolor_wdt.c105 static const struct watchdog_info dc_wdt_info = {
H A Dda9052_wdt.c137 static const struct watchdog_info da9052_wdt_info = {
H A Dmenf21bmc_wdt.c101 static const struct watchdog_info menf21bmc_wdt_info = {
H A Dxen_wdt.c100 static struct watchdog_info xen_wdt_info = {
H A Dsbc_epx_c3.c106 static const struct watchdog_info ident = {
H A Darm_smc_wdt.c89 static const struct watchdog_info smcwd_info = {
H A Dwafer5823wdt.c128 static const struct watchdog_info ident = {
H A Dscx200_wdt.c160 static const struct watchdog_info ident = {
/linux-master/include/linux/
H A Dwatchdog.h64 * @info: Pointer to a watchdog_info structure.
98 const struct watchdog_info *info;
/linux-master/arch/um/drivers/
H A Dharddog_kern.c127 static struct watchdog_info ident = {

Completed in 175 milliseconds

12345678