Home
last modified time | relevance | path

Searched refs:ofnode_parse_phandle_with_args (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dofnode.h496 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
H A Dread.h585 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c120 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
H A Dofnode.c349 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() function
/rk3399_rockchip-uboot/board/st/stm32mp1/
H A Dstm32mp1.c295 if (ofnode_parse_phandle_with_args(node, "st,adc_usb_pd", in board_check_usb_power()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dgpio-uclass.c852 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dlivetree.txt174 ofnode_parse_phandle_with_args().
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c508 ret = ofnode_parse_phandle_with_args(dt, "native-mode", NULL, in display_get_timing_from_dts()
516 ret = ofnode_parse_phandle_with_args(dt, "native-mode", NULL, in display_get_timing_from_dts()