Searched refs:__func__ (Results 126 - 150 of 5159) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c117 DTRACE("DLG: %s: refclk_freq_in_mhz = %3.2f", __func__, refclk_freq_in_mhz);
118 DTRACE("DLG: %s: pclk_freq_in_mhz = %3.2f", __func__, pclk_freq_in_mhz);
119 DTRACE("DLG: %s: recout_width = %d", __func__, recout_width);
120 DTRACE("DLG: %s: vratio = %3.2f", __func__, vratio);
121 DTRACE("DLG: %s: req_per_swath_ub = %d", __func__, req_per_swath_ub);
122 DTRACE("DLG: %s: refcyc_per_delivery= %3.2f", __func__, refcyc_per_delivery);
148 DTRACE("DLG: %s: max_num_sw = %0d", __func__, max_num_sw);
149 DTRACE("DLG: %s: max_partial_sw = %0d", __func__, max_partial_sw);
150 DTRACE("DLG: %s: swath_height = %0d", __func__, swath_height);
151 DTRACE("DLG: %s: vinit = %3.2f", __func__, vini
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Drepository.c23 #define dump_field(_a, _b) _dump_field(_a, _b, __func__, __LINE__)
40 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
127 __func__, __LINE__, ps3_result(result));
141 __func__, __LINE__, v1);
144 __func__, __LINE__, v2);
302 pr_devel("%s:%d read_bus_num_dev failed\n", __func__, __LINE__);
307 __func__, __LINE__, tmp.bus_type, tmp.bus_index, tmp.bus_id,
311 pr_devel("%s:%d: no device found\n", __func__, __LINE__);
319 pr_devel("%s:%d read_dev_type failed\n", __func__, __LINE_
[all...]
H A Dos-area.c263 pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name);
270 pr_debug("%s:%d of_set_property failed\n", __func__,
288 pr_debug("%s:%d not found %s\n", __func__, __LINE__,
303 #define dump_header(_a) _dump_header(_a, __func__, __LINE__)
324 #define dump_params(_a) _dump_params(_a, __func__, __LINE__)
354 pr_debug("%s:%d magic_num failed\n", __func__, __LINE__);
359 pr_debug("%s:%d hdr_version failed\n", __func__, __LINE__);
364 pr_debug("%s:%d offsets failed\n", __func__, __LINE__);
375 pr_debug("%s:%d magic_num failed\n", __func__, __LINE__);
380 pr_debug("%s:%d version failed\n", __func__, __LINE_
[all...]
/linux-master/samples/livepatch/
H A Dlivepatch-callbacks-demo.c110 callback_info(__func__, obj);
117 callback_info(__func__, obj);
123 callback_info(__func__, obj);
129 callback_info(__func__, obj);
134 pr_info("%s\n", __func__);
/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo.c97 pr_info("%s: initialising\n", __func__);
102 __func__);
109 __func__);
114 pr_warn("%s: Unsupported PVR setting\n", __func__);
120 " - USERSPACE CAN LOCK THIS KERNEL!\n", __func__);
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c75 dTriggerDiagPrintk(ioc, ioc_info(ioc, "%s: enter\n", __func__));
89 __func__));
98 __func__));
103 __func__));
118 dTriggerDiagPrintk(ioc, ioc_info(ioc, "%s: enter\n", __func__));
129 __func__, event_data->trigger_type,
167 __func__));
207 __func__, trigger_bitmask));
221 __func__));
245 __func__));
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_ps.c73 __func__, str_psstate(adapter->ps_state));
80 __func__);
93 __func__, str_psstate(adapter->ps_state));
100 __func__);
120 __func__);
/linux-master/arch/arm/mach-s3c/
H A Dpm.c76 S3C_PMDBG("%s(%d)\n", __func__, state);
79 printk(KERN_ERR "%s: error: no cpu sleep function\n", __func__);
91 printk(KERN_ERR "%s: No wake-up sources!\n", __func__);
92 printk(KERN_ERR "%s: Aborting sleep\n", __func__);
153 S3C_PMDBG("%s: post sleep, preparing to return\n", __func__);
/linux-master/net/ipv4/
H A Dxfrm4_tunnel.c82 pr_info("%s: can't add xfrm type\n", __func__);
87 pr_info("%s: can't add xfrm handler for AF_INET\n", __func__);
93 pr_info("%s: can't add xfrm handler for AF_INET6\n", __func__);
107 __func__);
111 __func__);
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_demo.c33 callback_info(__func__, obj);
40 callback_info(__func__, obj);
46 callback_info(__func__, obj);
52 callback_info(__func__, obj);
57 pr_info("%s\n", __func__);
/linux-master/drivers/usb/host/
H A Dehci-ps3.c100 __func__, __LINE__);
108 "(%d)\n", __func__, __LINE__, result);
117 __func__, __LINE__);
122 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__,
129 __func__, __LINE__, virq);
141 dev_dbg(&dev->core, "%s:%d: usb_create_hcd failed\n", __func__,
152 __func__, __LINE__);
157 dev_dbg(&dev->core, "%s:%d: ioremap failed\n", __func__,
163 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_start %lxh\n", __func__, __LINE__,
165 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_len %lxh\n", __func__, __LINE_
[all...]
H A Dohci-ps3.c83 __func__, __LINE__, ps3_result(result));
92 "(%d)\n", __func__, __LINE__, result);
101 __func__, __LINE__);
106 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__,
113 __func__, __LINE__, virq);
125 dev_dbg(&dev->core, "%s:%d: usb_create_hcd failed\n", __func__,
136 __func__, __LINE__);
141 dev_dbg(&dev->core, "%s:%d: ioremap failed\n", __func__,
147 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_start %lxh\n", __func__, __LINE__,
149 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_len %lxh\n", __func__, __LINE_
[all...]
/linux-master/arch/arm/mach-rockchip/
H A Dplatsmp.c72 __func__, pd);
88 __func__);
97 __func__);
121 pr_err("%s: sram or pmu missing for cpu boot\n", __func__);
127 __func__, cpu, ncores);
177 __func__, node);
184 __func__, rsize, trampoline_sz);
234 pr_err("%s: could not find pmu dt node\n", __func__);
241 pr_err("%s: could not map pmu registers\n", __func__);
251 pr_err("%s: regmap init failed\n", __func__);
[all...]
/linux-master/drivers/soundwire/
H A Dintel_bus_common.c28 dev_err(dev, "%s: unable to initialize Cadence IP: %d\n", __func__, ret);
37 dev_err(dev, "%s: sync go failed: %d\n", __func__, ret);
44 dev_err(dev, "%s: CONFIG_UPDATE BIT still set\n", __func__);
50 dev_err(dev, "%s: unable to exit bus reset sequence: %d\n", __func__, ret);
56 dev_err(dev, "%s: cannot enable interrupts: %d\n", __func__, ret);
60 sdw_cdns_check_self_clearing_bits(cdns, __func__,
135 dev_err(dev, "%s: CONFIG_UPDATE BIT still set\n", __func__);
152 sdw_cdns_check_self_clearing_bits(cdns, __func__, true, INTEL_MASTER_RESET_ITERATIONS);
164 dev_err(dev, "%s: invalid configuration, clock was not stopped\n", __func__);
175 dev_err(dev, "%s: unable to restart clock: %d\n", __func__, re
[all...]
/linux-master/arch/arm64/lib/
H A Dinsn.c103 pr_err("%s: unknown immediate encoding %d\n", __func__,
133 pr_err("%s: unknown immediate encoding %d\n", __func__,
167 pr_err("%s: unknown register type encoding %d\n", __func__,
185 pr_err("%s: unknown register encoding %d\n", __func__, reg);
206 pr_err("%s: unknown register type encoding %d\n", __func__,
230 pr_err("%s: unknown size encoding %d\n", __func__, type);
247 pr_err("%s: A64 instructions must be word aligned\n", __func__);
254 pr_err("%s: offset out of range\n", __func__);
284 pr_err("%s: unknown branch encoding %d\n", __func__, type);
312 pr_err("%s: unknown branch encoding %d\n", __func__, typ
[all...]
/linux-master/drivers/usb/serial/
H A Dcyberjack.c139 dev_dbg(&port->dev, "%s - usb_clear_halt\n", __func__);
168 dev_dbg(dev, "%s - write request of 0 bytes\n", __func__);
173 dev_dbg(dev, "%s - already writing\n", __func__);
190 usb_serial_debug_data(dev, __func__, count, priv->wrbuf + priv->wrfilled);
195 dev_dbg(dev, "%s - expected data: %d\n", __func__, wrexpected);
203 dev_dbg(dev, "%s - transmitting data (frame 1)\n", __func__);
218 __func__, result);
227 dev_dbg(dev, "%s - priv->wrsent=%d\n", __func__, priv->wrsent);
228 dev_dbg(dev, "%s - priv->wrfilled=%d\n", __func__, priv->wrfilled);
231 dev_dbg(dev, "%s - buffer cleaned\n", __func__);
[all...]
/linux-master/drivers/isdn/mISDN/
H A Ddsp_core.c219 __func__);
226 __func__);
232 __func__, dsp->name, rx_off);
264 __func__);
272 __func__);
277 __func__, dsp->name);
290 printk(KERN_ERR "%s: PH_CONTROL message too short\n", __func__);
304 printk(KERN_DEBUG "%s: start dtmf\n", __func__);
321 printk(KERN_DEBUG "%s: stop dtmf\n", __func__);
335 __func__, *((u3
[all...]
H A Dl1oip_core.c273 __func__, len);
284 printk(KERN_DEBUG "%s: resetting timer\n", __func__);
290 "IP is not set.\n", __func__);
335 "= %d)\n", __func__, len);
362 "ignoring\n", __func__);
368 __func__, len);
372 "range\n", __func__, channel);
379 "stack\n", __func__, channel);
386 printk(KERN_ERR "%s: No mem for skb.\n", __func__);
456 __func__, le
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c120 dml_print("DML_DLG: %s: refclk_freq_in_mhz = %3.2f\n", __func__, refclk_freq_in_mhz);
121 dml_print("DML_DLG: %s: pclk_freq_in_mhz = %3.2f\n", __func__, pclk_freq_in_mhz);
122 dml_print("DML_DLG: %s: recout_width = %d\n", __func__, recout_width);
123 dml_print("DML_DLG: %s: vratio = %3.2f\n", __func__, vratio);
124 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub);
125 dml_print("DML_DLG: %s: refcyc_per_delivery= %3.2f\n", __func__, refcyc_per_delivery);
146 dml_print("DML_DLG: %s: rq_sizing param\n", __func__);
308 dml_print("DML_DLG: %s: req128_l = %0d\n", __func__, req128_l);
309 dml_print("DML_DLG: %s: req128_c = %0d\n", __func__, req128_c);
312 __func__,
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_bsg.c30 ql4_printk(KERN_ERR, ha, "%s: reset active\n", __func__);
37 "active\n", __func__);
50 "data\n", __func__);
57 ql4_printk(KERN_ERR, ha, "%s: get flash failed\n", __func__);
96 ql4_printk(KERN_ERR, ha, "%s: reset active\n", __func__);
103 "active\n", __func__);
117 "data\n", __func__);
127 ql4_printk(KERN_ERR, ha, "%s: set flash failed\n", __func__);
163 ql4_printk(KERN_ERR, ha, "%s: reset active\n", __func__);
170 __func__, bsg_jo
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dlnbh25.c66 __func__, i, ret);
71 __func__, (int) sizeof(status), status);
75 __func__, status[0]);
114 __func__, vsel, priv->i2c_address,
121 __func__, ret);
138 dev_dbg(&priv->i2c->dev, "%s()\n", __func__);
150 dev_dbg(&i2c->dev, "%s()\n", __func__);
163 __func__, priv->i2c_address);
173 __func__, priv->i2c_address);
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-gpio.c78 __func__, ret);
88 __func__, aud_gpios[i].name, ret);
111 __func__, type);
117 __func__, type);
125 __func__, type);
139 dev_dbg(dev, "%s(), MOSI CLK ON select fail!\n", __func__);
145 dev_dbg(dev, "%s(), MOSI DAT ON select fail!\n", __func__);
151 dev_dbg(dev, "%s(), MOSI DAT OFF select fail!\n", __func__);
157 dev_dbg(dev, "%s(), MOSI CLK ON select fail!\n", __func__);
172 dev_dbg(dev, "%s(), MISO CLK ON select fail!\n", __func__);
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c113 __func__);
228 "ctx_ctrl=%u\n", __func__, rctxid, ctxi, ctxpid, pid,
278 __func__, val);
301 dev_dbg(dev, "%s: returning rc=%d\n", __func__, rc);
358 dev_dbg(dev, "%s: %ssending cmd(%02x)\n", __func__,
369 __func__, result);
404 __func__, result);
424 __func__, gli->max_lba, gli->blk_len, rc);
445 __func__);
451 __func__, rhnd
[all...]
/linux-master/drivers/usb/atm/
H A Dspeedtch.c173 usb_warn(usbatm, "%s failed on URB147: %d\n", __func__, ret);
181 usb_warn(usbatm, "%s failed on URB148: %d\n", __func__, ret);
190 usb_warn(usbatm, "%s failed on URB149: %d\n", __func__, ret);
199 usb_warn(usbatm, "%s failed on URB150: %d\n", __func__, ret);
208 usb_warn(usbatm, "%s failed on URBext1: %d\n", __func__, ret);
219 usb_warn(usbatm, "%s failed on URBext2: %d\n", __func__, ret);
227 usb_warn(usbatm, "%s failed on URBext3: %d\n", __func__, ret);
241 usb_dbg(usbatm, "%s entered\n", __func__);
246 usb_dbg(usbatm, "%s: no memory for buffer!\n", __func__);
252 usb_dbg(usbatm, "%s: interface not found!\n", __func__);
[all...]
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c152 __func__, dma->num, is_dvb_tc);
184 __func__, readl(ndev->bmmio0 + AVL_PCIE_IENR),
195 "%s(): DMA%d enable %d\n", __func__, dma->num, enable);
223 __func__, addr_curr, (u64)dma->addr_phys,
233 __func__, dma->data_size);
281 __func__, reg_isr);
298 dev_dbg(&dma->ndev->pci_dev->dev, "%s()\n", __func__);
305 __func__, *nbuffers, sizes[0]);
316 dev_dbg(&dma->ndev->pci_dev->dev, "%s(): buf 0x%p\n", __func__, buf);
329 dev_dbg(&dma->ndev->pci_dev->dev, "%s(): %p\n", __func__, bu
[all...]

Completed in 241 milliseconds

1234567891011>>