Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Ddt_driver_test.c649 struct dt_test_gpio *dtg = to_test_gpio(chip); in dt_test_gpio_get_direction() local
651 if (dtg->pin != gpio_pin) in dt_test_gpio_get_direction()
661 struct dt_test_gpio *dtg = to_test_gpio(chip); in dt_test_gpio_set_direction() local
663 if (dtg->pin != gpio_pin) in dt_test_gpio_set_direction()
670 struct dt_test_gpio *dtg = to_test_gpio(chip); in dt_test_gpio_get_value() local
672 if (dtg->pin != gpio_pin) in dt_test_gpio_get_value()
682 struct dt_test_gpio *dtg = to_test_gpio(chip); in dt_test_gpio_set_value() local
684 if (dtg->pin != gpio_pin) in dt_test_gpio_set_value()