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

/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c413 void *prop_data; local
419 prop_data = &pkt->data[1];
429 struct hfi_framerate *in = pdata, *frate = prop_data;
438 struct hfi_uncompressed_format_select *hfi = prop_data;
446 struct hfi_framesize *in = pdata, *fsize = prop_data;
455 struct hfi_enable *in = pdata, *en = prop_data;
462 struct hfi_buffer_count_actual *in = pdata, *count = prop_data;
470 struct hfi_buffer_size_actual *in = pdata, *sz = prop_data;
479 struct hfi_buffer_display_hold_count_actual *count = prop_data;
488 struct hfi_nal_stream_format_select *fmt = prop_data;
1127 void *prop_data; local
1192 void *prop_data; local
1303 void *prop_data; local
[all...]
/linux-master/drivers/misc/cxl/
H A Dflash.c112 char *prop_data; local
139 prop_data = buf + sizeof(*upwa);
142 if (*prop_data == 0) {
143 prop_data++;
144 vd = be32_to_cpu(*(__be32 *)prop_data);
145 prop_data += vd + sizeof(vd);
152 prop_name = prop_data;
153 prop_data += strlen(prop_name) + 1;
154 vd = be32_to_cpu(*(__be32 *)prop_data);
155 prop_data
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c184 char *prop_data; local
207 prop_data = rtas_buf + sizeof(*upwa);
215 if (*prop_data == 0) {
216 prop_data++;
217 vd = be32_to_cpu(*(__be32 *)prop_data);
218 prop_data += vd + sizeof(vd);
225 prop_name = prop_data;
226 prop_data += strlen(prop_name) + 1;
227 vd = be32_to_cpu(*(__be32 *)prop_data);
228 prop_data
[all...]
/linux-master/arch/powerpc/sysdev/
H A Dmsi_bitmap.c220 u32 prop_data[] = { 10, 10, 25, 3, 40, 1, 100, 100, 200, 20 }; local
250 prop.value = &prop_data;
251 prop.length = sizeof(prop_data);
/linux-master/scripts/dtc/libfdt/
H A Dfdt_rw.c259 int len, void **prop_data)
272 *prop_data = prop->data;
279 void *prop_data; local
282 err = fdt_setprop_placeholder(fdt, nodeoffset, name, len, &prop_data);
287 memcpy(prop_data, val, len);
258 fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, int len, void **prop_data) argument
H A Dlibfdt.h1638 * @prop_data: return pointer to property data
1661 int len, void **prop_data);

Completed in 165 milliseconds