Home
last modified time | relevance | path

Searched refs:prop_data (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c413 void *prop_data; in pkt_session_set_property_1x() local
419 prop_data = &pkt->data[1]; in pkt_session_set_property_1x()
429 struct hfi_framerate *in = pdata, *frate = prop_data; in pkt_session_set_property_1x()
438 struct hfi_uncompressed_format_select *hfi = prop_data; in pkt_session_set_property_1x()
446 struct hfi_framesize *in = pdata, *fsize = prop_data; in pkt_session_set_property_1x()
455 struct hfi_enable *in = pdata, *en = prop_data; in pkt_session_set_property_1x()
462 struct hfi_buffer_count_actual *in = pdata, *count = prop_data; in pkt_session_set_property_1x()
470 struct hfi_buffer_size_actual *in = pdata, *sz = prop_data; in pkt_session_set_property_1x()
479 struct hfi_buffer_display_hold_count_actual *count = prop_data; in pkt_session_set_property_1x()
488 struct hfi_nal_stream_format_select *fmt = prop_data; in pkt_session_set_property_1x()
[all …]
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c185 char *prop_data; in update_dt_node() local
208 prop_data = rtas_buf + sizeof(*upwa); in update_dt_node()
216 if (*prop_data == 0) { in update_dt_node()
217 prop_data++; in update_dt_node()
218 vd = be32_to_cpu(*(__be32 *)prop_data); in update_dt_node()
219 prop_data += vd + sizeof(vd); in update_dt_node()
226 prop_name = prop_data; in update_dt_node()
227 prop_data += strlen(prop_name) + 1; in update_dt_node()
228 vd = be32_to_cpu(*(__be32 *)prop_data); in update_dt_node()
229 prop_data += sizeof(vd); in update_dt_node()
[all …]
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_command.c486 void *prop_data = &packet->data[1]; in iris_hfi_gen1_packet_session_set_property() local
496 struct hfi_framesize *in = pdata, *fsize = prop_data; in iris_hfi_gen1_packet_session_set_property()
505 struct hfi_videocores_usage_type *in = pdata, *cu = prop_data; in iris_hfi_gen1_packet_session_set_property()
513 struct hfi_uncompressed_format_select *hfi = prop_data; in iris_hfi_gen1_packet_session_set_property()
521 struct hfi_uncompressed_plane_actual_constraints_info *info = prop_data; in iris_hfi_gen1_packet_session_set_property()
541 struct hfi_buffer_count_actual *count = prop_data; in iris_hfi_gen1_packet_session_set_property()
551 struct hfi_multi_stream *multi = prop_data; in iris_hfi_gen1_packet_session_set_property()
559 struct hfi_buffer_size_actual *in = pdata, *sz = prop_data; in iris_hfi_gen1_packet_session_set_property()
567 struct hfi_video_work_route *wr = prop_data; in iris_hfi_gen1_packet_session_set_property()
575 struct hfi_video_work_mode *wm = prop_data; in iris_hfi_gen1_packet_session_set_property()
[all …]
/linux/scripts/dtc/libfdt/
H A Dfdt_rw.c263 int namelen, int len, void **prop_data) in fdt_setprop_placeholder_namelen() argument
277 *prop_data = prop->data; in fdt_setprop_placeholder_namelen()
284 void *prop_data; in fdt_setprop_namelen() local
288 len, &prop_data); in fdt_setprop_namelen()
293 memcpy(prop_data, val, len); in fdt_setprop_namelen()
H A Dlibfdt.h1970 int namelen, int len, void **prop_data);
2002 void **prop_data) in fdt_setprop_placeholder() argument
2005 strlen(name), len, prop_data); in fdt_setprop_placeholder()
/linux/arch/powerpc/sysdev/
H A Dmsi_bitmap.c217 u32 prop_data[] = { 10, 10, 25, 3, 40, 1, 100, 100, 200, 20 }; in test_of_node() local
247 prop.value = &prop_data; in test_of_node()
248 prop.length = sizeof(prop_data); in test_of_node()