Searched refs:deb_ts (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop.h27 #define deb_ts(args...) dprintk(0x08,args) macro
H A Dflexcop-usb.c41 #define deb_ts(args...) dprintk(0x02,args) macro
266 deb_ts("tmp_buffer_length=%d, buffer_length=%d\n", fc_usb->tmp_buffer_length, buffer_length);
285 deb_ts("not ts packet %02x %02x %02x %02x \n", *(b+2), *(b+3), *(b+4), *(b+5) );
291 deb_ts("wrong packet type\n");
296 deb_ts("wrong header\n");
312 deb_ts("urb completed, bufsize: %d actlen; %d\n",urb->transfer_buffer_length, urb->actual_length);
319 deb_ts("passed %d bytes to the demux\n",urb->iso_frame_desc[i].actual_length);
343 deb_ts("unlinking/killing urb no. %d\n",i);
358 deb_ts("creating %d iso-urbs with %d frames each of %d bytes size = %d.\n",
377 deb_ts("initializin
[all...]
H A Dflexcop-hw-filter.c14 deb_ts("rcv_data is now: '%s'\n",onoff ? "on" : "off");
112 deb_ts("setting pid: %5d %04x at index %d '%s'\n",pid,pid,index,onoff ? "on" : "off");
144 deb_ts("%s full TS transfer\n",onoff ? "enabling" : "disabling");
H A Dflexcop-pci.c31 #define deb_ts(args...) dprintk(0x04,args) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-dvb.c24 deb_ts("stop feeding\n");
35 deb_ts("setting pid (%s): %5d %04x at index %d '%s'\n",adap->pid_filtering ?
47 deb_ts("submitting all URBs\n");
50 deb_ts("controlling pid parser\n");
57 deb_ts("start feeding\n");
70 deb_ts("start pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid,dvbdmxfeed->type);
76 deb_ts("stop pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid, dvbdmxfeed->type);
H A Ddvb-usb-common.h20 #define deb_ts(args...) dprintk(dvb_usb_debug,0x008,args) macro
H A Dusb-urb.c35 deb_ts("urb completition error %d.\n", urb->status);
45 deb_ts("iso frame descriptor has an error: %d\n",urb->iso_frame_desc[i].status);
69 deb_ts("killing URB no. %d.\n",i);
82 deb_ts("submitting URB no. %d\n",i);

Completed in 122 milliseconds