Searched refs:wdinfo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sch56xx-common.c | 55 struct watchdog_info wdinfo; member 411 strlcpy(data->wdinfo.identity, "sch56xx watchdog", in sch56xx_watchdog_register() 412 sizeof(data->wdinfo.identity)); in sch56xx_watchdog_register() 413 data->wdinfo.firmware_version = revision; in sch56xx_watchdog_register() 414 data->wdinfo.options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT; in sch56xx_watchdog_register() 416 data->wdinfo.options |= WDIOF_MAGICCLOSE; in sch56xx_watchdog_register() 418 data->wddev.info = &data->wdinfo; in sch56xx_watchdog_register()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sch56xx-common.c | 55 struct watchdog_info wdinfo; member 411 strscpy(data->wdinfo.identity, "sch56xx watchdog", sizeof(data->wdinfo.identity)); in sch56xx_watchdog_register() 412 data->wdinfo.firmware_version = revision; in sch56xx_watchdog_register() 413 data->wdinfo.options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT; in sch56xx_watchdog_register() 415 data->wdinfo.options |= WDIOF_MAGICCLOSE; in sch56xx_watchdog_register() 417 data->wddev.info = &data->wdinfo; in sch56xx_watchdog_register()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | wdrtas.c | 277 static const struct watchdog_info wdinfo = { in wdrtas_ioctl() local 285 if (copy_to_user(argp, &wdinfo, sizeof(wdinfo))) in wdrtas_ioctl()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | wdrtas.c | 277 static const struct watchdog_info wdinfo = { in wdrtas_ioctl() local 285 if (copy_to_user(argp, &wdinfo, sizeof(wdinfo))) in wdrtas_ioctl()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_wlan_util.c | 312 if (iface->wdinfo.listen_channel == ch && !rtw_p2p_chk_state(&iface->wdinfo, P2P_STATE_NONE)) in rtw_set_oper_ch()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_wlan_util.c | 281 if (iface->wdinfo.listen_channel == ch && !rtw_p2p_chk_state(&iface->wdinfo, P2P_STATE_NONE)) in rtw_set_oper_ch()
|
Completed in 10 milliseconds