Home
last modified time | relevance | path

Searched refs:dev_dbg (Results 1 – 25 of 2348) sorted by relevance

12345678910>>...94

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.c39 dev_dbg(dev, "Proxy response: id %u, error %u, details %u\n", in handle_proxy_response()
61 dev_dbg(dev, in ipu6_fw_isys_send_proxy_token()
106 dev_dbg(dev, "send_token: %s\n", send_msg_types[send_type]); in ipu6_fw_isys_complex_cmd()
382 dev_dbg(dev, "-----------------------------------------------------\n"); in ipu6_fw_isys_dump_stream_cfg()
383 dev_dbg(dev, "IPU6_FW_ISYS_STREAM_CFG_DATA\n"); in ipu6_fw_isys_dump_stream_cfg()
385 dev_dbg(dev, "compfmt = %d\n", cfg->vc); in ipu6_fw_isys_dump_stream_cfg()
386 dev_dbg(dev, "src = %d\n", cfg->src); in ipu6_fw_isys_dump_stream_cfg()
387 dev_dbg(dev, "vc = %d\n", cfg->vc); in ipu6_fw_isys_dump_stream_cfg()
388 dev_dbg(dev, "isl_use = %d\n", cfg->isl_use); in ipu6_fw_isys_dump_stream_cfg()
389 dev_dbg(dev, "sensor_type = %d\n", cfg->sensor_type); in ipu6_fw_isys_dump_stream_cfg()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-ismt.c208 dev_dbg(dev, "Descriptor struct: %p\n", desc); in __ismt_desc_dump()
209 dev_dbg(dev, "\ttgtaddr_rw=0x%02X\n", desc->tgtaddr_rw); in __ismt_desc_dump()
210 dev_dbg(dev, "\twr_len_cmd=0x%02X\n", desc->wr_len_cmd); in __ismt_desc_dump()
211 dev_dbg(dev, "\trd_len= 0x%02X\n", desc->rd_len); in __ismt_desc_dump()
212 dev_dbg(dev, "\tcontrol= 0x%02X\n", desc->control); in __ismt_desc_dump()
213 dev_dbg(dev, "\tstatus= 0x%02X\n", desc->status); in __ismt_desc_dump()
214 dev_dbg(dev, "\tretry= 0x%02X\n", desc->retry); in __ismt_desc_dump()
215 dev_dbg(dev, "\trxbytes= 0x%02X\n", desc->rxbytes); in __ismt_desc_dump()
216 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
217 dev_dbg(dev, "\tdptr_low= 0x%08X\n", desc->dptr_low); in __ismt_desc_dump()
[all …]
H A Di2c-sis630.c129 dev_dbg(&adap->dev, "SMBus busy (%02x). Resetting...\n", temp); in sis630_transaction_start()
135 dev_dbg(&adap->dev, "Failed! (%02x)\n", temp); in sis630_transaction_start()
138 dev_dbg(&adap->dev, "Successful!\n"); in sis630_transaction_start()
145 dev_dbg(&adap->dev, "saved clock 0x%02x\n", *oldclock); in sis630_transaction_start()
179 dev_dbg(&adap->dev, "SMBus Timeout!\n"); in sis630_transaction_wait()
184 dev_dbg(&adap->dev, "Error: Failed bus transaction\n"); in sis630_transaction_wait()
201 dev_dbg(&adap->dev, in sis630_transaction_end()
211 dev_dbg(&adap->dev, in sis630_transaction_end()
243 dev_dbg(&adap->dev, in sis630_block_data()
248 dev_dbg(&adap->dev, in sis630_block_data()
[all …]
/linux/drivers/platform/x86/amd/pmf/
H A Dspc.c75 dev_dbg(dev->dev, "==== TA inputs START ====\n"); in amd_pmf_dump_ta_inputs()
76 dev_dbg(dev->dev, "Slider State: %s\n", ta_slider_as_str(in->ev_info.power_slider)); in amd_pmf_dump_ta_inputs()
77 dev_dbg(dev->dev, "Power Source: %s\n", amd_pmf_source_as_str(in->ev_info.power_source)); in amd_pmf_dump_ta_inputs()
78 dev_dbg(dev->dev, "Battery Percentage: %u\n", in->ev_info.bat_percentage); in amd_pmf_dump_ta_inputs()
79 dev_dbg(dev->dev, "Designed Battery Capacity: %u\n", in->ev_info.bat_design); in amd_pmf_dump_ta_inputs()
80 dev_dbg(dev->dev, "Fully Charged Capacity: %u\n", in->ev_info.full_charge_capacity); in amd_pmf_dump_ta_inputs()
81 dev_dbg(dev->dev, "Drain Rate: %d\n", in->ev_info.drain_rate); in amd_pmf_dump_ta_inputs()
82 dev_dbg(dev->dev, "Socket Power: %u\n", in->ev_info.socket_power); in amd_pmf_dump_ta_inputs()
83 dev_dbg(dev->dev, "Skin Temperature: %u\n", in->ev_info.skin_temperature); in amd_pmf_dump_ta_inputs()
84 dev_dbg(dev->dev, "Avg C0 Residency: %u\n", in->ev_info.avg_c0residency); in amd_pmf_dump_ta_inputs()
[all …]
/linux/drivers/usb/serial/
H A Dmos7840.c219 dev_dbg(&port->dev, "mos7840_set_reg_sync offset is %x, value %x\n", reg, val); in mos7840_set_reg_sync()
253 dev_dbg(&port->dev, "%s offset is %x, return val %x\n", __func__, reg, *val); in mos7840_get_reg_sync()
277 dev_dbg(&port->dev, "%s application number is %x\n", __func__, val); in mos7840_set_uart_reg()
306 dev_dbg(&port->dev, "%s application number is %x\n", __func__, Wval); in mos7840_get_uart_reg()
325 dev_dbg(&port->dev, "SpRegOffset is %2x\n", mos7840_port->SpRegOffset); in mos7840_dump_serial_port()
326 dev_dbg(&port->dev, "ControlRegOffset is %2x\n", mos7840_port->ControlRegOffset); in mos7840_dump_serial_port()
327 dev_dbg(&port->dev, "DCRRegOffset is %2x\n", mos7840_port->DcrRegOffset); in mos7840_dump_serial_port()
348 dev_dbg(&urb->dev->dev, "%s - urb shutting down: %d\n", in mos7840_set_led_callback()
352 dev_dbg(&urb->dev->dev, "%s - nonzero urb status: %d\n", in mos7840_set_led_callback()
428 dev_dbg(&urb->dev->dev, "nonzero read bulk status received: %d\n", status); in mos7840_bulk_in_callback()
[all …]
H A Dio_ti.c269 dev_dbg(&dev->dev, "%s - wanted to read %d, but only read %d\n", in ti_vread_sync()
311 dev_dbg(&port->dev, "%s - port %d, mask %x\n", __func__, port_number, mask); in purge_port()
331 dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, length); in read_download_mem()
344 dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, read_length); in read_download_mem()
357 dev_dbg(&dev->dev, "%s - ERROR %x\n", __func__, status); in read_download_mem()
392 dev_dbg(&serial->serial->dev->dev, "%s - ERROR %x\n", __func__, status); in read_boot_mem()
397 dev_dbg(&serial->serial->dev->dev, "%s - start_address = %x, length = %d\n", in read_boot_mem()
434dev_dbg(&serial->serial->dev->dev, "%s - start_sddr = %x, length = %d\n", __func__, start_address,… in write_boot_mem()
458 dev_dbg(dev, "%s - BytesInFirstPage Addr = %x, length = %d\n", in write_i2c_mem()
473 dev_dbg(dev, "%s - ERROR %d\n", __func__, status); in write_i2c_mem()
[all …]
H A Dcyberjack.c138 dev_dbg(&port->dev, "%s - usb_clear_halt\n", __func__); in cyberjack_open()
167 dev_dbg(dev, "%s - write request of 0 bytes\n", __func__); in cyberjack_write()
172 dev_dbg(dev, "%s - already writing\n", __func__); in cyberjack_write()
194 dev_dbg(dev, "%s - expected data: %d\n", __func__, wrexpected); in cyberjack_write()
202 dev_dbg(dev, "%s - transmitting data (frame 1)\n", __func__); in cyberjack_write()
226 dev_dbg(dev, "%s - priv->wrsent=%d\n", __func__, priv->wrsent); in cyberjack_write()
227 dev_dbg(dev, "%s - priv->wrfilled=%d\n", __func__, priv->wrfilled); in cyberjack_write()
230 dev_dbg(dev, "%s - buffer cleaned\n", __func__); in cyberjack_write()
276 dev_dbg(dev, "Too many bulk_in urbs to do.\n"); in cyberjack_read_int_callback()
284 dev_dbg(dev, "%s - rdtodo: %d\n", __func__, priv->rdtodo); in cyberjack_read_int_callback()
[all …]
H A Dkobil_sct.c128 dev_dbg(&serial->dev->dev, "KOBIL B1 PRO / KAAN PRO detected\n"); in kobil_port_probe()
131 dev_dbg(&serial->dev->dev, "KOBIL KAAN Standard Plus / SecOVID Reader Plus detected\n"); in kobil_port_probe()
134 dev_dbg(&serial->dev->dev, "KOBIL USBTWIN detected\n"); in kobil_port_probe()
137 dev_dbg(&serial->dev->dev, "KOBIL KAAN SIM detected\n"); in kobil_port_probe()
189 dev_dbg(dev, "%s - Send get_HW_version URB returns: %i\n", __func__, result); in kobil_open()
191 dev_dbg(dev, "Hardware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open()
206 dev_dbg(dev, "%s - Send get_FW_version URB returns: %i\n", __func__, result); in kobil_open()
208 dev_dbg(dev, "Firmware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open()
226 dev_dbg(dev, "%s - Send set_baudrate URB returns: %i\n", __func__, result); in kobil_open()
239 dev_dbg(dev, "%s - Send reset_all_queues URB returns: %i\n", __func__, result); in kobil_open()
[all …]
H A Dqcserial.c213 dev_dbg(dev, "Quectel EC20 DM/DIAG interface found\n"); in handle_quectel_ec20()
216 dev_dbg(dev, "Quectel EC20 NMEA GPS interface found\n"); in handle_quectel_ec20()
220 dev_dbg(dev, "Quectel EC20 Modem port found\n"); in handle_quectel_ec20()
246 dev_dbg(dev, "Num Interfaces = %d\n", nintf); in qcprobe()
248 dev_dbg(dev, "This Interface = %d\n", ifnum); in qcprobe()
261 dev_dbg(dev, "QDL port found\n"); in qcprobe()
296 dev_dbg(dev, "Gobi 1K DM/DIAG interface found\n"); in qcprobe()
299 dev_dbg(dev, "Modem port found\n"); in qcprobe()
329 dev_dbg(dev, "Gobi 2K+ DM/DIAG interface found\n"); in qcprobe()
332 dev_dbg(dev, "Modem port found\n"); in qcprobe()
[all …]
/linux/drivers/rtc/
H A Drtc-nct3018y.c56 dev_dbg(&client->dev, "%s:on:%d\n", __func__, on); in nct3018y_set_alarm_mode()
60 dev_dbg(&client->dev, in nct3018y_set_alarm_mode()
73 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL\n"); in nct3018y_set_alarm_mode()
79 dev_dbg(&client->dev, in nct3018y_set_alarm_mode()
87 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_ST\n"); in nct3018y_set_alarm_mode()
100 dev_dbg(&client->dev, "%s:NCT3018Y_REG_CTRL\n", __func__); in nct3018y_get_alarm_mode()
105 dev_dbg(&client->dev, "%s:alarm_enable:%x\n", __func__, *alarm_enable); in nct3018y_get_alarm_mode()
110 dev_dbg(&client->dev, "%s:NCT3018Y_REG_ST\n", __func__); in nct3018y_get_alarm_mode()
115 dev_dbg(&client->dev, "%s:alarm_flag:%x\n", __func__, *alarm_flag); in nct3018y_get_alarm_mode()
129 dev_dbg(&client->dev, "%s:irq:%d\n", __func__, irq); in nct3018y_irq()
[all …]
/linux/drivers/net/arcnet/
H A Dcom20020_cs.c119 dev_dbg(&p_dev->dev, "com20020_attach()\n"); in com20020_probe()
166 dev_dbg(&link->dev, "detach...\n"); in com20020_detach()
168 dev_dbg(&link->dev, "com20020_detach\n"); in com20020_detach()
170 dev_dbg(&link->dev, "unregister...\n"); in com20020_detach()
183 dev_dbg(&link->dev, "unlinking...\n"); in com20020_detach()
187 dev_dbg(&link->dev, "kfree...\n"); in com20020_detach()
190 dev_dbg(&link->dev, "kfree2...\n"); in com20020_detach()
207 dev_dbg(&link->dev, "config...\n"); in com20020_config()
209 dev_dbg(&link->dev, "com20020_config\n"); in com20020_config()
211 dev_dbg(&link->dev, "baseport1 is %Xh\n", in com20020_config()
[all …]
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c59 dev_dbg(bdc->dev, "%s ep:%s num_tabs:%d\n", in ep_bd_list_free()
63 dev_dbg(bdc->dev, "%s already freed\n", ep->name); in ep_bd_list_free()
73 dev_dbg(bdc->dev, "bd_table:%p index:%d\n", bd_table, index); in ep_bd_list_free()
75 dev_dbg(bdc->dev, "bd_table not allocated\n"); in ep_bd_list_free()
79 dev_dbg(bdc->dev, "bd dma pool not allocated\n"); in ep_bd_list_free()
83 dev_dbg(bdc->dev, in ep_bd_list_free()
136 dev_dbg(bdc->dev, in ep_bd_list_alloc()
164 dev_dbg(bdc->dev, in ep_bd_list_alloc()
225 dev_dbg(bdc->dev, "%s %llx\n", in bd_add_to_bdi()
238 dev_dbg(bdc->dev, "dma_first_bd:%llx dma_last_bd:%llx\n", in bd_add_to_bdi()
[all …]
H A Dbdc_udc.c81 dev_dbg(bdc->dev, "%s speed=%x\n", __func__, speed); in bdc_uspc_connected()
117 dev_dbg(bdc->dev, "connected at %s\n", conn_speed_str[speed]); in bdc_uspc_connected()
133 dev_dbg(bdc->dev, "%s\n", __func__); in bdc_uspc_disconnected()
163 dev_dbg(bdc->dev, "%s\n", __func__); in bdc_func_wake_timer()
170 dev_dbg(bdc->dev, "FUNC_WAKE_ISSUED FLAG IS STILL SET\n"); in bdc_func_wake_timer()
184 dev_dbg(bdc->dev, "Link state change"); in handle_link_state_change()
190 dev_dbg(bdc->dev, "Entered Suspend mode\n"); in handle_link_state_change()
213 dev_dbg(bdc->dev, "sched func_wake_notify\n"); in handle_link_state_change()
219 dev_dbg(bdc->dev, "Resumed from Suspend\n"); in handle_link_state_change()
226 dev_dbg(bdc->dev, "link state:%d\n", link_state); in handle_link_state_change()
[all …]
/linux/sound/pci/lx6464es/
H A Dlx6464es.c105 dev_dbg(chip->card->dev, "allocating pipe for %d channels\n", channels); in lx_hardware_open()
129 dev_dbg(chip->card->dev, "setting stream format\n"); in lx_hardware_start()
136 dev_dbg(chip->card->dev, "starting pipe\n"); in lx_hardware_start()
143 dev_dbg(chip->card->dev, "waiting for pipe to start\n"); in lx_hardware_start()
160 dev_dbg(chip->card->dev, "pausing pipe\n"); in lx_hardware_stop()
167 dev_dbg(chip->card->dev, "waiting for pipe to become idle\n"); in lx_hardware_stop()
174 dev_dbg(chip->card->dev, "stopping pipe\n"); in lx_hardware_stop()
191 dev_dbg(chip->card->dev, "releasing pipe\n"); in lx_hardware_close()
209 dev_dbg(chip->card->dev, "->lx_pcm_open\n"); in lx_pcm_open()
256 dev_dbg(chip->card->dev, "<-lx_pcm_open, %d\n", err); in lx_pcm_open()
[all …]
/linux/drivers/usb/host/
H A Dehci-ps3.c99 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed\n", in ps3_ehci_probe()
107 dev_dbg(&dev->core, "%s:%d: ps3_dma_region_create failed: " in ps3_ehci_probe()
116 dev_dbg(&dev->core, "%s:%d: ps3_map_mmio_region failed\n", in ps3_ehci_probe()
122 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, in ps3_ehci_probe()
128 dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", in ps3_ehci_probe()
141 dev_dbg(&dev->core, "%s:%d: usb_create_hcd failed\n", __func__, in ps3_ehci_probe()
151 dev_dbg(&dev->core, "%s:%d: request_mem_region failed\n", in ps3_ehci_probe()
157 dev_dbg(&dev->core, "%s:%d: ioremap failed\n", __func__, in ps3_ehci_probe()
163 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_start %lxh\n", __func__, __LINE__, in ps3_ehci_probe()
165 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_len %lxh\n", __func__, __LINE__, in ps3_ehci_probe()
[all …]
H A Dohci-ps3.c82 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed: %s\n", in ps3_ohci_probe()
91 dev_dbg(&dev->core, "%s:%d: ps3_dma_region_create failed: " in ps3_ohci_probe()
100 dev_dbg(&dev->core, "%s:%d: ps3_map_mmio_region failed\n", in ps3_ohci_probe()
106 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, in ps3_ohci_probe()
112 dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", in ps3_ohci_probe()
125 dev_dbg(&dev->core, "%s:%d: usb_create_hcd failed\n", __func__, in ps3_ohci_probe()
135 dev_dbg(&dev->core, "%s:%d: request_mem_region failed\n", in ps3_ohci_probe()
141 dev_dbg(&dev->core, "%s:%d: ioremap failed\n", __func__, in ps3_ohci_probe()
147 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_start %lxh\n", __func__, __LINE__, in ps3_ohci_probe()
149 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_len %lxh\n", __func__, __LINE__, in ps3_ohci_probe()
[all …]
/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg-hw.c18 dev_dbg(dev, "Wrapper reg %s = 0x%x\n", reg_name, val);\
23 dev_dbg(dev, " MXC JPEG NEXT_DESCPT_PTR 0x%x\n", in print_descriptor_info()
25 dev_dbg(dev, " MXC JPEG BUF_BASE0 0x%x\n", desc->buf_base0); in print_descriptor_info()
26 dev_dbg(dev, " MXC JPEG BUF_BASE1 0x%x\n", desc->buf_base1); in print_descriptor_info()
27 dev_dbg(dev, " MXC JPEG LINE_PITCH %d\n", desc->line_pitch); in print_descriptor_info()
28 dev_dbg(dev, " MXC JPEG STM_BUFBASE 0x%x\n", desc->stm_bufbase); in print_descriptor_info()
29 dev_dbg(dev, " MXC JPEG STM_BUFSIZE %d\n", desc->stm_bufsize); in print_descriptor_info()
30 dev_dbg(dev, " MXC JPEG IMGSIZE %x (%d x %d)\n", desc->imgsize, in print_descriptor_info()
32 dev_dbg(dev, " MXC JPEG STM_CTRL 0x%x\n", desc->stm_ctrl); in print_descriptor_info()
38 dev_dbg(dev, "CAST IP status regs:\n"); in print_cast_status()
[all …]
/linux/sound/soc/intel/atom/sst/
H A Dsst_loader.c58 dev_dbg(sst_drv_ctx->dev, "sst: Resetting the DSP in mrfld\n"); in intel_sst_reset_dsp_mrfld()
61 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
67 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
73 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
87 dev_dbg(sst_drv_ctx->dev, "sst: Starting the DSP in mrfld LALALALA\n"); in sst_start_mrfld()
89 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in sst_start_mrfld()
95 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in sst_start_mrfld()
102 dev_dbg(sst_drv_ctx->dev, "sst: Starting the DSP_merrifield:%llx\n", in sst_start_mrfld()
113 dev_dbg(ctx->dev, "Enter\n"); in sst_validate_fw_image()
117 dev_dbg(ctx->dev, in sst_validate_fw_image()
[all …]
H A Dsst_stream.c34 dev_dbg(sst_drv_ctx->dev, "Enter\n"); in sst_alloc_stream_mrfld()
83 dev_dbg(sst_drv_ctx->dev, "alloc tstamp location = 0x%x\n", in sst_alloc_stream_mrfld()
85 dev_dbg(sst_drv_ctx->dev, "assigned pipe id 0x%x to task %d\n", in sst_alloc_stream_mrfld()
111 dev_dbg(sst_drv_ctx->dev, "Alloc for str %d pipe %#x\n", in sst_realloc_stream()
156 dev_dbg(sst_drv_ctx->dev, "sst_start_stream for %d\n", str_id); in sst_start_stream()
178 dev_dbg(sst_drv_ctx->dev, in sst_send_byte_stream_mrfld()
192 dev_dbg(sst_drv_ctx->dev, "length is %d\n", length); in sst_send_byte_stream_mrfld()
204 dev_dbg(sst_drv_ctx->dev, "msg->mrfld_header.p.header_low_payload:%d", in sst_send_byte_stream_mrfld()
223 dev_dbg(sst_drv_ctx->dev, "read back %d bytes", in sst_send_byte_stream_mrfld()
248 dev_dbg(sst_drv_ctx->dev, "SST DBG:sst_pause_stream for %d\n", str_id); in sst_pause_stream()
[all …]
/linux/drivers/media/dvb-frontends/
H A Daf9013.c50 dev_dbg(&client->dev, "gpio %u, gpioval %02x\n", gpio, gpioval); in af9013_set_gpio()
91 dev_dbg(&client->dev, "failed %d\n", ret); in af9013_set_gpio()
115 dev_dbg(&client->dev, "frequency %u, bandwidth_hz %u\n", in af9013_set_frontend()
158 dev_dbg(&client->dev, "if_frequency %u\n", if_frequency); in af9013_set_frontend()
231 dev_dbg(&client->dev, "invalid transmission_mode\n"); in af9013_set_frontend()
251 dev_dbg(&client->dev, "invalid guard_interval\n"); in af9013_set_frontend()
271 dev_dbg(&client->dev, "invalid hierarchy\n"); in af9013_set_frontend()
288 dev_dbg(&client->dev, "invalid modulation\n"); in af9013_set_frontend()
314 dev_dbg(&client->dev, "invalid code_rate_HP\n"); in af9013_set_frontend()
339 dev_dbg(&client->dev, "invalid code_rate_LP\n"); in af9013_set_frontend()
[all …]
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c50 dev_dbg(pdata->dev, "multi %s interrupts enabled\n", in xgbe_config_multi_msi()
81 dev_dbg(pdata->dev, "single %s interrupt enabled\n", in xgbe_config_irqs()
88 dev_dbg(pdata->dev, " dev irq=%d\n", pdata->dev_irq); in xgbe_config_irqs()
89 dev_dbg(pdata->dev, " ecc irq=%d\n", pdata->ecc_irq); in xgbe_config_irqs()
90 dev_dbg(pdata->dev, " i2c irq=%d\n", pdata->i2c_irq); in xgbe_config_irqs()
91 dev_dbg(pdata->dev, " an irq=%d\n", pdata->an_irq); in xgbe_config_irqs()
93 dev_dbg(pdata->dev, " dma%u irq=%d\n", in xgbe_config_irqs()
153 dev_dbg(dev, "xgmac_regs = %p\n", pdata->xgmac_regs); in xgbe_pci_probe()
154 dev_dbg(dev, "xprop_regs = %p\n", pdata->xprop_regs); in xgbe_pci_probe()
155 dev_dbg(dev, "xi2c_regs = %p\n", pdata->xi2c_regs); in xgbe_pci_probe()
[all …]
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-gpio.c87 dev_dbg(dev, "%s(), pinctrl_lookup_state %s fail, ret %d\n", in mt8186_afe_gpio_init()
110 dev_dbg(dev, "%s(), error, invalid gpio type %d\n", in mt8186_afe_gpio_select()
116 dev_dbg(dev, "%s(), error, gpio type %d not prepared\n", in mt8186_afe_gpio_select()
124 dev_dbg(dev, "%s(), error, can not set gpio type %d\n", in mt8186_afe_gpio_select()
139 dev_dbg(dev, "%s(), MOSI CLK ON select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
145 dev_dbg(dev, "%s(), MOSI DAT ON select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
151 dev_dbg(dev, "%s(), MOSI DAT OFF select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
157 dev_dbg(dev, "%s(), MOSI CLK ON select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
172 dev_dbg(dev, "%s(), MISO CLK ON select fail!\n", __func__); in mt8186_afe_gpio_adda_ul()
178 dev_dbg(dev, "%s(), MISO DAT ON select fail!\n", __func__); in mt8186_afe_gpio_adda_ul()
[all …]
/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c68 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_hdcp_initiate_session()
75 dev_dbg(dev, "mei_cldev_recv failed. %zd\n", byte); in mei_hdcp_initiate_session()
80 dev_dbg(dev, "ME cmd 0x%08X Failed. Status: 0x%X\n", in mei_hdcp_initiate_session()
141 dev_dbg(dev, "mei_cldev_send failed: %zd\n", byte); in mei_hdcp_verify_receiver_cert_prepare_km()
148 dev_dbg(dev, "mei_cldev_recv failed: %zd\n", byte); in mei_hdcp_verify_receiver_cert_prepare_km()
153 dev_dbg(dev, "ME cmd 0x%08X Failed. Status: 0x%X\n", in mei_hdcp_verify_receiver_cert_prepare_km()
211 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_hdcp_verify_hprime()
218 dev_dbg(dev, "mei_cldev_recv failed. %zd\n", byte); in mei_hdcp_verify_hprime()
223 dev_dbg(dev, "ME cmd 0x%08X Failed. Status: 0x%X\n", in mei_hdcp_verify_hprime()
269 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_hdcp_store_pairing_info()
[all …]
/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c258 dev_dbg(sharpsl_pm.dev, "Battery: voltage: %d, status: %d, percentage: %d, time: %ld\n", voltage, in sharpsl_battery_thread()
278 dev_dbg(sharpsl_pm.dev, "Charge LED On\n"); in sharpsl_pm_led()
281 dev_dbg(sharpsl_pm.dev, "Charge LED Off\n"); in sharpsl_pm_led()
288 dev_dbg(sharpsl_pm.dev, "Turning Charger On\n"); in sharpsl_charge_on()
298 dev_dbg(sharpsl_pm.dev, "Turning Charger Off\n"); in sharpsl_charge_off()
316 dev_dbg(sharpsl_pm.dev, "Toggling Charger at time: %lx\n", jiffies); in sharpsl_charge_toggle()
338 dev_dbg(sharpsl_pm.dev, "AC Status: %d\n", acin); in sharpsl_ac_timer()
361 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies); in sharpsl_chrg_full_timer()
366 dev_dbg(sharpsl_pm.dev, "Charge Full: AC removed - stop charging!\n"); in sharpsl_chrg_full_timer()
370 dev_dbg(sharpsl_pm.dev, "Charge Full: Count too low\n"); in sharpsl_chrg_full_timer()
[all …]
/linux/drivers/media/rc/
H A Dir-xmp-decoder.c45 dev_dbg(&dev->dev, "XMP decode started at state %d %d (%uus %s)\n", in ir_xmp_decode()
81 dev_dbg(&dev->dev, "received TRAILER period at index %d: %u\n", in ir_xmp_decode()
95 dev_dbg(&dev->dev, "divider to small %d.\n", in ir_xmp_decode()
110 dev_dbg(&dev->dev, "checksum errors sum1=0x%X sum2=0x%X\n", in ir_xmp_decode()
124 dev_dbg(&dev->dev, "subaddress nibbles mismatch 0x%02X != 0x%02X\n", in ir_xmp_decode()
130 dev_dbg(&dev->dev, "Warning: OEM nibbles 0x%02X. Expected 0x44\n", in ir_xmp_decode()
135 dev_dbg(&dev->dev, "XMP scancode 0x%06x\n", scancode); in ir_xmp_decode()
141 dev_dbg(&dev->dev, "Repeat last key\n"); in ir_xmp_decode()
150dev_dbg(&dev->dev, "received half frame pulse at index %d. Probably a final frame key-up event: %u… in ir_xmp_decode()
161 dev_dbg(&dev->dev, "received half frame pulse at index %d: %u\n", in ir_xmp_decode()
[all …]

12345678910>>...94