Searched refs:rtl_led (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | led.c | 36 struct rtl_led *pled, enum rtl_led_pin ledpin) in _rtl92se_init_led() 50 void rtl92se_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92se_sw_led_on() 77 void rtl92se_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92se_sw_led_off() 117 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92se_sw_led_control()
|
D | led.h | 33 void rtl92se_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled); 34 void rtl92se_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
|
D | hw.c | 732 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92se_macconfig_before_fwdownload() 1367 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92se_gen_refreshledstate()
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | led.c | 36 struct rtl_led *pled, enum rtl_led_pin ledpin) in _rtl92ce_init_led() 43 void rtl92ce_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92ce_sw_led_on() 71 void rtl92ce_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92ce_sw_led_off() 117 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92ce_sw_led_control()
|
D | led.h | 34 void rtl92ce_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled); 35 void rtl92ce_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
|
D | hw.c | 621 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92ce_gen_refresh_led_state()
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | led.c | 34 struct rtl_led *pled, enum rtl_led_pin ledpin) in _rtl92cu_init_led() 41 static void _rtl92cu_deInit_led(struct rtl_led *pled) in _rtl92cu_deInit_led() 45 void rtl92cu_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92cu_sw_led_on() 71 void rtl92cu_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92cu_sw_led_off()
|
D | led.h | 33 void rtl92cu_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled); 34 void rtl92cu_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | led.c | 36 struct rtl_led *pled, enum rtl_led_pin ledpin) in _rtl92ce_init_led() 43 void rtl92de_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92de_sw_led_on() 80 void rtl92de_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled) in rtl92de_sw_led_off() 126 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92ce_sw_led_control()
|
D | led.h | 34 void rtl92de_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled); 35 void rtl92de_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
|
D | hw.c | 625 struct rtl_led *pLed0 = &(pcipriv->ledctl.sw_led0); in _rtl92de_gen_refresh_led_state()
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 692 struct rtl_led { struct 700 struct rtl_led sw_led0; argument 701 struct rtl_led sw_led1;
|