Searched refs:curr_opt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_led.c | 40 enum rtw_led_opt curr_opt; member 125 enum rtw_led_opt *curr_opt, in _phl_led_ctrl_write_opt() argument 137 *curr_opt = opt; in _phl_led_ctrl_write_opt() 154 _phl_led_ctrl_write_opt(hal, led_id, &(led_info->curr_opt), in _phl_led_ctrl_start_delay_hdlr() 219 if (led_info->curr_opt == RTW_LED_OPT_LOW) in _phl_led_ctrl_interval_hdlr() 222 else if (led_info->curr_opt == RTW_LED_OPT_HIGH) in _phl_led_ctrl_interval_hdlr() 228 __func__, led_info->curr_opt, led_id); in _phl_led_ctrl_interval_hdlr() 233 _phl_led_ctrl_write_opt(hal, led_id, &(led_info->curr_opt), opt)) in _phl_led_ctrl_interval_hdlr() 349 &(led_info->curr_opt), in _phl_led_ctrl_action_hdlr() 363 &(led_info->curr_opt), in _phl_led_ctrl_action_hdlr() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_led.c | 40 enum rtw_led_opt curr_opt; member 125 enum rtw_led_opt *curr_opt, in _phl_led_ctrl_write_opt() argument 137 *curr_opt = opt; in _phl_led_ctrl_write_opt() 154 _phl_led_ctrl_write_opt(hal, led_id, &(led_info->curr_opt), in _phl_led_ctrl_start_delay_hdlr() 219 if (led_info->curr_opt == RTW_LED_OPT_LOW) in _phl_led_ctrl_interval_hdlr() 222 else if (led_info->curr_opt == RTW_LED_OPT_HIGH) in _phl_led_ctrl_interval_hdlr() 228 __func__, led_info->curr_opt, led_id); in _phl_led_ctrl_interval_hdlr() 233 _phl_led_ctrl_write_opt(hal, led_id, &(led_info->curr_opt), opt)) in _phl_led_ctrl_interval_hdlr() 349 &(led_info->curr_opt), in _phl_led_ctrl_action_hdlr() 363 &(led_info->curr_opt), in _phl_led_ctrl_action_hdlr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | ocfb.c | 72 char *curr_opt; in ocfb_setup() local 77 while ((curr_opt = strsep(&options, ",")) != NULL) { in ocfb_setup() 78 if (!*curr_opt) in ocfb_setup() 80 mode_option = curr_opt; in ocfb_setup()
|