Home
last modified time | relevance | path

Searched refs:wdinfo (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dsch56xx-common.c68 struct watchdog_info wdinfo; member
424 strlcpy(data->wdinfo.identity, "sch56xx watchdog", in sch56xx_watchdog_register()
425 sizeof(data->wdinfo.identity)); in sch56xx_watchdog_register()
426 data->wdinfo.firmware_version = revision; in sch56xx_watchdog_register()
427 data->wdinfo.options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT; in sch56xx_watchdog_register()
429 data->wdinfo.options |= WDIOF_MAGICCLOSE; in sch56xx_watchdog_register()
431 data->wddev.info = &data->wdinfo; in sch56xx_watchdog_register()
/Linux-v4.19/drivers/watchdog/
Dwdrtas.c290 static const struct watchdog_info wdinfo = { in wdrtas_ioctl() local
298 if (copy_to_user(argp, &wdinfo, sizeof(wdinfo))) in wdrtas_ioctl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c343 if (iface->wdinfo.listen_channel == ch && !rtw_p2p_chk_state(&iface->wdinfo, P2P_STATE_NONE)) in rtw_set_oper_ch()