Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c1523 u64 format_size; in setup_pebs_adaptive_sample_data() local
1535 format_size = basic->format_size; in setup_pebs_adaptive_sample_data()
1561 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1566 if (format_size & PEBS_DATACFG_GP) { in setup_pebs_adaptive_sample_data()
1579 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1595 if (format_size & PEBS_DATACFG_XMMS) { in setup_pebs_adaptive_sample_data()
1602 if (format_size & PEBS_DATACFG_LBRS) { in setup_pebs_adaptive_sample_data()
1604 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIFT) in setup_pebs_adaptive_sample_data()
1614 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()
1616 format_size >> 48, in setup_pebs_adaptive_sample_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c442 unsigned int format_size; in xr_usb_serial_set_line() local
450 format_size = line->bDataBits; in xr_usb_serial_set_line()
455 (format_size << 0) | (format_parity << 4) | (format_stop << 7) ); in xr_usb_serial_set_line()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_perf.c464 int report_size = stream->oa_buffer.format_size; in oa_buffer_check_unlocked()
601 int report_size = stream->oa_buffer.format_size; in append_oa_sample()
650 int report_size = stream->oa_buffer.format_size; in gen8_append_oa_reports()
947 int report_size = stream->oa_buffer.format_size; in gen7_append_oa_reports()
2825 int format_size; in i915_oa_stream_init() local
2874 format_size = perf->oa_formats[props->oa_format].size; in i915_oa_stream_init()
2877 stream->sample_size += format_size; in i915_oa_stream_init()
2879 stream->oa_buffer.format_size = format_size; in i915_oa_stream_init()
2880 if (drm_WARN_ON(&i915->drm, stream->oa_buffer.format_size == 0)) in i915_oa_stream_init()
H A Di915_perf_types.h251 int format_size; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dperf_event.h336 u64 format_size; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6459 u8 format_size = (u8)GET_MFW_FIELD(header, in qed_parse_mcp_trace_buf() local
6462 if (data_size < format_size) in qed_parse_mcp_trace_buf()
6466 format_size, in qed_parse_mcp_trace_buf()
6468 data_size -= format_size; in qed_parse_mcp_trace_buf()