Searched refs:autosuspend_en (Results 1 – 1 of 1) sorted by relevance
898 void (*autosuspend_en)(struct r8152 *tp, bool enable); member8487 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()8511 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()8540 if (!tp->rtl_ops.autosuspend_en) in rtl8152_runtime_suspend()8571 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()9442 ops->autosuspend_en = rtl_runtime_suspend_enable; in rtl_ops_init()9462 ops->autosuspend_en = rtl8153_runtime_enable; in rtl_ops_init()9484 ops->autosuspend_en = rtl8153b_runtime_enable; in rtl_ops_init()9506 ops->autosuspend_en = rtl8156_runtime_enable; in rtl_ops_init()9529 ops->autosuspend_en = rtl8156_runtime_enable; in rtl_ops_init()[all …]