Searched refs:__func__ (Results 326 - 350 of 2363) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dch341.c292 dbg("%s - port %d", __func__, port->number);
306 dbg("%s - port %d", __func__, port->number);
336 dbg("%s - submitting interrupt urb", __func__);
341 " error %d\n", __func__, r);
396 dbg("%s()", __func__);
400 dev_err(&port->dev, "%s - kmalloc failed\n", __func__);
408 __func__, r);
412 __func__, break_reg[0], break_reg[1]);
414 dbg("%s - Enter break state requested", __func__);
418 dbg("%s - Leave break state requested", __func__);
[all...]
H A Dpl2303.c246 dbg("%s - value = %d, retval = %d", __func__, value, retval);
268 dbg("%s - port %d", __func__, port->number);
281 dev_err(&port->dev, "%s - out of memory.\n", __func__);
309 dbg("%s - data bits = %d", __func__, buf[6]);
318 dbg("%s - baud requested = %d", __func__, baud);
344 dbg("%s - baud set = %d", __func__, baud);
360 dbg("%s - stop bits = 1.5", __func__);
363 dbg("%s - stop bits = 2", __func__);
367 dbg("%s - stop bits = 1", __func__);
379 dbg("%s - parity = mark", __func__);
[all...]
H A Dir-usb.c177 dbg("%s - ret=%d", __func__, ret);
180 __func__,
186 dbg("%s - bad class descriptor type", __func__);
248 __func__,
297 dbg("%s - port %d", __func__, port->number);
358 dbg("%s - port %d", __func__, port->number);
363 dbg("%s - non-zero urb status: %d", __func__, status);
375 dbg("%s - port %d", __func__, port->number);
427 dev_err(&port->dev, "%s - no more urbs\n", __func__);
432 dev_err(&port->dev, "%s - out of memory\n", __func__);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-pnx.c83 dev_dbg(&alg_data->adapter.dev, "%s(): addr 0x%x mode %d\n", __func__,
118 dev_dbg(&alg_data->adapter.dev, "%s(): sending %#x\n", __func__,
125 dev_dbg(&alg_data->adapter.dev, "%s(): exit\n", __func__);
142 __func__, ioread32(I2C_REG_STS(alg_data)));
156 __func__, ioread32(I2C_REG_STS(alg_data)));
170 __func__, ioread32(I2C_REG_STS(alg_data)));
183 __func__, val, alg_data->mif.len + 1);
201 __func__);
218 __func__);
224 __func__, ioread3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlap_event.c217 IRDA_DEBUG(3, "%s(), timeout=%d (%ld)\n", __func__, timeout, jiffies);
241 IRDA_DEBUG(3, "%s(), event = %s, state = %s\n", __func__,
259 IRDA_DEBUG(2, "%s() : queue len = %d\n", __func__,
340 __func__);
367 "contain an I field!\n", __func__);
375 __func__);
441 IRDA_DEBUG(1, "%s(), Receiving final discovery request, missed the discovery slots :-(\n", __func__);
520 __func__);
536 IRDA_DEBUG(0, "%s() not implemented!\n", __func__);
539 IRDA_DEBUG(2, "%s(), Unknown event %s\n", __func__,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av.c178 __func__, hdr->cid, hdr->size);
191 dev_dbg(&dev->core, " -> %s:%d\n", __func__, __LINE__);
193 dev_dbg(&dev->core, " <- %s:%d\n", __func__, __LINE__);
203 dev_dbg(&dev->core, " -> %s:%d\n", __func__, __LINE__);
211 __func__, error);
235 __func__, res);
248 __func__, res);
258 __func__, res);
268 __func__, recv_buf->cid);
325 __func__, re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_hpc.c133 debug ("%s - Entry\n", __func__);
140 debug ("%s - Exit\n", __func__);
158 debug_polling ("%s - Entry WPGBbar[%p] index[%x] \n", __func__, WPGBbar, index);
217 debug ("%s - Error : WPG timeout\n", __func__);
245 debug_polling ("%s - Exit index[%x] status[%x]\n", __func__, index, status);
266 debug_polling ("%s - Entry WPGBbar[%p] index[%x] cmd[%x]\n", __func__, WPGBbar, index, cmd);
328 debug ("%s - Exit Error:WPG timeout\n", __func__);
349 debug_polling ("%s Exit rc[%x]\n", __func__, rc);
545 debug_polling ("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus);
550 err ("%s - Error invalid pointer, rc[%d]\n", __func__, r
[all...]
H A Dacpiphp_core.c140 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot));
158 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot));
181 dbg("%s - physical_slot = %s\n", __func__, hotplug_slot_name(hotplug_slot));
204 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot));
226 dbg("%s - physical_slot = %s\n", __func__, hotplug_slot_name(hotplug_slot));
249 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot));
269 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot));
303 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dchnl_net.c146 __func__,
199 pr_warning("CAIF: %s(): Size of skb exceeded MTU\n", __func__);
204 pr_debug("CAIF: %s(): dropping packets flow off\n", __func__);
240 pr_debug("CAIF: %s(): chnl_net_open: no priv\n", __func__);
252 __func__,
260 pr_debug("CAIF: %s(): no interface?\n", __func__);
284 __func__, mtu);
300 " woken by a signal\n", __func__);
306 pr_debug("CAIF: %s(): connect timeout\n", __func__);
309 pr_debug("CAIF: %s(): state disconnected\n", __func__);
[all...]
H A Dcfctrl.c39 pr_warning("CAIF: %s(): Out of memory\n", __func__);
137 __func__);
180 pr_warning("CAIF: %s(): Out of memory\n", __func__);
193 __func__);
211 pr_warning("CAIF: %s(): Out of memory\n", __func__);
257 __func__, param->linktype);
262 pr_warning("CAIF: %s(): Out of memory\n", __func__);
280 __func__);
294 pr_warning("CAIF: %s(): Out of memory\n", __func__);
304 __func__);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c-dma.c80 pr_debug("Entered %s\n", __func__);
88 __func__, prtd->dma_loaded, limit);
97 pr_debug("%s: corrected dma len %ld\n", __func__, len);
122 pr_debug("Entered %s\n", __func__);
153 pr_debug("Entered %s\n", __func__);
204 pr_debug("Entered %s\n", __func__);
222 pr_debug("Entered %s\n", __func__);
258 pr_debug("Entered %s\n", __func__);
295 pr_debug("Entered %s\n", __func__);
328 pr_debug("Entered %s\n", __func__);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dioc4.c79 __func__, module_name(is->is_owner),
106 __func__, module_name(is->is_owner),
296 __func__, pci_name(pdev));
306 __func__, pci_name(pdev));
321 __func__, pci_name(idd->idd_pdev));
330 __func__, pci_name(idd->idd_pdev));
340 __func__, pci_name(idd->idd_pdev));
386 __func__, module_name(is->is_owner),
404 "load of sub-modules.\n", __func__);
444 __func__, module_nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c240 (hc->HFC_outb(hc, reg, val, __func__, __LINE__))
242 (hc->HFC_outb_nodebug(hc, reg, val, __func__, __LINE__))
244 (hc->HFC_inb(hc, reg, __func__, __LINE__))
246 (hc->HFC_inb_nodebug(hc, reg, __func__, __LINE__))
248 (hc->HFC_inw(hc, reg, __func__, __LINE__))
250 (hc->HFC_inw_nodebug(hc, reg, __func__, __LINE__))
252 (hc->HFC_wait(hc, __func__, __LINE__))
254 (hc->HFC_wait_nodebug(hc, __func__, __LINE__))
915 __func__, syncmaster);
995 "not happen!\n", __func__);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_net.c76 "%s failed %d\n", __func__, status); local
120 pr_info("%s: failed setting negotiation mode %d\n", __func__,
131 pr_debug("%s: called\n", __func__);
134 pr_debug("%s: real do\n", __func__);
143 pr_debug("%s: done\n", __func__);
149 pr_debug("%s: called\n", __func__);
152 pr_debug("%s: real do\n", __func__);
169 pr_debug("%s: done\n", __func__);
330 dev_info(ctodev(card), "%s: ERROR status\n", __func__); local
340 "%s:allocate skb failed !!\n", __func__); local
362 "%s:Could not iommu-map rx buffer\\n", __func__); local
512 __func__, status); local
905 dev_info(ctodev(card), "%s: kick failure\\n", __func__); local
1214 dev_dbg(ctodev(card), " -> %s %p\\n", __func__, netdev); local
1221 dev_dbg(ctodev(card), " <- %s\\n", __func__); local
1435 dev_info(ctodev(card), "%s:Timed out. Restarting...\\n", __func__); local
1524 __func__, status); local
1541 __func__, netdev->name, status); local
1743 __func__, result); local
1752 __func__, result); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/
H A Dminicheck.h22 __func__, but the C++ compiler only has a working __FUNCTION__. This
25 #define __func__ __FUNCTION__ macro
29 _check_set_test_info(__func__, __FILE__, __LINE__); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx.h42 __func__)
44 __func__)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dtimerdev.c56 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep);
78 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep);
100 printk(KERN_DEBUG "%s(%p, %p, %d, %p)\n", __func__,
136 printk(KERN_DEBUG "%s(%p, %p)\n", __func__, filep, wait);
143 printk(KERN_DEBUG "%s work(%d) empty(%d)\n", __func__,
226 printk(KERN_DEBUG "%s(%p, %x, %lx)\n", __func__,
237 printk(KERN_DEBUG "%s add %d id %d\n", __func__,
252 printk(KERN_DEBUG "%s del id %d\n", __func__, id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib7000m.h54 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
63 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
H A Dtda1002x.h68 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
83 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_ll.c30 pr_info("%s: writing %x", __func__, cmd);
37 pr_debug("%s", __func__);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddynamic_debug.h57 { KBUILD_MODNAME, __func__, __FILE__, fmt, DEBUG_HASH, \
68 { KBUILD_MODNAME, __func__, __FILE__, fmt, DEBUG_HASH, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dminicheck.h22 __func__, but the C++ compiler only has a working __FUNCTION__. This
25 #define __func__ __FUNCTION__ macro
29 _check_set_test_info(__func__, __FILE__, __LINE__); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Dsignal-test.c30 #define __func__ _EVENT___func__ macro
40 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtest-weof.c55 #define __func__ _EVENT___func__ macro
70 printf("%s: write %d%s\n", __func__,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_module.c89 debugf1("%s() error=%d\n", __func__, err);
192 debugf0("%s()\n", __func__);

Completed in 215 milliseconds

<<11121314151617181920>>