Home
last modified time | relevance | path

Searched refs:nodename (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dfit_info.c49 char *nodename = NULL; in main() local
62 nodename = optarg; in main()
76 if (!nodename) { in main()
91 nodeoffset = fdt_path_offset(fit_blob, nodename); in main()
93 printf("%s not found.", nodename); in main()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dgpio-uclass.c161 const char *nodename; in gpio_hog_ofdata_to_platdata() local
182 nodename = dev_read_string(dev, "line-name"); in gpio_hog_ofdata_to_platdata()
183 if (nodename) in gpio_hog_ofdata_to_platdata()
184 device_set_name(dev, nodename); in gpio_hog_ofdata_to_platdata()
800 static int gpio_request_tail(int ret, const char *nodename, 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()
1018 int gpio_dev_request_index(struct udevice *dev, const char *nodename, in gpio_dev_request_index() argument
1029 return gpio_request_tail(0, nodename, &args, list_name, index, desc, in gpio_dev_request_index()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dgpio.h536 int gpio_dev_request_index(struct udevice *dev, const char *nodename,
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.h225 struct node *get_subnode(struct node *node, const char *nodename);
H A Dlivetree.c481 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() argument
486 if (streq(child->name, nodename)) in get_subnode()