Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/u-boot/lib/
H A Dfdtdec.c80 const char *prop_name, int index, int na, in fdtdec_get_addr_size_fixed()
126 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent()
153 const char *prop_name, int index, in fdtdec_get_addr_size_auto_noparent()
172 const char *prop_name, fdt_size_t *sizep) in fdtdec_get_addr_size()
188 const char *prop_name, struct fdt_pci_addr *addr) in fdtdec_get_pci_addr()
662 const char *prop_name, int min_len, in get_prop_check_min_len()
698 const char *prop_name, u32 *array, int count) in fdtdec_get_int_array_count()
718 const char *prop_name, int count) in fdtdec_locate_array()
886 const char *prop_name, int count) in fdtdec_locate_byte_array()
897 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int()
[all …]
H A Dfdtdec_common.c21 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int()
39 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint()
/openbmc/u-boot/tools/dtoc/
H A Dfdt.py316 def DeleteProp(self, prop_name): argument
331 def AddZeroProp(self, prop_name): argument
339 def AddEmptyProp(self, prop_name, len): argument
352 def SetInt(self, prop_name, val): argument
366 def SetData(self, prop_name, val): argument
378 def SetString(self, prop_name, val): argument
390 def AddString(self, prop_name, val): argument
H A Dtest_fdt.py27 def _GetPropertyValue(dtb, node, prop_name): argument
228 def _ConvertProp(self, prop_name): argument
H A Dtest_fdt27 def _GetPropertyValue(dtb, node, prop_name): argument
228 def _ConvertProp(self, prop_name): argument
/openbmc/linux/drivers/misc/cxl/
H A Dof.c17 const char *prop_name) in read_prop_string()
28 const char *prop_name, u32 *val) in read_prop_dword()
41 const char *prop_name, u64 *val) in read_prop64_dword()
69 static int read_phys_addr(struct device_node *np, char *prop_name, in read_phys_addr()
/openbmc/u-boot/drivers/core/
H A Dof_extra.c49 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, in ofnode_decode_region()
74 char prop_name[50]; in ofnode_decode_memory_region() local
/openbmc/linux/drivers/of/
H A Dproperty.c1110 const char *prop_name, int index, in parse_prop_cells()
1164 const char *prop_name, int index, in parse_suffix_prop_cells()
1245 const char *prop_name, int index) in parse_gpios()
1255 const char *prop_name, int index) in parse_iommu_maps()
1264 const char *prop_name, int index) in parse_gpio_compat()
1286 const char *prop_name, int index) in parse_interrupts()
1301 const char *prop_name, in parse_remote_endpoint()
1371 static int of_link_property(struct device_node *con_np, const char *prop_name) in of_link_property()
H A Ddynamic.c959 const char *prop_name, const char *str) in of_changeset_add_prop_string()
987 const char *prop_name, in of_changeset_add_prop_string_array()
1032 const char *prop_name, in of_changeset_add_prop_u32_array()
H A Dcpu.c53 const char *prop_name, int cpu, unsigned int *thread) in __of_find_n_match_cpu_property()
H A Dresolver.c77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c95 char prop_name[20]; in sandbox_tpm_read_state() local
128 char prop_name[20]; in sandbox_tpm_write_state() local
/openbmc/u-boot/common/
H A Dimage-fit.c112 char *prop_name, int err) in fit_get_debug()
1686 const char *prop_name) in fit_conf_get_prop_node_count()
1692 const char *prop_name, int index) in fit_conf_get_prop_node_index()
1706 const char *prop_name) in fit_conf_get_prop_node()
1727 int fit_get_node_from_config(bootm_headers_t *images, const char *prop_name, in fit_get_node_from_config()
1805 const char *prop_name; in fit_image_load() local
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py166 prop_name = opt.p variable
/openbmc/linux/drivers/fpga/
H A Daltera-fpga2sdram.c79 char *prop_name; member
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c1701 char *prop_name)
1717 char *prop_name)
1740 omap_hsmmc_get_pad_conf(struct mmc *mmc, char *prop_name, int *npads)
1768 omap_hsmmc_get_iodelay(struct mmc *mmc, char *prop_name, int *niodelay)
1804 char prop_name[11]; local
/openbmc/linux/arch/powerpc/sysdev/
H A Dmsi_bitmap.c222 char *prop_name = "msi-available-ranges"; in test_of_node() local
/openbmc/qemu/hw/i386/
H A Dpc_sysfw.c112 char *prop_name; in pc_system_flash_cleanup_unused() local
/openbmc/linux/drivers/ufs/host/
H A Dufshcd-pltfrm.c126 char prop_name[MAX_PROP_SIZE]; in ufshcd_populate_vreg() local
/openbmc/boost-dbus/test/
H A Davahi.cpp250 std::string intf_name, prop_name; in TEST() local
308 std::string intf_name, prop_name; in TEST() local
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-sti.c213 const char *prop_name; in sti_pinctrl_set_state() local
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c308 int state_setprop(int node, const char *prop_name, const void *data, int size) in state_setprop()
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c54 static int get_property(const char *prop_path, const char *prop_name, in get_property()
/openbmc/qemu/hw/misc/
H A Dxlnx-zynqmp-apu-ctrl.c195 g_autofree gchar *prop_name = g_strdup_printf("cpu%d", i); in zynqmp_apu_init() local
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c57 static int clk_get_by_indexed_prop(struct udevice *dev, const char *prop_name, in clk_get_by_indexed_prop()

123