Searched refs:GPIO_num_tx (Results 1 – 1 of 1) sorted by relevance
608 static INT BcmGetGPIOPinInfo(PMINI_ADAPTER Adapter, UCHAR *GPIO_num_tx, in BcmGetGPIOPinInfo() argument614 *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() local762 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 …]