/linux-6.1.9/drivers/of/ |
D | property.c | 1196 const char *prop_name, int index, in parse_prop_cells() argument 1202 if (strcmp(prop_name, list_name)) in parse_prop_cells() 1214 const char *prop_name, int index) \ 1216 return parse_prop_cells(np, prop_name, index, name, cells); \ 1250 const char *prop_name, int index, in parse_suffix_prop_cells() argument 1256 if (strcmp_suffix(prop_name, suffix)) in parse_suffix_prop_cells() 1259 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells() 1268 const char *prop_name, int index) \ 1270 return parse_suffix_prop_cells(np, prop_name, index, suffix, cells); \ 1295 const char *prop_name, int index); [all …]
|
D | resolver.c | 77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local 98 prop_name = s; in update_usages_of_a_phandle_reference() 115 if (!of_prop_cmp(prop->name, prop_name)) in update_usages_of_a_phandle_reference()
|
/linux-6.1.9/drivers/misc/cxl/ |
D | of.c | 17 const char *prop_name) in read_prop_string() argument 21 prop = of_get_property(np, prop_name, NULL); in read_prop_string() 23 pr_info("%s: %s\n", prop_name, (char *) prop); in read_prop_string() 28 const char *prop_name, u32 *val) in read_prop_dword() argument 32 prop = of_get_property(np, prop_name, NULL); in read_prop_dword() 36 pr_info("%s: %#x (%u)\n", prop_name, *val, *val); in read_prop_dword() 41 const char *prop_name, u64 *val) in read_prop64_dword() argument 45 prop = of_get_property(np, prop_name, NULL); in read_prop64_dword() 49 pr_info("%s: %#llx (%llu)\n", prop_name, *val, *val); in read_prop64_dword() 69 static int read_phys_addr(struct device_node *np, char *prop_name, in read_phys_addr() argument [all …]
|
D | flash.c | 150 char *prop_name; in update_node() local 152 prop_name = prop_data; in update_node() 153 prop_data += strlen(prop_name) + 1; in update_node() 158 ret = update_property(dn, prop_name, vd, in update_node() 162 prop_name, ret); in update_node()
|
/linux-6.1.9/drivers/ufs/host/ |
D | ufshcd-pltfrm.c | 126 char prop_name[MAX_PROP_SIZE]; in ufshcd_populate_vreg() local 135 snprintf(prop_name, MAX_PROP_SIZE, "%s-supply", name); in ufshcd_populate_vreg() 136 if (!phandle_exists(np, prop_name, 0)) { in ufshcd_populate_vreg() 138 __func__, prop_name); in ufshcd_populate_vreg() 150 snprintf(prop_name, MAX_PROP_SIZE, "%s-max-microamp", name); in ufshcd_populate_vreg() 151 if (of_property_read_u32(np, prop_name, &vreg->max_uA)) { in ufshcd_populate_vreg() 152 dev_info(dev, "%s: unable to find %s\n", __func__, prop_name); in ufshcd_populate_vreg()
|
/linux-6.1.9/tools/testing/selftests/powerpc/syscalls/ |
D | rtas_filter.c | 83 static int open_prop_file(const char *prop_path, const char *prop_name, int *fd) in open_prop_file() argument 89 len = strlen(prop_path) + strlen(prop_name) + 1 + 1; in open_prop_file() 94 snprintf(path, len, "%s/%s", prop_path, prop_name); in open_prop_file() 104 static int get_property(const char *prop_path, const char *prop_name, in get_property() argument 109 rc = open_prop_file(prop_path, prop_name, &fd); in get_property()
|
/linux-6.1.9/drivers/gpio/ |
D | gpiolib-of.c | 378 char prop_name[32]; /* 32 is max size of property name */ in of_find_spi_gpio() local 392 snprintf(prop_name, sizeof(prop_name), "%s-%s", "gpio", con_id); in of_find_spi_gpio() 394 return of_get_named_gpiod_flags(np, prop_name, idx, of_flags); in of_find_spi_gpio() 507 char prop_name[32]; /* 32 is max size of property name */ in of_find_gpio() local 516 snprintf(prop_name, sizeof(prop_name), "%s-%s", con_id, in of_find_gpio() 519 snprintf(prop_name, sizeof(prop_name), "%s", in of_find_gpio() 522 desc = of_get_named_gpiod_flags(dev->of_node, prop_name, idx, in of_find_gpio()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | mobility.c | 231 char *prop_name; in update_dt_node() local 233 prop_name = prop_data; in update_dt_node() 234 prop_data += strlen(prop_name) + 1; in update_dt_node() 245 prop_name, NULL)); in update_dt_node() 250 rc = update_dt_property(dn, &prop, prop_name, in update_dt_node() 254 prop_name, rc); in update_dt_node()
|
D | msi.c | 115 static int check_req(struct pci_dev *pdev, int nvec, char *prop_name) in check_req() argument 123 p = of_get_property(dn, prop_name, NULL); in check_req() 125 pr_debug("rtas_msi: No %s on %pOF\n", prop_name, dn); in check_req() 131 pr_debug("rtas_msi: %s requests < %d MSIs\n", prop_name, nvec); in check_req()
|
/linux-6.1.9/drivers/power/supply/ |
D | power_supply_sysfs.c | 24 const char *prop_name; member 34 .prop_name = #_name, \ 365 if (!power_supply_attrs[attrno].prop_name) in power_supply_attr_is_visible() 413 if (!power_supply_attrs[i].prop_name) { in power_supply_init_attrs() 458 pwr_attr->prop_name, prop_buf); in add_prop_uevent()
|
/linux-6.1.9/drivers/phy/qualcomm/ |
D | phy-qcom-snps-femto-v2.c | 94 const char *prop_name; member 531 for (i = 0; cfg[i].prop_name != NULL; i++) { in qcom_snps_hsphy_read_override_param_seq() 532 ret = of_property_read_s32(node, cfg[i].prop_name, &val); in qcom_snps_hsphy_read_override_param_seq() 539 cfg[i].prop_name, val, hsphy->update_seq_cfg[i].value); in qcom_snps_hsphy_read_override_param_seq()
|
/linux-6.1.9/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 378 char *prop_name) in get_fifo_size() argument 382 fp = of_get_property(np, prop_name, NULL); in get_fifo_size() 387 prop_name, np, DEFAULT_FIFO_SIZE); in get_fifo_size()
|
/linux-6.1.9/arch/powerpc/sysdev/ |
D | msi_bitmap.c | 222 char *prop_name = "msi-available-ranges"; in test_of_node() local 249 prop.name = prop_name; in test_of_node()
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | oplib_32.h | 161 int prom_setprop(phandle node, const char *prop_name, char *prop_value,
|
D | oplib_64.h | 241 int prom_setprop(phandle node, const char *prop_name, char *prop_value,
|
/linux-6.1.9/drivers/fpga/ |
D | altera-fpga2sdram.c | 79 char *prop_name; member
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | oplib.h | 268 extern int prom_setprop(int node, char *prop_name, char *prop_value,
|
/linux-6.1.9/drivers/pinctrl/renesas/ |
D | pinctrl-rza1.c | 892 char const *prop_name = "pinmux"; in rza1_parse_pinmux_node() local 901 of_pins = of_find_property(np, prop_name, NULL); in rza1_parse_pinmux_node() 903 dev_dbg(rza1_pctl->dev, "Missing %s property\n", prop_name); in rza1_parse_pinmux_node() 948 ret = of_property_read_u32_index(np, prop_name, i, &of_pinconf); in rza1_parse_pinmux_node() 962 mux_conf->port, mux_conf->pin, prop_name); in rza1_parse_pinmux_node()
|
/linux-6.1.9/include/linux/ |
D | of.h | 302 struct device_node *from, const char *prop_name); 534 struct device_node *from, const char *prop_name) in of_find_node_with_property() argument 1367 #define for_each_node_with_property(dn, prop_name) \ argument 1368 for (dn = of_find_node_with_property(NULL, prop_name); dn; \ 1369 dn = of_find_node_with_property(dn, prop_name))
|
D | pm_opp.h | 86 const char *prop_name; member 623 .prop_name = name, in dev_pm_opp_set_prop_name()
|
/linux-6.1.9/drivers/opp/ |
D | core.c | 2034 if (!opp_table->prop_name) { in _opp_set_prop_name() 2035 opp_table->prop_name = kstrdup(name, GFP_KERNEL); in _opp_set_prop_name() 2036 if (!opp_table->prop_name) in _opp_set_prop_name() 2053 if (opp_table->prop_name) { in _opp_put_prop_name() 2054 kfree(opp_table->prop_name); in _opp_put_prop_name() 2055 opp_table->prop_name = NULL; in _opp_put_prop_name() 2491 if (config->prop_name) { in dev_pm_opp_set_config() 2492 ret = _opp_set_prop_name(opp_table, config->prop_name); in dev_pm_opp_set_config()
|
D | opp.h | 224 const char *prop_name; member
|
D | of.c | 591 if (opp_table->prop_name) { in opp_parse_supplies() 593 opp_table->prop_name); in opp_parse_supplies() 654 if (opp_table->prop_name) { in opp_parse_supplies() 656 opp_table->prop_name); in opp_parse_supplies()
|
/linux-6.1.9/drivers/net/phy/ |
D | adin.c | 232 const char *prop_name, in adin_get_reg_value() argument 240 if (device_property_read_u32(dev, prop_name, &val)) in adin_get_reg_value() 247 val, prop_name, dflt); in adin_get_reg_value()
|
/linux-6.1.9/drivers/cpufreq/ |
D | sti-cpufreq.c | 164 .prop_name = name, in sti_cpufreq_set_opp_info()
|