Searched refs:ofnode_parse_phandle_with_args (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | ofnode.h | 496 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
|
| H A D | read.h | 585 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | read.c | 120 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
| H A D | ofnode.c | 349 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 D | stm32mp1.c | 295 if (ofnode_parse_phandle_with_args(node, "st,adc_usb_pd", in board_check_usb_power()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 852 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 D | livetree.txt | 174 ofnode_parse_phandle_with_args().
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | 508 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()
|