Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dti_fpc202.c56 #define FPC202_GPIO_P0_S0_OUT_C 20 macro
163 return offset >= FPC202_GPIO_P0_S0_OUT_C; in fpc202_gpio_has_led_caps()
299 bit = BIT(offset - FPC202_GPIO_P0_S0_OUT_C); in fpc202_gpio_direction_output()
391 return &priv->leds[offset - FPC202_GPIO_P0_S0_OUT_C]; in fpc202_led_get()
539 if (offset < FPC202_GPIO_P0_S0_OUT_C || offset > FPC202_GPIO_COUNT) in fpc202_register_leds()