Searched refs:prop_size (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/arm/mach-bcm/ |
D | bcm_kona_smc.c | 45 u64 prop_size = 0; in bcm_kona_smc_init() local 54 prop_val = of_get_address(node, 0, &prop_size, NULL); in bcm_kona_smc_init() 60 if (prop_size < 4 * sizeof(u32) || prop_size > (u64)ULONG_MAX) in bcm_kona_smc_init() 62 buffer_size = (unsigned long)prop_size; in bcm_kona_smc_init()
|
/linux-5.19.10/drivers/net/can/cc770/ |
D | cc770_platform.c | 75 int prop_size; in cc770_get_of_node_data() local 79 &prop_size); in cc770_get_of_node_data() 80 if (prop && (prop_size == sizeof(u32))) in cc770_get_of_node_data() 112 prop = of_get_property(np, "bosch,clock-out-frequency", &prop_size); in cc770_get_of_node_data() 113 if (prop && (prop_size == sizeof(u32)) && *prop > 0) { in cc770_get_of_node_data() 122 &prop_size); in cc770_get_of_node_data() 123 if (prop && (prop_size == sizeof(u32))) { in cc770_get_of_node_data()
|
/linux-5.19.10/sound/soc/qcom/qdsp6/ |
D | audioreach.c | 272 cfg->cap_data.prop_size = APM_CONTAINER_PROP_ID_CAPABILITY_SIZE; in apm_populate_container_config() 278 cfg->pos_data.prop_size = sizeof(struct apm_cont_prop_id_graph_pos); in apm_populate_container_config() 283 cfg->stack_data.prop_size = sizeof(struct apm_cont_prop_id_stack_size); in apm_populate_container_config() 288 cfg->domain_data.prop_size = sizeof(struct apm_cont_prop_id_domain); in apm_populate_container_config() 300 cfg->perf_data.prop_size = APM_SG_PROP_ID_PERF_MODE_SIZE; in apm_populate_sub_graph_config() 305 cfg->dir_data.prop_size = APM_SG_PROP_ID_DIR_SIZE; in apm_populate_sub_graph_config() 310 cfg->sid_data.prop_size = APM_SG_PROP_ID_SID_SIZE; in apm_populate_sub_graph_config() 330 obj->prop_data_1.prop_size = APM_MODULE_PROP_ID_PORT_INFO_SZ; in apm_populate_module_prop_obj()
|
D | audioreach.h | 334 uint32_t prop_size; member
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | hotplug-memory.c | 80 u32 prop_size) in dlpar_clone_property() argument 89 new_prop->value = kzalloc(prop_size, GFP_KERNEL); in dlpar_clone_property() 96 new_prop->length = prop_size; in dlpar_clone_property()
|
/linux-5.19.10/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 816 int prop_size; in mpc52xx_fec_probe() local 930 prop = of_get_property(np, "current-speed", &prop_size); in mpc52xx_fec_probe() 931 if (prop && (prop_size >= sizeof(u32) * 2)) { in mpc52xx_fec_probe()
|
/linux-5.19.10/arch/sparc/mm/ |
D | init_64.c | 114 int prop_size = prom_getproplen(node, property); in read_obp_memory() local 117 ents = prop_size / sizeof(struct linux_prom64_registers); in read_obp_memory() 125 ret = prom_getproperty(node, property, (char *) regs, prop_size); in read_obp_memory()
|