Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uclass.c615 static const char * const gpio_function[GPIOF_COUNT] = { variable
629 BUILD_BUG_ON(GPIOF_COUNT != ARRAY_SIZE(gpio_function)); in get_function()
644 if (ret >= ARRAY_SIZE(gpio_function)) in get_function()
671 BUILD_BUG_ON(GPIOF_COUNT != ARRAY_SIZE(gpio_function)); in gpio_get_status()
681 offset, gpio_function[func]); in gpio_get_status()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddib9000.h23 struct dibGPIOFunction gpio_function[2]; member
H A Ddib9000.c1089 for (i = 0; i < ARRAY_SIZE(state->chip.d9.cfg.gpio_function); i++) { in dib9000_fw_init()
1090 f = &state->chip.d9.cfg.gpio_function[i]; in dib9000_fw_init()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2290 .gpio_function = {
2321 .gpio_function = {
/OK3568_Linux_fs/u-boot/
H A Du-boot.map