xref: /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/led.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2014  Realtek Corporation.*/
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __RTL8723BE_LED_H__
58c2ecf20Sopenharmony_ci#define __RTL8723BE_LED_H__
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_civoid rtl8723be_init_sw_leds(struct ieee80211_hw *hw);
88c2ecf20Sopenharmony_civoid rtl8723be_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled);
98c2ecf20Sopenharmony_civoid rtl8723be_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
108c2ecf20Sopenharmony_civoid rtl8723be_led_control(struct ieee80211_hw *hw,
118c2ecf20Sopenharmony_ci			   enum led_ctl_mode ledaction);
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif
14

Indexes created Thu Nov 07 10:32:03 CST 2024