Home
last modified time | relevance | path

Searched refs:list_name (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/include/asm-generic/
H A Dgpio.h451 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 Dgpio-uclass.c802 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 Dread.h239 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 Dof_access.h424 const char *list_name, const char *cells_name,
443 const char *list_name, const char *cells_name);
H A Dofnode.h496 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 Dread.c115 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 Dof_access.c614 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 Dofnode.c349 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 Dfdtdec.h219 const char *list_name,
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c713 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()