Searched refs:wol_config (Results 1 – 7 of 7) sorted by relevance
526 int wol_config; in ytphy_get_wol() local531 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG); in ytphy_get_wol()532 if (wol_config < 0) in ytphy_get_wol()535 if (wol_config & YTPHY_WCR_ENABLE) in ytphy_get_wol()1617 int wol_config; in yt8521_suspend() local1620 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG); in yt8521_suspend()1621 if (wol_config < 0) in yt8521_suspend()1622 return wol_config; in yt8521_suspend()1625 if (wol_config & YTPHY_WCR_ENABLE) in yt8521_suspend()1640 int wol_config; in yt8521_resume() local[all …]
180 struct wol_config *p_wol_config) in lbs_host_sleep_cfg()200 sizeof(struct wol_config)); in lbs_host_sleep_cfg()211 sizeof(struct wol_config)); in lbs_host_sleep_cfg()369 (struct wol_config *)NULL); in lbs_set_host_sleep()402 (struct wol_config *)NULL); in lbs_set_host_sleep()
91 struct wol_config *p_wol_config);
842 struct wol_config { struct855 struct wol_config wol_conf; argument
146 (struct wol_config *) NULL); in if_usb_setup_firmware()
1103 switch (p_hwfn->cdev->wol_config) { in qed_mcp_unload_req()1113 p_hwfn->cdev->wol_config); in qed_mcp_unload_req()1152 if (p_hwfn->cdev->wol_config == QED_OV_WOL_ENABLED) { in qed_mcp_unload_done()2562 p_hwfn->cdev->wol_config = (u8)QED_OV_WOL_DEFAULT; in qed_mcp_fill_shmem_func_info()2976 p_hwfn->cdev->wol_config = (u8)wol; in qed_mcp_ov_update_wol()
960 u32 wol_config; member