Lines Matching refs:ofnode_read_bool
371 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool() function
984 if (ofnode_read_bool(node, "interlaced")) in ofnode_decode_display_timing()
986 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing()
988 if (ofnode_read_bool(node, "doubleclk")) in ofnode_decode_display_timing()
1031 if (ofnode_read_bool(timings, "interlaced")) in ofnode_decode_panel_timing()
1033 if (ofnode_read_bool(timings, "doublescan")) in ofnode_decode_panel_timing()
1035 if (ofnode_read_bool(timings, "doubleclk")) in ofnode_decode_panel_timing()
1320 if (ofnode_read_bool(node, "bootph-all")) in ofnode_pre_reloc()
1322 if (ofnode_read_bool(node, "bootph-some-ram")) in ofnode_pre_reloc()
1329 if (ofnode_read_bool(node, "bootph-pre-ram") || in ofnode_pre_reloc()
1330 ofnode_read_bool(node, "bootph-pre-sram")) in ofnode_pre_reloc()
1335 if (ofnode_read_bool(node, "u-boot,dm-pre-reloc") || in ofnode_pre_reloc()
1336 ofnode_read_bool(node, "u-boot,dm-pre-proper") || in ofnode_pre_reloc()
1337 ofnode_read_bool(node, "u-boot,dm-spl") || in ofnode_pre_reloc()
1338 ofnode_read_bool(node, "u-boot,dm-tpl") || in ofnode_pre_reloc()
1339 ofnode_read_bool(node, "u-boot,dm-vpl")) { in ofnode_pre_reloc()
1516 return ofnode_read_bool(node, prop_name); in ofnode_conf_read_bool()