| /linux/arch/powerpc/mm/ |
| H A D | drmem.c | 40 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/samples/rust/ |
| H A D | rust_driver_platform.rs | 138 let name = c"test,bool-prop"; in properties_parse() localVariable 146 let name = c"test,u32-optional-prop"; in properties_parse() localVariable 134 let prop = fwnode.property_read::<CString>(name).required_by(dev)?; properties_parse() localVariable 155 let prop: u32 = fwnode.property_read(name).required_by(dev)?; properties_parse() localVariable 159 let prop: [i16; 4] = fwnode.property_read(name).required_by(dev)?; properties_parse() localVariable 165 let prop: KVec<i16> = fwnode.property_read_array_vec(name, 4)?.required_by(dev)?; properties_parse() localVariable 171 let prop: FwNodeReferenceArgs = child.property_get_reference_args(name, nargs, 0)?; properties_parse() localVariable [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | json_writer.c | 247 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/tools/bpf/bpftool/ |
| H A D | json_writer.c | 247 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/drivers/memory/ |
| H A D | stm32-fmc2-ebi.c | 242 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_mux() 259 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_waitcfg() 276 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_sync_trans() 293 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_mp25_check_cclk() 303 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_mp25_check_clk_period() 320 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_async_trans() 337 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cpsize() 354 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_address_hold() 379 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_clk_period() 404 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cclk() [all …]
|
| /linux/arch/sparc/prom/ |
| H A 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
|
| /linux/scripts/kconfig/ |
| H A D | symbol.c | 122 struct property *prop; in sym_get_default_prop() local 134 struct property *prop; in sym_get_range_prop() local 162 struct property *prop; in sym_validate_range() local 214 struct property *prop; in sym_calc_visibility() local 276 struct property *prop; in sym_choice_default() local 414 struct property *prop = NULL; in sym_calc_value() local 716 struct property *prop; in sym_string_within_range() local 814 struct property *prop; in sym_get_string_default() local 1085 struct property *prop; member 1217 struct property *prop; in sym_check_sym_deps() local [all …]
|
| H A D | menu.c | 52 static void prop_warn(const struct property *prop, const char *fmt, ...) in prop_warn() argument 164 struct property *prop; in menu_add_prop() local 192 struct property *prop = menu_add_prop(type, NULL, dep); menu_add_prompt() local 245 struct property *prop; sym_check_prop() local 309 struct property *prop; _menu_finalize() local 641 get_prompt_str(struct gstr * r,struct property * prop,struct list_head * head) get_prompt_str() argument 704 struct property *prop; get_symbol_props_str() local 724 struct property *prop; get_symbol_str() local [all...] |
| H A D | parser.y | 502 struct property *prop; global() variable 538 struct property *prop; choice_check_sanity() local 678 struct property *prop; print_symbol() local 761 struct property *prop; zconfdump() local [all...] |
| /linux/drivers/accel/habanalabs/common/mmu/ |
| H A D | mmu_v2_hr.c | 48 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
|
| H A D | mmu_v1.c | 29 struct asic_fixed_properties *prop = &hdev->asic_prop; in dram_default_mapping_init() local 129 struct asic_fixed_properties *prop = &hdev->asic_prop; in dram_default_mapping_fini() local 224 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_unmap() local 328 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_map() local 457 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_v1_get_tlb_info() local
|
| H A D | mmu.c | 31 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_is_dram_va() local 196 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_get_prop() local 386 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_map_contiguous() local 446 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_unmap_contiguous() local 480 struct asic_fixed_properties *prop = &ctx->hdev->asic_prop; in hl_mmu_pa_page_with_offset() local 552 struct asic_fixed_properties *prop; in hl_mmu_get_tlb_info() local 589 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_if_set_funcs() local 782 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_hr_pool_destroy() local 827 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_hr_init() local 1324 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_mmu_dr_alloc_hop() local [all …]
|
| H A D | mmu_v2.c | 62 struct asic_fixed_properties *prop = &ctx->hdev->asic_prop; in hl_mmu_v2_unmap() local 135 struct asic_fixed_properties *prop = &ctx->hdev->asic_prop; in hl_mmu_v2_map() local 247 struct asic_fixed_properties *prop = &ctx->hdev->asic_prop; in hl_mmu_v2_get_tlb_info() local
|
| /linux/security/integrity/ima/ |
| H A D | ima_main.c | 255 struct lsm_prop *prop, char *buf, loff_t size, in process_measurement() 506 struct lsm_prop prop; in ima_file_mmap() local 552 struct lsm_prop prop; in ima_file_mprotect() local 604 struct lsm_prop prop; in ima_bprm_check() local 635 struct lsm_prop prop; in ima_creds_check() local 682 struct lsm_prop prop; in ima_file_check() local 921 struct lsm_prop prop; in ima_read_file() local 972 struct lsm_prop prop; in ima_post_read_file() local 1120 struct lsm_prop prop; in process_buffer_measurement() local
|
| /linux/drivers/accel/habanalabs/common/pci/ |
| H A D | pci.c | 215 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/include/linux/ |
| H A 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()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A 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
|
| /linux/drivers/extcon/ |
| H A D | extcon.c | 279 static int get_extcon_type(unsigned int prop) in get_extcon_type() 307 static bool is_extcon_property_supported(unsigned int id, unsigned int prop) in is_extcon_property_supported() 321 unsigned int id, int index,unsigned int prop) in is_extcon_property_capability() 625 unsigned int prop, in extcon_get_property() 704 unsigned int prop, in extcon_set_property() 772 unsigned int prop, in extcon_set_property_sync() 795 unsigned int prop) in extcon_get_property_capability() 829 unsigned int prop) in extcon_set_property_capability()
|
| /linux/drivers/soundwire/ |
| H A D | mipi_disco.c | 51 struct sdw_master_prop *prop = &bus->prop; in sdw_master_read_prop() local 377 struct sdw_slave_prop *prop = &slave->prop; in sdw_slave_read_lane_mapping() local 412 struct sdw_slave_prop *prop = &slave->prop; in sdw_slave_read_prop() local
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-spmi-adc5.c | 220 struct adc5_channel_prop *prop, u8 *data) in adc5_update_dig_param() 236 struct adc5_channel_prop *prop) in adc5_configure() 273 struct adc5_channel_prop *prop) in adc7_configure() 314 struct adc5_channel_prop *prop, in adc5_do_conversion() 355 struct adc5_channel_prop *prop, in adc7_do_conversion() 439 struct adc5_channel_prop *prop; in adc_read_raw_common() local 628 struct adc5_channel_prop *prop, in adc5_get_fw_channel_data() 826 struct adc5_channel_prop prop, *chan_props; in adc5_get_fw_data() local
|
| H A D | qcom-spmi-adc5-gen3.c | 111 void adc5_gen3_update_dig_param(struct adc5_channel_common_prop *prop, u8 *data) in adc5_gen3_update_dig_param() 123 struct adc5_channel_common_prop *prop) in adc5_gen3_configure() 244 struct adc5_channel_common_prop *prop, in adc5_gen3_do_conversion() 341 struct adc5_channel_common_prop *prop; in adc5_gen3_read_raw() local 368 struct adc5_channel_prop *prop; in adc5_gen3_read_label() local 437 struct adc5_channel_prop *prop, in adc5_gen3_get_fw_channel_data()
|
| /linux/drivers/thermal/qcom/ |
| H A D | qcom-spmi-adc-tm5-gen3.c | 157 struct adc_tm5_gen3_channel_props *prop = thermal_zone_device_priv(tz); in adc_tm5_gen3_get_temp() local 168 static int adc_tm5_gen3_disable_channel(struct adc_tm5_gen3_channel_props *prop) in adc_tm5_gen3_disable_channel() 210 static int adc_tm5_gen3_configure(struct adc_tm5_gen3_channel_props *prop, in adc_tm5_gen3_configure() 281 struct adc_tm5_gen3_channel_props *prop = thermal_zone_device_priv(tz); in adc_tm5_gen3_set_trip_temp() local
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 34 struct property *prop; member 69 struct property *prop = f->private; in property_show() local 185 struct property *prop; in openpromfs_lookup() local 275 struct property *prop; in openpromfs_readdir() local
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | soc.c | 80 const u32 *prop; in ppc4xx_l2c_probe() local 198 const u32 *prop; in ppc4xx_reset_system() local
|
| /linux/drivers/of/ |
| H A D | property.c | 47 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool() local 98 const struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() local 134 const struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() local 533 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string() local 563 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() local 603 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper() local 626 const __be32 *of_prop_next_u32(const struct property *prop, const __be32 *cur, in of_prop_next_u32() 649 const char *of_prop_next_string(const struct property *prop, const char *cur) in of_prop_next_string() 1167 const char *prop, const char *nargs_prop, in of_fwnode_get_reference_args()
|