Lines Matching refs:of_hasprop
220 if (of_hasprop(phandle, "bias-disable")) {
222 } else if (of_hasprop(phandle, "bias-pull-up")) {
225 } else if (of_hasprop(phandle, "bias-pull-down")) {
248 if (of_hasprop(phandle, "drive-push-pull"))
250 else if (of_hasprop(phandle, "drive-open-drain"))
252 else if (of_hasprop(phandle, "drive-open-source"))
278 if (of_hasprop(phandle, "input-enable")) {
280 } else if (of_hasprop(phandle, "input-disable")) {
289 if (of_hasprop(phandle, "output-enable")) {
293 } else if (of_hasprop(phandle, "output-disable")) {
299 if (of_hasprop(phandle, "output-low")) {
304 } else if (of_hasprop(phandle, "output-high")) {