Home
last modified time | relevance | path

Searched refs:led_cntrl_threadid (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/bcm/
Dled_control.h74 struct task_struct *led_cntrl_threadid; member
Dled_control.c939 Adapter->LEDInfo.led_cntrl_threadid = in InitLedSettings()
942 if (IS_ERR(Adapter->LEDInfo.led_cntrl_threadid)) { in InitLedSettings()
948 return PTR_ERR(Adapter->LEDInfo.led_cntrl_threadid); in InitLedSettings()
DMisc.c112 kthread_stop(Adapter->LEDInfo.led_cntrl_threadid); in AdapterFree()