Searched defs:list_name (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 803 const char *list_name, int index, in gpio_request_tail() 846 static int _gpio_request_by_name_nodev(ofnode node, const char *list_name, in _gpio_request_by_name_nodev() 860 int gpio_request_by_name_nodev(ofnode node, const char *list_name, int index, in gpio_request_by_name_nodev() 867 int gpio_request_by_name(struct udevice *dev, const char *list_name, int index, in gpio_request_by_name() 881 int gpio_request_list_by_name_nodev(ofnode node, const char *list_name, in gpio_request_list_by_name_nodev() 906 int gpio_request_list_by_name(struct udevice *dev, const char *list_name, in gpio_request_list_by_name() 919 int gpio_get_list_count(struct udevice *dev, const char *list_name) in gpio_get_list_count() 1020 char *list_name, int index, int flags, in gpio_dev_request_index()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 572 const char *list_name, in __of_parse_phandle_with_args() 704 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() 715 const char *list_name, const char *cells_name) in of_count_phandle_with_args()
|
H A D | read.c | 160 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, in dev_read_phandle_with_args() 169 int dev_count_phandle_with_args(struct udevice *dev, const char *list_name, in dev_count_phandle_with_args()
|
H A D | ofnode.c | 358 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() 389 int ofnode_count_phandle_with_args(ofnode node, const char *list_name, in ofnode_count_phandle_with_args()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 655 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() 664 const char *list_name, const char *cells_name) in dev_count_phandle_with_args()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 739 const char *list_name, in fdtdec_parse_phandle_with_args()
|