Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/linux-6.6.21/arch/powerpc/mm/
Ddrmem.c40 static struct property *clone_property(struct property *prop, u32 prop_sz) in clone_property()
65 struct property *prop) in drmem_update_dt_v1()
104 struct property *prop) in drmem_update_dt_v2()
175 struct property *prop; in drmem_update_dt() local
202 const __be32 **prop) in read_drconf_v1_cell()
219 __walk_drmem_v1_lmbs(const __be32 *prop, const __be32 *usm, void *data, in __walk_drmem_v1_lmbs()
238 const __be32 **prop) in read_drconf_v2_cell()
253 __walk_drmem_v2_lmbs(const __be32 *prop, const __be32 *usm, void *data, in __walk_drmem_v2_lmbs()
288 const __be32 *prop, *usm; in walk_drmem_lmbs_early() local
342 void drmem_update_lmbs(struct property *prop) in drmem_update_lmbs()
[all …]
/linux-6.6.21/scripts/dtc/
Dchecks.c63 struct property *prop, in check_msg()
126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument
209 struct property *prop; in check_is_string() local
228 struct property *prop; in check_is_string_list() local
256 struct property *prop; in check_is_cell() local
292 struct property *prop, *prop2; in check_duplicate_property_names() local
360 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local
386 struct property *prop; in check_property_name_chars() local
402 struct property *prop; in check_property_name_chars_strict() local
431 #define DESCLABEL_ARGS(node,prop,mark) \ argument
[all …]
Dlivetree.c266 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, unsigned 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()
735 struct property *prop, **tbl; in sort_properties() local
[all …]
/linux-6.6.21/scripts/kconfig/
Dsymbol.c75 struct property *prop; in sym_get_choice_prop() local
84 struct property *prop; in sym_get_default_prop() local
96 struct property *prop; in sym_get_range_prop() local
124 struct property *prop; in sym_validate_range() local
156 struct property *prop; in sym_set_changed() local
176 struct property *prop; in sym_calc_visibility() local
246 struct property *prop; in sym_choice_default() local
272 struct property *prop; in sym_calc_choice() local
325 struct property *prop; in sym_calc_value() local
513 struct property *prop; in sym_set_tristate_value() local
[all …]
Dmenu.c32 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
132 struct property *prop; in menu_add_prop() local
160 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt() local
223 struct property *prop; in sym_check_prop() local
289 struct property *prop; in menu_finalize() local
709 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
772 struct property *prop; in get_symbol_props_str() local
792 struct property *prop; in get_symbol_str() local
/linux-6.6.21/arch/sparc/kernel/
Dprom_64.c112 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
Dprom_32.c78 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
/linux-6.6.21/drivers/memory/
Dstm32-fmc2-ebi.c180 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_mux()
194 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_waitcfg()
208 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_sync_trans()
222 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_async_trans()
236 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cpsize()
250 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_address_hold()
269 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_clk_period()
287 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cclk()
345 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_bit_field()
362 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_trans_type()
[all …]
/linux-6.6.21/tools/bpf/bpftool/
Djson_writer.c247 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field()
253 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field()
260 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field()
268 const char *prop, in jsonw_float_field_fmt()
276 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field()
282 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
289 const char *prop, in jsonw_lluint_field()
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
302 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
/linux-6.6.21/tools/testing/selftests/bpf/
Djson_writer.c247 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field()
253 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field()
260 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field()
268 const char *prop, in jsonw_float_field_fmt()
276 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field()
282 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
289 const char *prop, in jsonw_lluint_field()
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
302 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
/linux-6.6.21/drivers/misc/cxl/
Dof.c19 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
348 const __be32 *prop; in cxl_of_read_adapter_properties() local
/linux-6.6.21/drivers/gpu/drm/
Ddrm_blend.c221 struct drm_property *prop; in drm_plane_create_alpha_property() local
284 struct drm_property *prop; in drm_plane_create_rotation_property() local
373 struct drm_property *prop; in drm_plane_create_zpos_property() local
411 struct drm_property *prop; in drm_plane_create_zpos_immutable_property() local
575 struct drm_property *prop; in drm_plane_create_blend_mode_property() local
/linux-6.6.21/arch/sparc/prom/
Dtree_32.c90 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
Dtree_64.c93 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()
/linux-6.6.21/drivers/input/
Dtouchscreen.c66 struct touchscreen_properties *prop) in touchscreen_parse_properties()
149 touchscreen_apply_prop_to_x_y(const struct touchscreen_properties *prop, in touchscreen_apply_prop_to_x_y()
174 const struct touchscreen_properties *prop, in touchscreen_set_mt_pos()
196 const struct touchscreen_properties *prop, in touchscreen_report_pos()
/linux-6.6.21/drivers/of/
Ddynamic.c75 #define _do_print(func, prefix, action, node, prop, ...) ({ \ argument
107 struct property *prop, *old_prop = NULL; in of_reconfig_get_state_change() local
184 struct property *prop, struct property *oldprop) in of_property_notify()
310 struct property *prop, *next; in property_list_free() local
403 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup()
890 struct device_node *np, struct property *prop) in of_changeset_action()
949 struct property prop; in of_changeset_add_prop_string() local
978 struct property prop; in of_changeset_add_prop_string_array() local
1023 struct property prop; in of_changeset_add_prop_u32_array() local
Dkexec.c101 static int do_get_kexec_buffer(const void *prop, int len, unsigned long *addr, in do_get_kexec_buffer()
133 const void *prop; in ima_get_kexec_buffer() local
173 struct property *prop; in ima_free_kexec_buffer() local
206 const void *prop; in remove_ima_buffer() local
286 const void *prop; in of_kexec_alloc_and_setup_fdt() local
Dresolver.c44 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
/linux-6.6.21/drivers/accel/habanalabs/common/mmu/
Dmmu_v2_hr.c48 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v2_hr_init() local
66 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v2_hr_fini() local
121 struct asic_fixed_properties *prop; in _hl_mmu_v2_hr_unmap() local
214 struct asic_fixed_properties *prop = &hdev->asic_prop; in _hl_mmu_v2_hr_map() local
338 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v2_hr_get_tlb_mapping_params() local
Dmmu_v1.c50 struct asic_fixed_properties *prop = &hdev->asic_prop; in alloc_hop() local
218 struct asic_fixed_properties *prop = &hdev->asic_prop; in dram_default_mapping_init() local
318 struct asic_fixed_properties *prop = &hdev->asic_prop; in dram_default_mapping_fini() local
375 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_init() local
488 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_unmap() local
592 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_map() local
721 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_get_tlb_info() local
/linux-6.6.21/drivers/power/supply/
Dpower_supply_hwmon.c129 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
356 const enum power_supply_property prop = desc->properties[i]; in power_supply_add_hwmon_sysfs() local
/linux-6.6.21/drivers/staging/greybus/
Dpower_supply.c18 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
/linux-6.6.21/drivers/accel/habanalabs/common/pci/
Dpci.c215 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_pci_iatu_write() local
248 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_pci_set_inbound_region() local
311 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_pci_set_outbound_region() local
380 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_pci_init() local
/linux-6.6.21/include/linux/
Dextcon-provider.h115 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()
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c32 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

12345678910>>...21