Home
last modified time | relevance | path

Searched refs:led_event (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Ddrvfbi.c388 static void led_indication(struct s_smc *smc, int led_event) in led_indication() argument
407 if (led_event == LED_Y_ON) { in led_indication()
410 else if (led_event == LED_Y_OFF) { in led_indication()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_led.h20 void phl_led_control(struct phl_info_t *phl_info, enum rtw_led_event led_event);
H A Dphl_led.c996 void phl_led_control(struct phl_info_t *phl_info, enum rtw_led_event led_event) in phl_led_control() argument
1022 SET_MSG_EVT_ID_FIELD(msg.msg_id, led_event + MSG_EVT_LED_EVT_START); in phl_led_control()
1030 void rtw_phl_led_control(void *phl, enum rtw_led_event led_event) in rtw_phl_led_control() argument
1032 phl_led_control((struct phl_info_t *)phl, led_event); in rtw_phl_led_control()
H A Dphl_api.h481 void rtw_phl_led_control(void *phl, enum rtw_led_event led_event);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_led.h20 void phl_led_control(struct phl_info_t *phl_info, enum rtw_led_event led_event);
H A Dphl_led.c996 void phl_led_control(struct phl_info_t *phl_info, enum rtw_led_event led_event) in phl_led_control() argument
1022 SET_MSG_EVT_ID_FIELD(msg.msg_id, led_event + MSG_EVT_LED_EVT_START); in phl_led_control()
1030 void rtw_phl_led_control(void *phl, enum rtw_led_event led_event) in rtw_phl_led_control() argument
1032 phl_led_control((struct phl_info_t *)phl, led_event); in rtw_phl_led_control()
H A Dphl_api.h478 void rtw_phl_led_control(void *phl, enum rtw_led_event led_event);