Searched refs:traces (Results 1 – 11 of 11) sorted by relevance
| /drivers/input/mouse/ |
| A D | elantech.c | 678 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 D | card_utils.c | 832 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 D | dm-block-manager.c | 51 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 D | Makefile | 8 obj-$(CONFIG_IOMMU_API) += iommu-traces.o
|
| /drivers/isdn/capi/ |
| A D | Kconfig | 21 If you say Y here, the kernelcapi driver can make verbose traces
|
| /drivers/hwtracing/intel_th/ |
| A D | Kconfig | 66 storing STP traces to system memory. It supports single
|
| /drivers/of/ |
| A D | Kconfig | 34 traces to print on the console. It is possible that the tests will
|
| /drivers/remoteproc/ |
| A D | remoteproc_core.c | 582 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 D | stm32_rproc.c | 455 list_for_each_entry(trace, &rproc->traces, node) { in stm32_rproc_add_coredump_trace()
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | traces.h | 494 #define TRACE_INCLUDE_FILE traces
|
| /drivers/hwtracing/coresight/ |
| A D | Kconfig | 70 connected to an external host for use case capturing more traces than
|
Completed in 25 milliseconds