/u-boot/include/asm-generic/ |
A D | gpio.h | 505 int gpio_request_by_name(struct udevice *dev, const char *list_name, 529 int gpio_request_list_by_name(struct udevice *dev, const char *list_name, 556 int gpio_get_list_count(struct udevice *dev, const char *list_name); 564 int gpio_request_by_name_nodev(ofnode node, const char *list_name, int index, 573 int gpio_request_list_by_name_nodev(ofnode node, const char *list_name, 591 char *list_name, int index, int flags,
|
/u-boot/drivers/gpio/ |
A D | gpio-uclass.c | 986 const char *list_name, int index, in gpio_request_tail() argument 1009 nodename, list_name, index); in gpio_request_tail() 1023 __func__, nodename, list_name, index, ret); in gpio_request_tail() 1037 return gpio_request_tail(ret, ofnode_get_name(node), &args, list_name, in _gpio_request_by_name_nodev() 1055 ret = dev_read_phandle_with_args(dev, list_name, "#gpio-cells", 0, in gpio_request_by_name() 1058 return gpio_request_tail(ret, ofnode_get_name(node), &args, list_name, in gpio_request_by_name() 1070 ret = _gpio_request_by_name_nodev(node, list_name, count, in gpio_request_list_by_name_nodev() 1100 int gpio_get_list_count(struct udevice *dev, const char *list_name) in gpio_get_list_count() argument 1108 __func__, dev->name, list_name, ret); in gpio_get_list_count() 1200 char *list_name, int index, int flags, in gpio_dev_request_index() argument [all …]
|
/u-boot/include/dm/ |
A D | of_access.h | 443 const char *list_name, const char *cells_name, 464 const char *list_name, const char *cells_name,
|
A D | read.h | 400 int dev_read_phandle_with_args(const struct udevice *dev, const char *list_name, 421 const char *list_name, const char *cells_name, 892 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 895 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args() 901 const char *list_name, const char *cells_name, int cell_count) in dev_count_phandle_with_args() argument 903 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
A D | ofnode.h | 603 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, 623 int ofnode_count_phandle_with_args(ofnode node, const char *list_name,
|
/u-boot/drivers/core/ |
A D | read.c | 208 int dev_read_phandle_with_args(const struct udevice *dev, const char *list_name, in dev_read_phandle_with_args() argument 212 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args() 218 const char *list_name, const char *cells_name, in dev_count_phandle_with_args() argument 221 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
A D | of_access.c | 616 const char *list_name, in __of_parse_phandle_with_args() argument 629 list = of_get_property(np, list_name, &size); in __of_parse_phandle_with_args() 748 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 755 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 760 const char *list_name, const char *cells_name, in of_count_phandle_with_args() argument 763 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_count_phandle_with_args()
|
A D | ofnode.c | 416 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() argument 426 list_name, cells_name, in ofnode_parse_phandle_with_args() 438 list_name, cells_name, in ofnode_parse_phandle_with_args() 448 int ofnode_count_phandle_with_args(ofnode node, const char *list_name, in ofnode_count_phandle_with_args() argument 453 list_name, cells_name, cell_count); in ofnode_count_phandle_with_args() 456 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
/u-boot/drivers/misc/ |
A D | irq-uclass.c | 100 const char *list_name, int index, in irq_get_by_index_tail() argument 133 ofnode_get_name(node), list_name, index, ret); in irq_get_by_index_tail()
|
/u-boot/include/ |
A D | fdtdec.h | 223 const char *list_name,
|
/u-boot/drivers/clk/ |
A D | clk-uclass.c | 72 const char *list_name, int index, in clk_get_by_index_tail() argument 106 __func__, ofnode_get_name(node), list_name, index, ret); in clk_get_by_index_tail()
|
/u-boot/drivers/reset/ |
A D | reset-uclass.c | 38 const char *list_name, int index, in reset_get_by_index_tail() argument
|
/u-boot/lib/ |
A D | fdtdec.c | 722 const char *list_name, in fdtdec_parse_phandle_with_args() argument 734 list = fdt_getprop(blob, src_node, list_name, &size); in fdtdec_parse_phandle_with_args()
|