/openbmc/linux/drivers/pinctrl/ |
H A D | devicetree.h | 22 const char *list_name); 25 const char *list_name, int index, 41 const char *list_name) in pinctrl_count_index_with_args() argument 48 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
|
H A D | devicetree.c | 318 const char *list_name, in pinctrl_get_list_and_count() argument 328 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count() 352 const char *list_name) in pinctrl_count_index_with_args() argument 357 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args() 411 const char *list_name, int index, in pinctrl_parse_index_with_args() argument 417 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
|
/openbmc/u-boot/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,
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 803 const char *list_name, int index, in gpio_request_tail() argument 828 nodename, list_name, index); in gpio_request_tail() 842 __func__, nodename, list_name, index, ret); in gpio_request_tail() 856 return gpio_request_tail(ret, ofnode_get_name(node), &args, list_name, in _gpio_request_by_name_nodev() 874 ret = dev_read_phandle_with_args(dev, list_name, "#gpio-cells", 0, in gpio_request_by_name() 889 ret = _gpio_request_by_name_nodev(node, list_name, count, in gpio_request_list_by_name_nodev() 919 int gpio_get_list_count(struct udevice *dev, const char *list_name) in gpio_get_list_count() argument 924 list_name, "#gpio-cells", 0, -1, in gpio_get_list_count() 928 __func__, dev->name, list_name, ret); in gpio_get_list_count() 1020 char *list_name, int index, int flags, in gpio_dev_request_index() argument [all …]
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 317 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, 337 int dev_count_phandle_with_args(struct udevice *dev, const char *list_name, 655 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 658 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args() 664 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument 666 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
H A D | of_access.h | 383 const char *list_name, const char *cells_name, 402 const char *list_name, const char *cells_name);
|
H A D | ofnode.h | 468 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, 487 int ofnode_count_phandle_with_args(ofnode node, const char *list_name,
|
/openbmc/u-boot/drivers/core/ |
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() argument 164 return ofnode_parse_phandle_with_args(dev_ofnode(dev), 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() argument 172 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
H A D | of_access.c | 572 const char *list_name, in __of_parse_phandle_with_args() argument 585 list = of_get_property(np, list_name, &size); in __of_parse_phandle_with_args() 704 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 710 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 715 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument 717 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_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() argument 368 list_name, cells_name, index, in ofnode_parse_phandle_with_args() 379 list_name, cells_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() argument 394 list_name, cells_name); in ofnode_count_phandle_with_args() 397 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 379 const char *list_name, const char *cells_name, int cell_count, 382 const char *list_name, const char *stem_name, int index, 385 const char *list_name, const char *cells_name); 394 const char *list_name, 731 const char *list_name, in __of_parse_phandle_with_args() argument 741 const char *list_name, in of_parse_phandle_with_args_map() argument 750 const char *list_name, in of_count_phandle_with_args() argument 769 const char *list_name, in of_phandle_iterator_init() argument 990 const char *list_name, in of_parse_phandle_with_args() argument 1036 const char *list_name, in of_parse_phandle_with_fixed_args() argument [all …]
|
H A D | of_gpio.h | 23 const char *list_name, int index);
|
H A D | cpufreq.h | 1123 static inline int parse_perf_domain(int cpu, const char *list_name, in parse_perf_domain() argument 1133 ret = of_parse_phandle_with_args(cpu_np, list_name, cell_name, 0, in parse_perf_domain() 1140 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument 1147 ret = parse_perf_domain(pcpu, list_name, cell_name, pargs); in of_perf_domain_get_sharing_cpumask() 1157 ret = parse_perf_domain(cpu, list_name, cell_name, &args); in of_perf_domain_get_sharing_cpumask() 1197 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | data_proc.tcl | 14 set list_name [lindex $args 0] 18 upvar 1 $list_name list
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | utcache.c | 54 cache->list_name = cache_name; in acpi_os_create_cache() 241 cache->list_name)); in acpi_os_acquire_object()
|
H A D | uttrack.c | 59 acpi_ut_create_list(const char *list_name, in acpi_ut_create_list() argument 69 cache->list_name = list_name; in acpi_ut_create_list()
|
H A D | dbstats.c | 71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
|
H A D | acutils.h | 680 acpi_ut_create_list(const char *list_name,
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 1108 const char *list_name, in of_phandle_iterator_init() argument 1124 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init() 1242 const char *list_name, in __of_parse_phandle_with_args() argument 1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1340 const char *list_name, in of_parse_phandle_with_args_map() argument 1375 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map() 1497 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument 1513 list = of_get_property(np, list_name, &size); in of_count_phandle_with_args() 1520 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
|
H A D | property.c | 1111 const char *list_name, in parse_prop_cells() argument 1116 if (strcmp(prop_name, list_name)) in parse_prop_cells() 1119 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.h | 215 const char *list_name); 217 const char *list_name);
|
H A D | symbol.c | 2310 const char *list_name) in setup_list() argument 2317 pr_err("problems parsing %s list\n", list_name); in setup_list() 2326 const char *list_name) in setup_intlist() argument 2333 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rza1.c | 1173 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local 1179 ret = fwnode_property_get_reference_args(fwnode, list_name, NULL, 3, 0, &args); in rza1_parse_gpiochip() 1182 list_name); in rza1_parse_gpiochip() 1194 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 215 const char *list_name,
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 739 const char *list_name, in fdtdec_parse_phandle_with_args() argument 751 list = fdt_getprop(blob, src_node, list_name, &size); in fdtdec_parse_phandle_with_args()
|