Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpio/
Dgpiolib-devres.c110 struct devres *dres; in devm_gpiod_get_index() local
112 dres = devres_find(dev, devm_gpiod_release, in devm_gpiod_get_index()
114 if (dres) in devm_gpiod_get_index()
165 struct devres *dres; in devm_gpiod_get_from_of_node() local
167 dres = devres_find(dev, devm_gpiod_release, in devm_gpiod_get_from_of_node()
169 if (dres) in devm_gpiod_get_from_of_node()
/Linux-v5.10/scripts/kconfig/
Dmconf.c397 int dres, vscroll = 0, hscroll = 0; in search_conf() local
408 dres = dialog_inputbox("Search Configuration Parameter", in search_conf()
411 switch (dres) { in search_conf()
446 dres = show_textbox_ext("Search Results", (char *) in search_conf()
452 if (dres == keys[i]) { in search_conf()
Dnconf.c698 int dres; in search_conf() local
705 dres = dialog_inputbox(main_window, in search_conf()
709 switch (dres) { in search_conf()