Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dhd44780.c33 PIN_NUM enumerator
37 struct gpio_desc *pins[PIN_NUM];
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Ddb8500_gpio.c191 int pin = PIN_NUM(cfg); in config_pin()
/OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c75 #define PIN_NUM(x) ((x) & PIN_NUM_MASK) macro
186 (PIN_NUM(num) | PIN_##alt))
190 (PIN_NUM(num) | PIN_##alt | PIN_INPUT_##pull))
194 (PIN_NUM(num) | PIN_##alt | PIN_OUTPUT_##val))