| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | gpio.h | 451 int gpio_request_by_name(struct udevice *dev, const char *list_name, 475 int gpio_request_list_by_name(struct udevice *dev, const char *list_name, 502 int gpio_get_list_count(struct udevice *dev, const char *list_name); 510 int gpio_request_by_name_nodev(ofnode node, const char *list_name, int index, 519 int gpio_request_list_by_name_nodev(ofnode node, const char *list_name, 537 char *list_name, int index, int flags,
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 802 const char *list_name, int index, in gpio_request_tail() argument 827 nodename, list_name, index); in gpio_request_tail() 841 __func__, nodename, list_name, index, ret); in gpio_request_tail() 845 static int _gpio_request_by_name_nodev(ofnode node, const char *list_name, in _gpio_request_by_name_nodev() argument 852 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev() 855 return gpio_request_tail(ret, ofnode_get_name(node), &args, list_name, in _gpio_request_by_name_nodev() 859 int gpio_request_by_name_nodev(ofnode node, const char *list_name, int index, in gpio_request_by_name_nodev() argument 862 return _gpio_request_by_name_nodev(node, list_name, index, desc, flags, in gpio_request_by_name_nodev() 866 int gpio_request_by_name(struct udevice *dev, const char *list_name, int index, in gpio_request_by_name() argument 873 ret = dev_read_phandle_with_args(dev, list_name, "#gpio-cells", 0, in gpio_request_by_name() [all …]
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | read.h | 239 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, 259 int dev_count_phandle_with_args(struct udevice *dev, const char *list_name, 582 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 585 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args() 591 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument 593 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
| H A D | of_access.h | 424 const char *list_name, const char *cells_name, 443 const char *list_name, const char *cells_name);
|
| H A D | ofnode.h | 496 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, 515 int ofnode_count_phandle_with_args(ofnode node, const char *list_name,
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | read.c | 115 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, in dev_read_phandle_with_args() argument 120 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args() 126 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument 128 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
| H A D | of_access.c | 614 const char *list_name, in __of_parse_phandle_with_args() argument 627 list = of_get_property(np, list_name, &size); in __of_parse_phandle_with_args() 746 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 752 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 757 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument 759 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_count_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() argument 359 list_name, cells_name, index, &args); in ofnode_parse_phandle_with_args() 368 ofnode_to_offset(node), list_name, cells_name, in ofnode_parse_phandle_with_args() 378 int ofnode_count_phandle_with_args(ofnode node, const char *list_name, in ofnode_count_phandle_with_args() argument 383 list_name, cells_name); in ofnode_count_phandle_with_args() 386 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fdtdec.h | 219 const char *list_name,
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 713 const char *list_name, in fdtdec_parse_phandle_with_args() argument 725 list = fdt_getprop(blob, src_node, list_name, &size); in fdtdec_parse_phandle_with_args()
|