Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
Dled_control.c608 static INT BcmGetGPIOPinInfo(PMINI_ADAPTER Adapter, UCHAR *GPIO_num_tx, in BcmGetGPIOPinInfo() argument
614 *GPIO_num_tx = DISABLE_GPIO_NUM; in BcmGetGPIOPinInfo()
626 if (*GPIO_num_tx == DISABLE_GPIO_NUM) { in BcmGetGPIOPinInfo()
627 *GPIO_num_tx = Adapter->LEDInfo.LEDState[uiIndex].GPIO_Num; in BcmGetGPIOPinInfo()
640 *GPIO_num_tx = Adapter->LEDInfo.LEDState[uiIndex].GPIO_Num; in BcmGetGPIOPinInfo()
755 UCHAR GPIO_num_tx = DISABLE_GPIO_NUM; in LEDControlThread() local
762 BcmGetGPIOPinInfo(Adapter, &GPIO_num_tx, in LEDControlThread()
765 if ((GPIO_num_tx == DISABLE_GPIO_NUM) && in LEDControlThread()
774 if (GPIO_num_tx == DISABLE_GPIO_NUM) { in LEDControlThread()
775 GPIO_num_tx = GPIO_num_rx; in LEDControlThread()
[all …]