/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-ismt.c | 208 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 …]
|
/linux-6.1.9/drivers/usb/serial/ |
D | io_edgeport.c | 355 dev_dbg(dev, "Current Boot Image version %d.%d.%d\n", in update_edgeport_E2PROM() 362 dev_dbg(dev, "**Update Boot Image from %d.%d.%d to %d.%d.%d\n", in update_edgeport_E2PROM() 368 dev_dbg(dev, "Downloading new Boot Image\n"); in update_edgeport_E2PROM() 387 dev_dbg(dev, "Boot Image -- already up to date\n"); in update_edgeport_E2PROM() 398 dev_dbg(dev, "**Product Information:\n"); in dump_product_info() 399 dev_dbg(dev, " ProductId %x\n", product_info->ProductId); in dump_product_info() 400 dev_dbg(dev, " NumPorts %d\n", product_info->NumPorts); in dump_product_info() 401 dev_dbg(dev, " ProdInfoVer %d\n", product_info->ProdInfoVer); in dump_product_info() 402 dev_dbg(dev, " IsServer %d\n", product_info->IsServer); in dump_product_info() 403 dev_dbg(dev, " IsRS232 %d\n", product_info->IsRS232); in dump_product_info() [all …]
|
D | mos7840.c | 232 dev_dbg(&port->dev, "mos7840_set_reg_sync offset is %x, value %x\n", reg, val); in mos7840_set_reg_sync() 266 dev_dbg(&port->dev, "%s offset is %x, return val %x\n", __func__, reg, *val); in mos7840_get_reg_sync() 290 dev_dbg(&port->dev, "%s application number is %x\n", __func__, val); in mos7840_set_uart_reg() 319 dev_dbg(&port->dev, "%s application number is %x\n", __func__, Wval); in mos7840_get_uart_reg() 338 dev_dbg(&port->dev, "SpRegOffset is %2x\n", mos7840_port->SpRegOffset); in mos7840_dump_serial_port() 339 dev_dbg(&port->dev, "ControlRegOffset is %2x\n", mos7840_port->ControlRegOffset); in mos7840_dump_serial_port() 340 dev_dbg(&port->dev, "DCRRegOffset is %2x\n", mos7840_port->DcrRegOffset); in mos7840_dump_serial_port() 361 dev_dbg(&urb->dev->dev, "%s - urb shutting down: %d\n", in mos7840_set_led_callback() 365 dev_dbg(&urb->dev->dev, "%s - nonzero urb status: %d\n", in mos7840_set_led_callback() 441 dev_dbg(&urb->dev->dev, "nonzero read bulk status received: %d\n", status); in mos7840_bulk_in_callback() [all …]
|
D | io_ti.c | 269 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() 434 …dev_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 …]
|
D | cyberjack.c | 139 dev_dbg(&port->dev, "%s - usb_clear_halt\n", __func__); in cyberjack_open() 168 dev_dbg(dev, "%s - write request of 0 bytes\n", __func__); in cyberjack_write() 173 dev_dbg(dev, "%s - already writing\n", __func__); in cyberjack_write() 195 dev_dbg(dev, "%s - expected data: %d\n", __func__, wrexpected); in cyberjack_write() 203 dev_dbg(dev, "%s - transmitting data (frame 1)\n", __func__); in cyberjack_write() 227 dev_dbg(dev, "%s - priv->wrsent=%d\n", __func__, priv->wrsent); in cyberjack_write() 228 dev_dbg(dev, "%s - priv->wrfilled=%d\n", __func__, priv->wrfilled); in cyberjack_write() 231 dev_dbg(dev, "%s - buffer cleaned\n", __func__); in cyberjack_write() 277 dev_dbg(dev, "Too many bulk_in urbs to do.\n"); in cyberjack_read_int_callback() 285 dev_dbg(dev, "%s - rdtodo: %d\n", __func__, priv->rdtodo); in cyberjack_read_int_callback() [all …]
|
D | kobil_sct.c | 129 dev_dbg(&serial->dev->dev, "KOBIL B1 PRO / KAAN PRO detected\n"); in kobil_port_probe() 132 dev_dbg(&serial->dev->dev, "KOBIL KAAN Standard Plus / SecOVID Reader Plus detected\n"); in kobil_port_probe() 135 dev_dbg(&serial->dev->dev, "KOBIL USBTWIN detected\n"); in kobil_port_probe() 138 dev_dbg(&serial->dev->dev, "KOBIL KAAN SIM detected\n"); in kobil_port_probe() 191 dev_dbg(dev, "%s - Send get_HW_version URB returns: %i\n", __func__, result); in kobil_open() 193 dev_dbg(dev, "Hardware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open() 208 dev_dbg(dev, "%s - Send get_FW_version URB returns: %i\n", __func__, result); in kobil_open() 210 dev_dbg(dev, "Firmware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open() 228 dev_dbg(dev, "%s - Send set_baudrate URB returns: %i\n", __func__, result); in kobil_open() 241 dev_dbg(dev, "%s - Send reset_all_queues URB returns: %i\n", __func__, result); in kobil_open() [all …]
|
/linux-6.1.9/drivers/media/i2c/ |
D | ccs-pll.c | 55 dev_dbg(dev, "%s_%s out of bounds: %d (%d--%d)\n", prefix, in bounds_check() 90 dev_dbg(dev, "ext_clk_freq_hz\t\t%u\n", pll->ext_clk_freq_hz); in print_pll() 97 dev_dbg(dev, "%s_pre_pll_clk_div\t\t%u\n", s, in print_pll() 99 dev_dbg(dev, "%s_pll_multiplier\t\t%u\n", s, in print_pll() 102 dev_dbg(dev, "%s_pll_ip_clk_freq_hz\t%u\n", s, in print_pll() 104 dev_dbg(dev, "%s_pll_op_clk_freq_hz\t%u\n", s, in print_pll() 110 dev_dbg(dev, "%s_sys_clk_div\t\t%u\n", s, in print_pll() 112 dev_dbg(dev, "%s_pix_clk_div\t\t%u\n", s, in print_pll() 115 dev_dbg(dev, "%s_sys_clk_freq_hz\t%u\n", s, in print_pll() 117 dev_dbg(dev, "%s_pix_clk_freq_hz\t%u\n", s, in print_pll() [all …]
|
/linux-6.1.9/drivers/usb/dwc2/ |
D | core.c | 41 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_backup_global_registers() 73 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_restore_global_registers() 158 dev_dbg(hsotg->dev, "%s: restoring essential regs\n", __func__); in dwc2_restore_essential_regs() 267 dev_dbg(hsotg->dev, in dwc2_hib_restore_common() 271 dev_dbg(hsotg->dev, "restore done generated here\n"); in dwc2_hib_restore_common() 508 dev_dbg(hsotg->dev, "Forcing mode to %s\n", host ? "host" : "device"); in dwc2_force_mode() 557 dev_dbg(hsotg->dev, "Clearing force mode bits\n"); in dwc2_clear_force_mode() 604 dev_dbg(hsotg->dev, "Enabling Active Clock Gating\n"); in dwc2_enable_acg() 624 dev_dbg(hsotg->dev, "Host Global Registers\n"); in dwc2_dump_host_registers() 626 dev_dbg(hsotg->dev, "HCFG @0x%08lX : 0x%08X\n", in dwc2_dump_host_registers() [all …]
|
D | core_intr.c | 90 dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint, in dwc2_handle_otg_intr() 94 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 110 dev_dbg(hsotg->dev, "Session End Detected\n"); in dwc2_handle_otg_intr() 129 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 189 dev_dbg(hsotg->dev, "HNP Failed\n"); in dwc2_handle_otg_intr() 202 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 206 dev_dbg(hsotg->dev, "a_suspend->a_peripheral (%d)\n", in dwc2_handle_otg_intr() 225 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 228 dev_dbg(hsotg->dev, " ++OTG Interrupt: Debounce Done++\n"); in dwc2_handle_otg_intr() 256 dev_dbg(hsotg->dev, " ++Connector ID Status Change Interrupt++ (%s)\n", in dwc2_handle_conn_id_status_change_intr() [all …]
|
/linux-6.1.9/drivers/ps3/ |
D | ps3-vuart.c | 155 dev_dbg(&dev->core, "%s:%d: tx_trigger failed: %s\n", in ps3_vuart_get_triggers() 164 dev_dbg(&dev->core, "%s:%d: tx_buf_size failed: %s\n", in ps3_vuart_get_triggers() 173 dev_dbg(&dev->core, "%s:%d: rx_trigger failed: %s\n", in ps3_vuart_get_triggers() 180 dev_dbg(&dev->core, "%s:%d: tx %lxh, rx %lxh\n", __func__, __LINE__, in ps3_vuart_get_triggers() 196 dev_dbg(&dev->core, "%s:%d: tx_trigger failed: %s\n", in ps3_vuart_set_triggers() 205 dev_dbg(&dev->core, "%s:%d: tx_buf_size failed: %s\n", in ps3_vuart_set_triggers() 214 dev_dbg(&dev->core, "%s:%d: rx_trigger failed: %s\n", in ps3_vuart_set_triggers() 219 dev_dbg(&dev->core, "%s:%d: tx %xh, rx %xh\n", __func__, __LINE__, in ps3_vuart_set_triggers() 234 dev_dbg(&dev->core, "%s:%d: rx_bytes failed: %s\n", in ps3_vuart_get_rx_bytes_waiting() 237 dev_dbg(&dev->core, "%s:%d: %llxh\n", __func__, __LINE__, in ps3_vuart_get_rx_bytes_waiting() [all …]
|
D | ps3-sys-manager.c | 266 dev_dbg(&dev->core, "%s:%d: %xh\n", __func__, __LINE__, attr); in ps3_sys_manager_send_attr() 303 dev_dbg(&dev->core, "%s:%d: (%xh)\n", __func__, __LINE__, op); in ps3_sys_manager_send_next_op() 345 dev_dbg(&dev->core, "%s:%d\n", __func__, __LINE__); in ps3_sys_manager_send_request_shutdown() 382 dev_dbg(&dev->core, "%s:%d: (%s)\n", __func__, __LINE__, in ps3_sys_manager_send_response() 420 dev_dbg(&dev->core, "%s:%d: unsupported event version (%u)\n", in ps3_sys_manager_handle_event() 427 dev_dbg(&dev->core, "%s:%d: POWER_PRESSED (%s)\n", in ps3_sys_manager_handle_event() 441 dev_dbg(&dev->core, "%s:%d: POWER_RELEASED (%u ms)\n", in ps3_sys_manager_handle_event() 445 dev_dbg(&dev->core, "%s:%d: RESET_PRESSED (%s)\n", in ps3_sys_manager_handle_event() 459 dev_dbg(&dev->core, "%s:%d: RESET_RELEASED (%u ms)\n", in ps3_sys_manager_handle_event() 463 dev_dbg(&dev->core, "%s:%d: THERMAL_ALERT (zone %u)\n", in ps3_sys_manager_handle_event() [all …]
|
/linux-6.1.9/drivers/rtc/ |
D | rtc-nct3018y.c | 53 dev_dbg(&client->dev, "%s:on:%d\n", __func__, on); in nct3018y_set_alarm_mode() 57 dev_dbg(&client->dev, in nct3018y_set_alarm_mode() 70 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL\n"); in nct3018y_set_alarm_mode() 76 dev_dbg(&client->dev, in nct3018y_set_alarm_mode() 84 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_ST\n"); in nct3018y_set_alarm_mode() 97 dev_dbg(&client->dev, "%s:NCT3018Y_REG_CTRL\n", __func__); in nct3018y_get_alarm_mode() 105 dev_dbg(&client->dev, "%s:NCT3018Y_REG_ST\n", __func__); in nct3018y_get_alarm_mode() 112 dev_dbg(&client->dev, "%s:alarm_enable:%x alarm_flag:%x\n", in nct3018y_get_alarm_mode() 126 dev_dbg(&client->dev, "%s:irq:%d\n", __func__, irq); in nct3018y_irq() 132 dev_dbg(&client->dev, "%s:alarm flag:%x\n", in nct3018y_irq() [all …]
|
/linux-6.1.9/drivers/net/arcnet/ |
D | com20020_cs.c | 118 dev_dbg(&p_dev->dev, "com20020_attach()\n"); in com20020_probe() 165 dev_dbg(&link->dev, "detach...\n"); in com20020_detach() 167 dev_dbg(&link->dev, "com20020_detach\n"); in com20020_detach() 169 dev_dbg(&link->dev, "unregister...\n"); in com20020_detach() 182 dev_dbg(&link->dev, "unlinking...\n"); in com20020_detach() 186 dev_dbg(&link->dev, "kfree...\n"); in com20020_detach() 189 dev_dbg(&link->dev, "kfree2...\n"); in com20020_detach() 206 dev_dbg(&link->dev, "config...\n"); in com20020_config() 208 dev_dbg(&link->dev, "com20020_config\n"); in com20020_config() 210 dev_dbg(&link->dev, "baseport1 is %Xh\n", in com20020_config() [all …]
|
/linux-6.1.9/drivers/media/platform/nxp/imx-jpeg/ |
D | mxc-jpeg-hw.c | 18 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-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-pci.c | 158 dev_dbg(pdata->dev, "multi %s interrupts enabled\n", in xgbe_config_multi_msi() 189 dev_dbg(pdata->dev, "single %s interrupt enabled\n", in xgbe_config_irqs() 196 dev_dbg(pdata->dev, " dev irq=%d\n", pdata->dev_irq); in xgbe_config_irqs() 197 dev_dbg(pdata->dev, " ecc irq=%d\n", pdata->ecc_irq); in xgbe_config_irqs() 198 dev_dbg(pdata->dev, " i2c irq=%d\n", pdata->i2c_irq); in xgbe_config_irqs() 199 dev_dbg(pdata->dev, " an irq=%d\n", pdata->an_irq); in xgbe_config_irqs() 201 dev_dbg(pdata->dev, " dma%u irq=%d\n", in xgbe_config_irqs() 261 dev_dbg(dev, "xgmac_regs = %p\n", pdata->xgmac_regs); in xgbe_pci_probe() 262 dev_dbg(dev, "xprop_regs = %p\n", pdata->xprop_regs); in xgbe_pci_probe() 263 dev_dbg(dev, "xi2c_regs = %p\n", pdata->xi2c_regs); in xgbe_pci_probe() [all …]
|
/linux-6.1.9/drivers/usb/host/ |
D | ehci-ps3.c | 99 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 …]
|
D | ohci-ps3.c | 82 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-6.1.9/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 59 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 …]
|
/linux-6.1.9/sound/soc/intel/atom/sst/ |
D | sst_loader.c | 59 dev_dbg(sst_drv_ctx->dev, "sst: Resetting the DSP in mrfld\n"); in intel_sst_reset_dsp_mrfld() 62 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 68 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 74 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 88 dev_dbg(sst_drv_ctx->dev, "sst: Starting the DSP in mrfld LALALALA\n"); in sst_start_mrfld() 90 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in sst_start_mrfld() 96 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in sst_start_mrfld() 103 dev_dbg(sst_drv_ctx->dev, "sst: Starting the DSP_merrifield:%llx\n", in sst_start_mrfld() 114 dev_dbg(ctx->dev, "Enter\n"); in sst_validate_fw_image() 118 dev_dbg(ctx->dev, in sst_validate_fw_image() [all …]
|
D | sst_stream.c | 35 dev_dbg(sst_drv_ctx->dev, "Enter\n"); in sst_alloc_stream_mrfld() 84 dev_dbg(sst_drv_ctx->dev, "alloc tstamp location = 0x%x\n", in sst_alloc_stream_mrfld() 86 dev_dbg(sst_drv_ctx->dev, "assigned pipe id 0x%x to task %d\n", in sst_alloc_stream_mrfld() 112 dev_dbg(sst_drv_ctx->dev, "Alloc for str %d pipe %#x\n", in sst_realloc_stream() 157 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-6.1.9/sound/pci/lx6464es/ |
D | lx6464es.c | 105 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-6.1.9/drivers/media/rc/ |
D | ir-xmp-decoder.c | 45 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() 150 …dev_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 …]
|
/linux-6.1.9/include/sound/ |
D | simple_card_utils.h | 211 dev_dbg(dev, "%s dai name = %s\n", in asoc_simple_debug_dai() 215 dev_dbg(dev, "%s slots = %d\n", name, dai->slots); in asoc_simple_debug_dai() 217 dev_dbg(dev, "%s slot width = %d\n", name, dai->slot_width); in asoc_simple_debug_dai() 219 dev_dbg(dev, "%s tx slot mask = %d\n", name, dai->tx_slot_mask); in asoc_simple_debug_dai() 221 dev_dbg(dev, "%s rx slot mask = %d\n", name, dai->rx_slot_mask); in asoc_simple_debug_dai() 223 dev_dbg(dev, "%s clk %luHz\n", name, clk_get_rate(dai->clk)); in asoc_simple_debug_dai() 225 dev_dbg(dev, "%s sysclk = %dHz\n", in asoc_simple_debug_dai() 228 dev_dbg(dev, "%s direction = %s\n", in asoc_simple_debug_dai() 240 dev_dbg(dev, "Card Name: %s\n", card->name); in asoc_simple_debug_info() 249 dev_dbg(dev, "DAI%d\n", i); in asoc_simple_debug_info() [all …]
|
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | af9013.c | 50 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-6.1.9/drivers/misc/mei/hdcp/ |
D | mei_hdcp.c | 67 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_hdcp_initiate_session() 74 dev_dbg(dev, "mei_cldev_recv failed. %zd\n", byte); in mei_hdcp_initiate_session() 79 dev_dbg(dev, "ME cmd 0x%08X Failed. Status: 0x%X\n", in mei_hdcp_initiate_session() 140 dev_dbg(dev, "mei_cldev_send failed: %zd\n", byte); in mei_hdcp_verify_receiver_cert_prepare_km() 147 dev_dbg(dev, "mei_cldev_recv failed: %zd\n", byte); in mei_hdcp_verify_receiver_cert_prepare_km() 152 dev_dbg(dev, "ME cmd 0x%08X Failed. Status: 0x%X\n", in mei_hdcp_verify_receiver_cert_prepare_km() 210 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_hdcp_verify_hprime() 217 dev_dbg(dev, "mei_cldev_recv failed. %zd\n", byte); in mei_hdcp_verify_hprime() 222 dev_dbg(dev, "ME cmd 0x%08X Failed. Status: 0x%X\n", in mei_hdcp_verify_hprime() 268 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_hdcp_store_pairing_info() [all …]
|