Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uclass.c804 const char *list_name, int index, in gpio_request_tail() argument
829 nodename, list_name, index); in gpio_request_tail()
843 __func__, nodename, list_name, index, ret); in gpio_request_tail()
847 static int _gpio_request_by_name_nodev(ofnode node, const char *list_name, in _gpio_request_by_name_nodev() argument
854 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
857 return gpio_request_tail(ret, ofnode_get_name(node), &args, list_name, in _gpio_request_by_name_nodev()
861 int gpio_request_by_name_nodev(ofnode node, const char *list_name, int index, in gpio_request_by_name_nodev() argument
864 return _gpio_request_by_name_nodev(node, list_name, index, desc, flags, in gpio_request_by_name_nodev()
868 int gpio_request_by_name(struct udevice *dev, const char *list_name, int index, in gpio_request_by_name() argument
875 ret = dev_read_phandle_with_args(dev, list_name, "#gpio-cells", 0, in gpio_request_by_name()
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Ddevicetree.h16 const char *list_name);
19 const char *list_name, int index,
35 const char *list_name) in pinctrl_count_index_with_args() argument
42 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
H A Ddevicetree.c316 const char *list_name, in pinctrl_get_list_and_count() argument
326 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count()
350 const char *list_name) in pinctrl_count_index_with_args() argument
355 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args()
409 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
415 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
/OK3568_Linux_fs/u-boot/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,
/OK3568_Linux_fs/u-boot/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,
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_gpio.h53 const char *list_name, int index, enum of_gpio_flags *flags);
71 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpio_flags() argument
H A Dof.h370 const char *list_name, const char *cells_name, int index,
373 const char *list_name, const char *stem_name, int index,
376 const char *list_name, int cells_count, int index,
379 const char *list_name, const char *cells_name);
384 const char *list_name,
860 const char *list_name, in of_parse_phandle_with_args() argument
869 const char *list_name, in of_parse_phandle_with_args_map() argument
878 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument
885 const char *list_name, in of_count_phandle_with_args() argument
893 const char *list_name, in of_phandle_iterator_init() argument
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c1242 const char *list_name, in of_phandle_iterator_init() argument
1258 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1376 const char *list_name, in __of_parse_phandle_with_args() argument
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1485 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument
1498 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
1546 const char *list_name, in of_parse_phandle_with_args_map() argument
1581 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1718 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1723 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
[all …]
H A Dproperty.c1145 const char *list_name, in parse_prop_cells() argument
1150 if (strcmp(prop_name, list_name)) in parse_prop_cells()
1153 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutcache.c54 cache->list_name = cache_name; in acpi_os_create_cache()
241 cache->list_name)); in acpi_os_acquire_object()
H A Duttrack.c59 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 Ddbstats.c71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dframe_filters.py439 list_name = command_tuple[0]
441 priority = self.get_filter_priority(list_name, filter_name);
447 + list_name + "' is: " + str(priority))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dframe_filters.py439 list_name = command_tuple[0]
441 priority = self.get_filter_priority(list_name, filter_name);
447 + list_name + "' is: " + str(priority))
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol.h220 const char *list_name);
222 const char *list_name);
H A Dsymbol.c2382 const char *list_name) in setup_list() argument
2389 pr_err("problems parsing %s list\n", list_name); in setup_list()
2398 const char *list_name) in setup_intlist() argument
2405 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c1187 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local
1193 ret = of_parse_phandle_with_fixed_args(np, list_name, 3, 0, &of_args); in rza1_parse_gpiochip()
1196 list_name); in rza1_parse_gpiochip()
1208 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h219 const char *list_name,
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-of.c278 int of_get_named_gpio_flags(struct device_node *np, const char *list_name, in of_get_named_gpio_flags() argument
283 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c707 const char *list_name, in fdtdec_parse_phandle_with_args() argument
719 list = fdt_getprop(blob, src_node, list_name, &size); in fdtdec_parse_phandle_with_args()

12