Searched refs:ofnode_read_bool (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | ofnode.c | 74 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool() function 496 if (ofnode_read_bool(node, "interlaced")) in ofnode_decode_display_timing() 498 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing() 500 if (ofnode_read_bool(node, "doubleclk")) in ofnode_decode_display_timing() 700 if (ofnode_read_bool(node, "u-boot,dm-pre-reloc")) in ofnode_pre_reloc() 704 if (ofnode_read_bool(node, "u-boot,dm-tpl")) in ofnode_pre_reloc() 707 if (ofnode_read_bool(node, "u-boot,dm-spl")) in ofnode_pre_reloc() 714 if (ofnode_read_bool(node, "u-boot,dm-spl") || in ofnode_pre_reloc() 715 ofnode_read_bool(node, "u-boot,dm-tpl")) in ofnode_pre_reloc()
|
| H A D | ofnode.su | |
| H A D | read.c | 31 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | ofnode.su | |
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | ofnode.h | 322 bool ofnode_read_bool(ofnode node, const char *propname);
|
| H A D | read.h | 518 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_display.c | 329 val = ofnode_read_bool(node, name); in rockchip_ofnode_get_display_mode() 1591 split_mode = ofnode_read_bool(conn->dev->node, "split-mode"); in rockchip_get_split_connector() 1838 s->force_output = ofnode_read_bool(node, "force-output"); in rockchip_display_probe() 1884 ofnode_read_bool(vp_node, "xmirror-enable"); in rockchip_display_probe()
|
| H A D | dw_hdmi.c | 2369 if (ofnode_read_bool(hdmi_node, "scramble-low-rates")) in rockchip_dw_hdmi_init() 2372 if (ofnode_read_bool(hdmi_node, "hdcp1x-enable")) in rockchip_dw_hdmi_init() 2377 if (ofnode_read_bool(hdmi_node, "force_output_bus_format_RGB") || in rockchip_dw_hdmi_init() 2378 ofnode_read_bool(hdmi_node, "unsupported-yuv-input")) in rockchip_dw_hdmi_init()
|
| H A D | rockchip_rgb.c | 429 mcu_panel->desc->power_invert = ofnode_read_bool(mcu_panel_node, "power-invert"); in rockchip_mcu_panel_init()
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-inno-usb3.c | 353 ofnode_read_bool(np_to_ofnode(child_np), in rockchip_u3phy_port_init()
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 448 uc_pdata->suspend_on = !ofnode_read_bool(node, "regulator-off-in-suspend"); in regulator_pre_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | rockchip_sfc.c | 268 if (ofnode_read_bool(dev_ofnode(bus), "sfc-no-dma")) in rockchip_sfc_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.c | 1042 if (ofnode_read_bool(node, "gpio-hog")) { in gpio_post_bind()
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 3331 port->slow_charger_loop = ofnode_read_bool(node, "slow-charger-loop"); in tcpm_fw_get_caps() 3381 port->self_powered = ofnode_read_bool(node, "self-powered"); in tcpm_fw_get_caps()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | gmac_rockchip.c | 132 pdata->integrated_phy = ofnode_read_bool(args.node, in gmac_rockchip_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |