Home
last modified time | relevance | path

Searched refs:traces (Results 1 – 11 of 11) sorted by relevance

/drivers/input/mouse/
A Delantech.c678 int pres, traces; in process_packet_head_v4() local
687 traces = (packet[0] & 0xf0) >> 4; in process_packet_head_v4()
697 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4()
1713 unsigned char traces; in elantech_query_info() local
1877 traces = info->capabilities[1]; in elantech_query_info()
1878 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1881 info->width = info->x_max / (traces - 1); in elantech_query_info()
1884 info->x_traces = traces; in elantech_query_info()
1887 traces = info->capabilities[2]; in elantech_query_info()
1888 if ((traces >= 2) && (traces <= info->y_max)) in elantech_query_info()
[all …]
/drivers/misc/genwqe/
A Dcard_utils.c832 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
872 traces = (val >> 16) & 0xff; in genwqe_ffdc_buff_size()
875 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
890 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
941 traces = (val >> 16) & 0xff; /* Number of Traces */ in genwqe_ffdc_buff_read()
947 for (trace = 0; trace <= traces; trace++) { in genwqe_ffdc_buff_read()
/drivers/md/persistent-data/
A Ddm-block-manager.c51 struct stack_store traces[MAX_HOLDERS]; member
86 t = lock->traces + h; in __add_holder()
109 stack_trace_print(lock->traces[i].entries, in __check_holder()
110 lock->traces[i].nr_entries, 4); in __check_holder()
/drivers/iommu/
A DMakefile8 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
/drivers/isdn/capi/
A DKconfig21 If you say Y here, the kernelcapi driver can make verbose traces
/drivers/hwtracing/intel_th/
A DKconfig66 storing STP traces to system memory. It supports single
/drivers/of/
A DKconfig34 traces to print on the console. It is possible that the tests will
/drivers/remoteproc/
A Dremoteproc_core.c582 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace()
1229 list_for_each_entry_safe(trace, ttmp, &rproc->traces, node) { in rproc_resource_cleanup()
2514 INIT_LIST_HEAD(&rproc->traces); in rproc_alloc()
A Dstm32_rproc.c455 list_for_each_entry(trace, &rproc->traces, node) { in stm32_rproc_add_coredump_trace()
/drivers/net/wireless/silabs/wfx/
A Dtraces.h494 #define TRACE_INCLUDE_FILE traces
/drivers/hwtracing/coresight/
A DKconfig70 connected to an external host for use case capturing more traces than

Completed in 25 milliseconds