Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 30) sorted by relevance

12

/drivers/s390/net/
Dlcs.c413 LCS_DBF_TEXT_(4, trace, " %02x%02x%02x", in lcs_do_start_thread()
498 LCS_DBF_TEXT_(4, trace,"ssch%s", dev_name(&channel->ccwdev->dev)); in lcs_start_channel()
507 LCS_DBF_TEXT_(4,trace,"essh%s", in lcs_start_channel()
522 LCS_DBF_TEXT(4,trace,"clearch"); in lcs_clear_channel()
523 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_clear_channel()
528 LCS_DBF_TEXT_(4, trace, "ecsc%s", in lcs_clear_channel()
549 LCS_DBF_TEXT(4,trace,"haltsch"); in lcs_stop_channel()
550 LCS_DBF_TEXT_(4, trace, "%s", dev_name(&channel->ccwdev->dev)); in lcs_stop_channel()
556 LCS_DBF_TEXT_(4, trace, "ehsc%s", in lcs_stop_channel()
574 LCS_DBF_TEXT(2, trace, "chstart"); in lcs_start_channels()
[all …]
Dnetiucv.c671 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_rx()
715 IUCV_DBF_TEXT(trace, 4, __func__); in conn_action_txdone()
795 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connaccept()
815 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connreject()
825 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connack()
836 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_conntimsev()
848 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_connsever()
867 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_start()
949 IUCV_DBF_TEXT(trace, 3, __func__); in conn_action_stop()
955 IUCV_DBF_TEXT(trace, 5, "calling iucv_path_sever\n"); in conn_action_stop()
[all …]
Dclaw.c326 CLAW_DBF_TEXT(4, trace, "claw_tx"); in claw_tx()
331 CLAW_DBF_TEXT_(2, trace, "clawtx%d", -EIO); in claw_tx()
337 CLAW_DBF_TEXT_(4, trace, "clawtx%d", rc); in claw_tx()
356 CLAW_DBF_TEXT(4, trace, "PackSKBe"); in claw_pack_skb()
395 CLAW_DBF_TEXT(4, trace, "PackSKBx"); in claw_pack_skb()
409 CLAW_DBF_TEXT(4, trace, "setmtu"); in claw_change_mtu()
436 CLAW_DBF_TEXT(4, trace, "open"); in claw_open()
442 CLAW_DBF_TEXT(2, trace, "openmem"); in claw_open()
461 CLAW_DBF_TEXT_(2, trace, "opn_ch%d", i); in claw_open()
500 CLAW_DBF_TEXT(2, trace, "notrdy"); in claw_open()
[all …]
/drivers/serial/
Dicom.c140 static inline void trace(struct icom_port *, char *, unsigned long) {}; in trace() function
142 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() function
150 trace(icom_port, "RET_PORT_MEM", 0); in free_port_memory()
189 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
199 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
209 trace(icom_port, "GET_PORT_MEM", in get_port_memory()
229 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory()
235 trace(icom_port, "FOD_ADDR", stgAddr); in get_port_memory()
236 trace(icom_port, "FOD_XBUFF", in get_port_memory()
244 trace(icom_port, "FOD_XBUFF", in get_port_memory()
[all …]
/drivers/media/video/pwc/
Dphilips.txt183 trace
185 'trace' of some of the calls the module makes; it logs all items in your
188 The trace variable is a bitmask; each bit represents a certain feature.
189 If you want to trace something, look up the bit value(s) in the table
190 below, add the values together and supply that to the trace variable.
212 For example, to trace the open() & read() functions, sum 8 + 4 = 12,
213 so you would supply trace=12 during insmod or modprobe. If
214 you want to turn the initialization and probing tracing off, set trace=0.
215 The default value for trace is 35 (0x23).
223 The fbufs, mbufs and trace parameters are global and apply to all connected
DKconfig37 A special module options 'trace' is used to control the verbosity.
Dpwc-if.c1908 module_param_named(trace, pwc_trace, int, 0644);
1919 MODULE_PARM_DESC(trace, "For debugging purposes");
/drivers/usb/gadget/
Dci13xxx_udc.c1416 trace("%p, %p", mEp, mReq); in _hardware_enqueue()
1480 trace("%p, %p", mEp, mReq); in _hardware_dequeue()
1526 trace("%p", mEp); in _ep_nuke()
1567 trace("%p", gadget); in _gadget_stop_activity()
1614 trace("%p", udc); in isr_reset_handler()
1656 trace("%p, %p", ep, req); in isr_get_status_complete()
1683 trace("%p, %p", mEp, setup); in isr_get_status_response()
1743 trace("%p", mEp); in isr_setup_status_phase()
1773 trace("%p", mEp); in isr_tr_complete_low()
1819 trace("%p", udc); in isr_tr_complete_handler()
[all …]
Dci13xxx_udc.h188 #define trace(format, args...) ci13xxx_printk(KERN_DEBUG, format, ## args) macro
191 #define trace(format, args...) do {} while (0) macro
/drivers/media/video/ivtv/
Divtvfb.c457 u32 trace; in ivtvfb_ioctl() local
461 trace = read_reg(0x028c0) >> 16; in ivtvfb_ioctl()
462 if (itv->is_50hz && trace > 312) in ivtvfb_ioctl()
463 trace -= 312; in ivtvfb_ioctl()
464 else if (itv->is_60hz && trace > 262) in ivtvfb_ioctl()
465 trace -= 262; in ivtvfb_ioctl()
466 if (trace == 1) in ivtvfb_ioctl()
469 vblank.vcount = trace; in ivtvfb_ioctl()
/drivers/base/power/
DMakefile3 obj-$(CONFIG_PM_TRACE_RTC) += trace.o
/drivers/staging/epl/
Dglobal.h1182 #define TRACE trace
1186 void trace(const char *fmt, ...);
1220 #define TRACE trace
1224 void trace(const char *fmt, ...);
DEplTarget.h109 void trace(const char *fmt, ...);
/drivers/s390/scsi/
Dzfcp_fsf.c2107 struct zfcp_blk_drv_data trace; in zfcp_fsf_trace_latency() local
2110 trace.flags = 0; in zfcp_fsf_trace_latency()
2111 trace.magic = ZFCP_BLK_DRV_DATA_MAGIC; in zfcp_fsf_trace_latency()
2113 trace.flags |= ZFCP_BLK_LAT_VALID; in zfcp_fsf_trace_latency()
2115 trace.channel_lat = lat_inf->channel_lat * ticks; in zfcp_fsf_trace_latency()
2116 trace.fabric_lat = lat_inf->fabric_lat * ticks; in zfcp_fsf_trace_latency()
2119 trace.flags |= ZFCP_BLK_REQ_ERROR; in zfcp_fsf_trace_latency()
2120 trace.inb_usage = fsf_req->qdio_inb_usage; in zfcp_fsf_trace_latency()
2121 trace.outb_usage = fsf_req->qdio_outb_usage; in zfcp_fsf_trace_latency()
2123 blk_add_driver_data(req->q, req, &trace, sizeof(trace)); in zfcp_fsf_trace_latency()
/drivers/char/ip2/
Di2lib.h213 void (*trace)(unsigned short,unsigned char,unsigned char,unsigned long,...); member
/drivers/char/mwave/
DREADME7 mwave_debug=value, where value is bitwise OR of trace flags:
/drivers/lguest/
DREADME31 - Where we trace back to the creation of the Guest, and thus begin our
/drivers/isdn/hardware/eicon/
Dcapidtmf.c46 #define trace(a) macro
654 trace (dprintf ("%s,%d: Receive digit overrun", in capidtmf_recv_block()
/drivers/isdn/capi/
DKconfig13 bool "CAPI trace support"
/drivers/net/
Dacenic.c408 static int trace[ACE_MAX_MOD_PARMS]; variable
425 module_param_array(trace, int, NULL, 0);
432 MODULE_PARM_DESC(trace, "AceNIC/3C985/NetGear firmware trace level");
1389 if (trace[board_idx]) in ace_init()
1390 writel(trace[board_idx], &regs->TuneTrace); in ace_init()
2687 ecmd->trace = readl(&regs->TuneTrace); in ace_get_settings()
Drrunner.h789 u8 trace[3072]; member
/drivers/scsi/ibmvscsi/
Dibmvfc.c162 entry = &vhost->trace[vhost->trace_index++]; in ibmvfc_trc_start()
194 struct ibmvfc_trace_entry *entry = &vhost->trace[vhost->trace_index++]; in ibmvfc_trc_end()
2588 char *src = (char *)vhost->trace; in ibmvfc_read_trace()
3846 kfree(vhost->trace); in ibmvfc_free_mem()
3913 vhost->trace = kcalloc(IBMVFC_NUM_TRACE_ENTRIES, in ibmvfc_alloc_mem()
3916 if (!vhost->trace) in ibmvfc_alloc_mem()
3931 kfree(vhost->trace); in ibmvfc_alloc_mem()
Dibmvfc.h654 struct ibmvfc_trace_entry *trace; member
/drivers/scsi/
Dipr.h1112 struct ipr_trace_entry *trace; member
1280 u32 trace[IPR_TRACE_SIZE / sizeof(u32)]; member
Dipr.c465 trace_entry = &ioa_cfg->trace[ioa_cfg->trace_index++]; in ipr_trc_hook()
2166 memcpy(driver_dump->trace_entry.trace, ioa_cfg->trace, IPR_TRACE_SIZE); in ipr_dump_trace_data()
2462 ret = memory_read_from_buffer(buf, count, &off, ioa_cfg->trace, in ipr_read_trace()
7131 kfree(ioa_cfg->trace); in ipr_free_mem()
7270 ioa_cfg->trace = kzalloc(sizeof(struct ipr_trace_entry) * in ipr_alloc_mem()
7273 if (!ioa_cfg->trace) in ipr_alloc_mem()

12