Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/scripts/kconfig/
Dmconf.c396 int dres, vscroll = 0, hscroll = 0; in search_conf() local
407 dres = dialog_inputbox("Search Configuration Parameter", in search_conf()
410 switch (dres) { in search_conf()
445 dres = show_textbox_ext("Search Results", (char *) in search_conf()
451 if (dres == keys[i]) { in search_conf()
Dnconf.c697 int dres; in search_conf() local
704 dres = dialog_inputbox(main_window, in search_conf()
708 switch (dres) { in search_conf()