/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | drmem.c | 39 static struct property *clone_property(struct property *prop, u32 prop_sz) in clone_property() 64 struct property *prop) in drmem_update_dt_v1() 103 struct property *prop) in drmem_update_dt_v2() 174 struct property *prop; in drmem_update_dt() local 195 const __be32 **prop) in read_drconf_v1_cell() 212 __walk_drmem_v1_lmbs(const __be32 *prop, const __be32 *usm, void *data, in __walk_drmem_v1_lmbs() 231 const __be32 **prop) in read_drconf_v2_cell() 246 __walk_drmem_v2_lmbs(const __be32 *prop, const __be32 *usm, void *data, in __walk_drmem_v2_lmbs() 281 const __be32 *prop, *usm; in walk_drmem_lmbs_early() local 314 const __be32 *prop; in init_drmem_lmb_size() local [all …]
|
/kernel/linux/linux-5.10/scripts/dtc/ |
D | checks.c | 63 struct property *prop, in check_msg() 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 201 struct property *prop; in check_is_string() local 220 struct property *prop; in check_is_string_list() local 248 struct property *prop; in check_is_cell() local 284 struct property *prop, *prop2; in check_duplicate_property_names() local 337 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 363 struct property *prop; in check_property_name_chars() local 379 struct property *prop; in check_property_name_chars_strict() local 408 #define DESCLABEL_ARGS(node,prop,mark) \ argument [all …]
|
D | livetree.c | 266 void add_property(struct node *node, struct property *prop) in add_property() 281 struct property *prop = node->proplist; in delete_property_by_name() local 292 void delete_property(struct property *prop) in delete_property() 327 struct property *prop; in delete_node() local 426 struct property *prop; in get_property() local 435 cell_t propval_cell(struct property *prop) in propval_cell() 441 cell_t propval_cell_n(struct property *prop, int n) in propval_cell_n() 450 struct property *prop; in get_property_by_label() local 474 struct node **node, struct property **prop) in get_marker_label() 708 struct property *prop, **tbl; in sort_properties() local [all …]
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | symbol.c | 76 struct property *prop; in sym_get_choice_prop() local 85 struct property *prop; in sym_get_default_prop() local 97 struct property *prop; in sym_get_range_prop() local 125 struct property *prop; in sym_validate_range() local 159 struct property *prop; in sym_set_changed() local 179 struct property *prop; in sym_calc_visibility() local 249 struct property *prop; in sym_choice_default() local 275 struct property *prop; in sym_calc_choice() local 328 struct property *prop; in sym_calc_value() local 516 struct property *prop; in sym_set_tristate_value() local [all …]
|
D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 131 struct property *prop; in menu_add_prop() local 159 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt() local 244 struct property *prop; in sym_check_prop() local 310 struct property *prop; in menu_finalize() local 730 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 804 struct property *prop; in get_symbol_props_str() local 824 struct property *prop; in get_symbol_str() local
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | prom_64.c | 112 struct property *prop; in sun4u_path_component() local 148 struct property *prop; in sbus_path_component() local 166 struct property *prop; in pci_path_component() local 192 struct property *prop; in upa_path_component() local 214 struct property *prop; in vdev_path_component() local 231 struct property *prop; in ebus_path_component() local 249 struct property *prop; in i2c_path_component() local 269 struct property *prop; in usb_path_component() local 291 struct property *prop; in ieee1394_path_component() local 393 struct property *prop = of_find_property(cpun, "reg", NULL); in arch_find_n_match_cpu_physical_id() local
|
D | prom_32.c | 78 struct property *prop; in sbus_path_component() local 96 struct property *prop; in pci_path_component() local 122 struct property *prop; in ebus_path_component() local 142 struct property *prop; in ambapp_path_component() local
|
/kernel/linux/linux-5.10/drivers/memory/ |
D | stm32-fmc2-ebi.c | 178 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_mux() 192 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_waitcfg() 206 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_sync_trans() 220 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_async_trans() 234 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cpsize() 248 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_address_hold() 267 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_clk_period() 285 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cclk() 343 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_bit_field() 360 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_trans_type() [all …]
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | json_writer.c | 250 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 256 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 263 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 271 const char *prop, in jsonw_float_field_fmt() 279 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 285 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 292 const char *prop, in jsonw_lluint_field() 299 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field() 305 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
D | of.c | 19 const __be32 *prop; in read_prop_string() local 30 const __be32 *prop; in read_prop_dword() local 43 const __be64 *prop; in read_prop64_dword() local 56 const __be32 *prop; in read_handle() local 74 const __be32 *prop; in read_phys_addr() local 144 const __be32 *prop; in cxl_of_read_afu_properties() local 349 const __be32 *prop; in cxl_of_read_adapter_properties() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_blend.c | 214 struct drm_property *prop; in drm_plane_create_alpha_property() local 277 struct drm_property *prop; in drm_plane_create_rotation_property() local 366 struct drm_property *prop; in drm_plane_create_zpos_property() local 404 struct drm_property *prop; in drm_plane_create_zpos_immutable_property() local 569 struct drm_property *prop; in drm_plane_create_blend_mode_property() local
|
/kernel/linux/linux-5.10/arch/sparc/prom/ |
D | tree_32.c | 90 int prom_getproplen(phandle node, const char *prop) in prom_getproplen() 110 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty() 130 int prom_getint(phandle node, char *prop) in prom_getint() 156 int prom_getbool(phandle node, char *prop) in prom_getbool() 170 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring() 207 char *prop; in __prom_nextprop() local
|
D | tree_64.c | 93 int prom_getproplen(phandle node, const char *prop) in prom_getproplen() 117 int prom_getproperty(phandle node, const char *prop, in prom_getproperty() 145 int prom_getint(phandle node, const char *prop) in prom_getint() 173 int prom_getbool(phandle node, const char *prop) in prom_getbool() 188 void prom_getstring(phandle node, const char *prop, char *user_buf, in prom_getstring() 311 int prom_node_has_property(phandle node, const char *prop) in prom_node_has_property()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | of_touchscreen.c | 65 struct touchscreen_properties *prop) in touchscreen_parse_properties() 148 touchscreen_apply_prop_to_x_y(const struct touchscreen_properties *prop, in touchscreen_apply_prop_to_x_y() 173 const struct touchscreen_properties *prop, in touchscreen_set_mt_pos() 195 const struct touchscreen_properties *prop, in touchscreen_report_pos()
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
D | ima.c | 31 static int do_get_kexec_buffer(const void *prop, int len, unsigned long *addr, in do_get_kexec_buffer() 61 const void *prop; in ima_get_kexec_buffer() local 85 struct property *prop; in ima_free_kexec_buffer() local 114 const void *prop; in remove_ima_buffer() local
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
D | usb.c | 29 const void *prop, *dr_mode; in mpc834x_usb_cfg() local 105 const void *prop; in mpc831x_usb_cfg() local 216 const void *prop; in mpc837x_usb_cfg() local
|
/kernel/linux/linux-5.10/drivers/of/ |
D | resolver.c | 44 struct property *prop; in adjust_overlay_phandles() local 76 struct property *prop; in update_usages_of_a_phandle_reference() local 163 struct property *prop_fix, *prop; in adjust_local_phandle_references() local 267 struct property *prop; in of_resolve_phandles() local
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | power_supply_hwmon.c | 129 int prop = power_supply_hwmon_to_property(type, in power_supply_hwmon_has_input() local 163 int prop; in power_supply_hwmon_is_visible() local 212 int ret, prop; in power_supply_hwmon_read() local 256 int prop; in power_supply_hwmon_write() local 367 const enum power_supply_property prop = desc->properties[i]; in power_supply_add_hwmon_sysfs() local
|
/kernel/linux/linux-5.10/include/linux/ |
D | extcon-provider.h | 115 unsigned int prop, in extcon_set_property() 122 unsigned int id, unsigned int prop, in extcon_set_property_sync() 129 unsigned int id, unsigned int prop) in extcon_set_property_capability()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | power_supply.c | 18 enum power_supply_property prop; member 82 enum power_supply_property prop; member 108 int prop; in get_psp_from_gb_prop() local 329 struct gb_power_supply_prop *prop; in is_psy_prop_writeable() local 359 struct gb_power_supply_prop *prop) in gb_power_supply_state_change() 393 struct gb_power_supply_prop *prop) in check_changed() 430 enum power_supply_property prop) in prop_append() 593 struct gb_power_supply_prop *prop; in __gb_power_supply_property_update() local 626 struct gb_power_supply_prop *prop; in __gb_power_supply_property_get() local 769 struct gb_power_supply_prop *prop; in gb_power_supply_property_set() local
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | omapdss-boot-init.c | 32 static int __init omapdss_count_strings(const struct property *prop) in omapdss_count_strings() 47 struct property *prop; in omapdss_update_prop() local 82 struct property *prop; in omapdss_omapify_node() local
|
/kernel/linux/linux-5.10/sound/soc/generic/ |
D | simple-card-utils.c | 40 char prop[128]; in asoc_simple_parse_convert() local 131 char prop[128]; in asoc_simple_parse_card_name() local 451 char prop[128]; in asoc_simple_parse_routing() local 469 char prop[128]; in asoc_simple_parse_widgets() local 492 char prop[128]; in asoc_simple_parse_pin_switches() local 548 char prop[128]; in asoc_simple_init_jack() local
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_clc.c | 164 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_set4_rcu() 185 struct smc_clc_msg_proposal_prefix *prop, in smc_clc_prfx_set6_rcu() 215 struct smc_clc_msg_proposal_prefix *prop, in smc_clc_prfx_set() 259 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_match4_rcu() 277 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_match6_rcu() 306 struct smc_clc_msg_proposal_prefix *prop) in smc_clc_prfx_match()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
D | mmu.c | 14 struct asic_fixed_properties *prop = &hdev->asic_prop; in is_dram_va() local 116 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_unmap() local 192 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_map() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss-boot-init.c | 32 static int __init omapdss_count_strings(const struct property *prop) in omapdss_count_strings() 47 struct property *prop; in omapdss_update_prop() local 82 struct property *prop; in omapdss_omapify_node() local
|