Searched refs:GPIO_Num (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/bcm/ |
D | led_control.c | 29 UINT GPIO_Num, in LED_Blink() argument 45 TURN_ON_LED(Adapter, GPIO_Num, uiLedIndex); in LED_Blink() 60 TURN_OFF_LED(Adapter, GPIO_Num, uiLedIndex); in LED_Blink() 65 TURN_OFF_LED(Adapter, GPIO_Num, uiLedIndex); in LED_Blink() 70 TURN_OFF_LED(Adapter, GPIO_Num, uiLedIndex); in LED_Blink() 544 curr_led_state->GPIO_Num = GPIO_Array[bData]; in ReadConfigFileStructure() 546 curr_led_state->GPIO_Num = DISABLE_GPIO_NUM; in ReadConfigFileStructure() 603 if (curr_led_state->GPIO_Num != DISABLE_GPIO_NUM) in LedGpioInit() 604 uiResetValue |= (1 << curr_led_state->GPIO_Num); in LedGpioInit() 606 TURN_OFF_LED(Adapter, 1 << curr_led_state->GPIO_Num, uiIndex); in LedGpioInit() [all …]
|
D | led_control.h | 64 unsigned char GPIO_Num; member
|
/drivers/media/tuners/ |
D | mxl5005s.c | 309 static u16 MXL_SetGPIO(struct dvb_frontend *fe, u8 GPIO_Num, u8 GPIO_Val); 3358 static u16 MXL_SetGPIO(struct dvb_frontend *fe, u8 GPIO_Num, u8 GPIO_Val) in MXL_SetGPIO() argument 3362 if (GPIO_Num == 1) in MXL_SetGPIO() 3367 if (GPIO_Num == 3) { in MXL_SetGPIO() 3381 if (GPIO_Num == 4) { in MXL_SetGPIO()
|