Home
last modified time | relevance | path

Searched refs:prop_size (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c321 cfg->cap_data.prop_size = APM_CONTAINER_PROP_ID_CAPABILITY_SIZE; in apm_populate_sub_graph_config()
327 cfg->pos_data.prop_size = sizeof(struct apm_cont_prop_id_graph_pos); in apm_populate_sub_graph_config()
332 cfg->stack_data.prop_size = sizeof(struct apm_cont_prop_id_stack_size); in apm_populate_sub_graph_config()
337 cfg->domain_data.prop_size = sizeof(struct apm_cont_prop_id_domain);
349 cfg->perf_data.prop_size = APM_SG_PROP_ID_PERF_MODE_SIZE;
354 cfg->dir_data.prop_size = APM_SG_PROP_ID_DIR_SIZE; in apm_populate_module_list_obj()
359 cfg->sid_data.prop_size = APM_SG_PROP_ID_SID_SIZE; in apm_populate_module_list_obj()
370 obj->prop_data_1.prop_size = APM_MODULE_PROP_ID_PORT_INFO_SZ; in audioreach_populate_graph()
/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c32 u32 prop_size) in dlpar_clone_property() argument
41 new_prop->value = kzalloc(prop_size, GFP_KERNEL); in dlpar_clone_property()
48 new_prop->length = prop_size; in dlpar_clone_property()
/linux/drivers/hid/
H A Dhid-sensor-custom.c824 u32 prop_usage_id, size_t prop_size, in hid_sensor_custom_get_prop() argument
830 memset(prop, 0, prop_size); in hid_sensor_custom_get_prop()
839 prop_attr.index, prop_size, prop); in hid_sensor_custom_get_prop()
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c816 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/arch/sparc/mm/
H A Dinit_64.c114 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()