Home
last modified time | relevance | path

Searched refs:LOG_D (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/bsp/allwinner_tina/drivers/spi/
A Ddrv_spi.c435 LOG_D("%s -> %d", __FUNCTION__, __LINE__); in configure()
440 LOG_D("%s -> %d", __FUNCTION__, __LINE__); in configure()
449 LOG_D("%s -> %d", __FUNCTION__, __LINE__); in configure()
509 LOG_D("max freq: %d", max_hz); in configure()
510 LOG_D("spi_clock: %d", spi_clock); in configure()
511 LOG_D("div: %d", div); in configure()
545 LOG_D("spi take cs"); in xfer()
609 LOG_D("spi poll transfer finsh"); in xfer()
622 LOG_D("spi release cs"); in xfer()
688 LOG_D("register spi bus"); in rt_hw_spi_init()
[all …]
/bsp/amebaz/drivers/wlan/
A Ddrv_wifi.c135 LOG_D("wifi type:%d", wifi->type); in rltk_wlan_set_netif_info()
278 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_init()
312 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_scan()
338 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_join()
384 LOG_D("amebaz_wifi_connect do"); in rthw_wlan_join()
392 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_softap()
414 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_disconnect()
431 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_ap_stop()
445 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_ap_deauth()
451 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in rthw_wlan_scan_stop()
[all …]
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_wdt.c92 LOG_D("WDTCON=%X", WDTCON); in wdt_control()
98 LOG_D("The watchdog timeout is set to 1ms"); in wdt_control()
101 LOG_D("The watchdog timeout is set to 256ms"); in wdt_control()
104 LOG_D("The watchdog timeout is set to 512ms"); in wdt_control()
107 LOG_D("The watchdog timeout is set to 1024ms"); in wdt_control()
110 LOG_D("The watchdog timeout is set to 2048ms"); in wdt_control()
113 LOG_D("The watchdog timeout is set to 4096ms"); in wdt_control()
116 LOG_D("The watchdog timeout is set to 8192ms"); in wdt_control()
119 LOG_D("The watchdog timeout is set to 16384ms"); in wdt_control()
146 LOG_D("wdt device register success."); in rt_wdt_init()
/bsp/k230/drivers/interdrv/pdma/
A Ddrv_pdma.c232 LOG_D("PDMA: Trying channel %d", i); in k230_pdma_request_channel()
331 LOG_D("Starting PDMA channel %d", ch); in k230_pdma_start()
446 LOG_D("Configuring PDMA channel %d", ch); in _k230_pdma_config()
737 LOG_D("[CH%d] Freeing LLT memory", ch); in _k230_pdma_llt_free()
826 LOG_D("Acquired PDMA hardware lock"); in rt_hw_pdma_device_init()
833 LOG_D("Enabled interrupts for channel 0"); in rt_hw_pdma_device_init()
840 LOG_D("Enabled interrupts for channel 1"); in rt_hw_pdma_device_init()
847 LOG_D("Enabled interrupts for channel 2"); in rt_hw_pdma_device_init()
854 LOG_D("Enabled interrupts for channel 3"); in rt_hw_pdma_device_init()
861 LOG_D("Enabled interrupts for channel 4"); in rt_hw_pdma_device_init()
[all …]
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hw_i2c.c73 LOG_D("[%s] < Read byte: 0x%02X", cfg->device_name, read_byte); in gd32_i2c_xfer_read()
88 LOG_D("[%s] > Write byte: 0x%02X", cfg->device_name, write_byte); in gd32_i2c_xfer_write()
162 LOG_D("[%s] BTC: N=2, generating STOP.", cfg->device_name); in gd32_i2c_handle_btc()
195 LOG_D("[%s] ADDSEND: N<=1 read, clearing ACKEN.", cfg->device_name); in gd32_i2c_handle_addsend()
227 LOG_D("[%s] EV_IRQ: STAT0=0x%08X", cfg->device_name, stat0); in gd32_i2c_event_handler()
317 LOG_D("[%s] master_xfer: num_msgs=%d", cfg->device_name, num); in gd32_i2c_master_xfer()
354 LOG_D("[%s] Merged %d msgs. Total len=%d, addr=0x%X, flags=0x%X", in gd32_i2c_master_xfer()
357 LOG_D("[%s] Checking for bus busy...", cfg->device_name); in gd32_i2c_master_xfer()
392 LOG_D("[%s] N=2 read, setting POAP.", cfg->device_name); in gd32_i2c_master_xfer()
432 LOG_D("[%s] Last message, Waiting STOP.", cfg->device_name); in gd32_i2c_master_xfer()
[all …]
/bsp/w60x/drivers/
A Ddrv_wifi.c86 LOG_D("%s %d\r\n", __FUNCTION__, __LINE__); in tls_netif_set_addr()
121 LOG_D("status:%d", status); in wm_wlan_status_changed()
125 LOG_D("NETIF_WIFI_JOIN_SUCCESS"); in wm_wlan_status_changed()
130 LOG_D("NETIF_WIFI_JOIN_FAILED"); in wm_wlan_status_changed()
135 LOG_D("NETIF_WIFI_DISCONNECTED"); in wm_wlan_status_changed()
140 LOG_D("WIFI_SOFTAP_SUCCESS"); in wm_wlan_status_changed()
145 LOG_D("WIFI_SOFTAP_CLOSED"); in wm_wlan_status_changed()
214 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in drv_wlan_mode()
323 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in drv_wlan_scan()
337 LOG_D("F:%s L:%d", __FUNCTION__, __LINE__); in drv_wlan_join()
[all …]
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_hwtimer_ch32f20x.c168 LOG_D("%s init success", hwtimer_dev->name); in ch32f2_hwtimer_init()
199 LOG_D("%s start, cnt = %d", hwtimer_dev->name, cnt); in ch32f2_hwtimer_start()
299 LOG_D("hwtimer: %s register failed.", hwtimer_device1.name); in rt_hw_hwtimer_init()
314 LOG_D("hwtimer: %s register failed.", hwtimer_device2.name); in rt_hw_hwtimer_init()
329 LOG_D("hwtimer: %s register failed.", hwtimer_device3.name); in rt_hw_hwtimer_init()
344 LOG_D("hwtimer: %s register failed.", hwtimer_device4.name); in rt_hw_hwtimer_init()
359 LOG_D("hwtimer: %s register failed.", hwtimer_device5.name); in rt_hw_hwtimer_init()
374 LOG_D("hwtimer: %s register failed.", hwtimer_device6.name); in rt_hw_hwtimer_init()
389 LOG_D("hwtimer: %s register failed.", hwtimer_device7.name); in rt_hw_hwtimer_init()
404 LOG_D("hwtimer: %s register failed.", hwtimer_device8.name); in rt_hw_hwtimer_init()
[all …]
/bsp/nxp/mcx/mcxa/Libraries/drivers/
A Ddrv_rtc.c42 LOG_D("get rtc time: %04d-%02d-%02d %02d:%02d:%02d", in get_rtc_timestamp()
77 LOG_D("set rtc time: %04d-%02d-%02d %02d:%02d:%02d", in set_rtc_time_stamp()
112 LOG_D("RTC initialized successfully"); in _rtc_init()
122 LOG_D("RTC: get rtc_time %x", *args); in _rtc_get_secs()
138 LOG_D("RTC: set rtc_time %x", *args); in _rtc_set_secs()
195 LOG_D("RTC alarm enabled"); in _rtc_set_alarm()
200 LOG_D("RTC alarm disabled"); in _rtc_set_alarm()
203 LOG_D("RTC: set alarm %04d-%02d-%02d %02d:%02d:%02d", in _rtc_set_alarm()
238 LOG_D("RTC alarm triggered"); in RTC_IRQHandler()
250 LOG_D("RTC seconds interrupt"); in RTC_IRQHandler()
[all …]
A Ddrv_chipflash.c108 LOG_D("flash_BlockBase: %d", mtd.pflashBlockBase); in rt_onchip_flash_init()
109 LOG_D("flash_BlockCount: %d", mtd.pflashBlockCount); in rt_onchip_flash_init()
110 LOG_D("flash_BlockSize: %d", mtd.pflashBlockSize); in rt_onchip_flash_init()
111 LOG_D("flash_SectorSize: %d", mtd.pflashSectorSize); in rt_onchip_flash_init()
112 LOG_D("flash_TotalSize: %d", mtd.pflashTotalSize); in rt_onchip_flash_init()
113 LOG_D("flash_PageSize: %d", mtd.PflashPageSize); in rt_onchip_flash_init()
118 LOG_D("flash_destAdrss: %#x", mtd.destAdrss); in rt_onchip_flash_init()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_flexspi.c120 LOG_D("FLEXSPI Memory 32 bit Write Start\n"); in flexspi_test()
125 LOG_D("FLEXSPI Memory 32 bit Write End\n"); in flexspi_test()
129 LOG_D("FLEXSPI Memory 32 bit Read Start\n"); in flexspi_test()
134 LOG_D("FLEXSPI Memory 32 bit Read End\n"); in flexspi_test()
136 LOG_D("addr12 is 0x%x\n", recv_buf[0]); in flexspi_test()
137 LOG_D("addr32 is 0x%x\n", recv_buf[1]); in flexspi_test()
138 LOG_D("addr44 is 0x%x\n", recv_buf[2]); in flexspi_test()
139 LOG_D("addr60 is 0x%x\n", recv_buf[3]); in flexspi_test()
A Ddrv_usbh.c249 LOG_D("ok"); in _ehci0_pipe_xfer()
270 LOG_D("stall"); in _ehci0_pipe_xfer()
283 LOG_D("error"); in _ehci0_pipe_xfer()
364 LOG_D("usb connected"); in usb0_host_callback()
374 LOG_D("enumeration done"); in usb0_host_callback()
382 LOG_D("usb disconnnect"); in usb0_host_callback()
527 LOG_D("ok"); in _ehci1_pipe_xfer()
548 LOG_D("stall"); in _ehci1_pipe_xfer()
561 LOG_D("error"); in _ehci1_pipe_xfer()
642 LOG_D("usb connected"); in usb1_host_callback()
[all …]
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_eth.c132 LOG_D("emac hardware start"); in rt_stm32_eth_init()
145 LOG_D("emac open"); in rt_stm32_eth_open()
151 LOG_D("emac close"); in rt_stm32_eth_close()
157 LOG_D("emac read"); in rt_stm32_eth_read()
164 LOG_D("emac write"); in rt_stm32_eth_write()
215 LOG_D("buffer not valid"); in rt_stm32_eth_tx()
308 LOG_D("receive frame faild"); in rt_stm32_eth_rx()
443 LOG_D("link up"); in phy_linkchange()
446 LOG_D("100Mbps"); in phy_linkchange()
452 LOG_D("10Mbps"); in phy_linkchange()
[all …]
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/
A Dsyslog.h82 #define LOG_D(fmt, args...) \ macro
85 #define LOG_D(fmt, args...) macro
112 #define ENTER() LOG_D("Enter\n")
113 #define EXIT_VOID() do { LOG_D("Exit\n"); return;} while(0)
114 #define EXIT_INT(val) do { LOG_D("Exit, return val=%d\n", (int)val); return val;} while(0)
115 #define EXIT_PTR(ptr) do { LOG_D("Exit, return ptr=%p\n", (void*)ptr); return ptr;} while(0)
/bsp/allwinner/libraries/drivers/
A Ddrv_pwm.c36LOG_D("drv_pwm.c set channel %d: period: %d, pulse: %d\n", configuration->channel, configuration->… in set()
50LOG_D("drv_pwm.c get channel %d: period: %d, pulse: %d\n", configuration->channel, configuration->… in get()
62 LOG_D("drv_pwm.c control cmd: %d. \n", cmd); in control()
70 LOG_D("PWM: channel:%d", configuration->channel); in control()
74 LOG_D("PWM_CMD_ENABLE"); in control()
87 LOG_D("PWM_CMD_DISABLE"); in control()
104 LOG_D("PWM_CMD_SET"); in control()
120 LOG_D("PWM_CMD_GET"); in control()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_hsotg.c90 LOG_D("usb id change"); in USBOTG20_IRQHandler()
97 LOG_D("usb acts as host"); in USBOTG20_IRQHandler()
104 LOG_D("usb acts as peripheral"); in USBOTG20_IRQHandler()
111 LOG_D("usb a-device session valid state change"); in USBOTG20_IRQHandler()
118 LOG_D("usb b-device session valid state change"); in USBOTG20_IRQHandler()
A Ddrv_usbhost.c167 LOG_D("%s ERROR: udev not found", __func__); in nu_reset_port()
257 LOG_D("%s ERROR: RHPort not found", __func__); in nu_open_pipe()
263 LOG_D("%s ERROR: udev not found", __func__); in nu_open_pipe()
385 LOG_D("nu_ctrl_xfer ERROR: xfer failed %d", ret); in nu_ctrl_xfer()
457 LOG_D("Transferring done %08x", psUTR); in nu_int_xfer()
494 LOG_D("nu_pipe_xfer ERROR: udev not found"); in nu_pipe_xfer()
623 LOG_D("nu_pipe_xfer ERROR: timeout"); in nu_pipe_xfer()
692 LOG_D("ERROR: port connect slot is full"); in nu_hcd_connect_callback()
700 LOG_D("usb connected"); in nu_hcd_connect_callback()
725 LOG_D("ERROR: udev not found"); in nu_hcd_disconnect_callback()
[all …]
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_hsotg.c92 LOG_D("usb id change"); in USBOTG20_IRQHandler()
99 LOG_D("usb acts as host"); in USBOTG20_IRQHandler()
106 LOG_D("usb acts as peripheral"); in USBOTG20_IRQHandler()
113 LOG_D("usb a-device session valid state change"); in USBOTG20_IRQHandler()
120 LOG_D("usb b-device session valid state change"); in USBOTG20_IRQHandler()
A Ddrv_usbhost.c164 LOG_D("%s ERROR: udev not found", __func__); in nu_reset_port()
254 LOG_D("%s ERROR: RHPort not found", __func__); in nu_open_pipe()
260 LOG_D("%s ERROR: udev not found", __func__); in nu_open_pipe()
382 LOG_D("nu_ctrl_xfer ERROR: xfer failed %d"); in nu_ctrl_xfer()
471 LOG_D("Transferring done %08x", psUTR); in nu_int_xfer()
508 LOG_D("nu_pipe_xfer ERROR: udev not found"); in nu_pipe_xfer()
637 LOG_D("nu_pipe_xfer ERROR: timeout"); in nu_pipe_xfer()
706 LOG_D("ERROR: port connect slot is full"); in nu_hcd_connect_callback()
714 LOG_D("usb connected"); in nu_hcd_connect_callback()
739 LOG_D("ERROR: udev not found"); in nu_hcd_disconnect_callback()
[all …]
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_lptim.c70 LOG_D("lptim1 start counting failed!\n"); in lptim_start()
74 LOG_D("lptim1 start counting success!\n"); in lptim_start()
83 LOG_D("lptim1 stop failed!\n"); in lptim_stop()
87 LOG_D("lptim1 stop counting success!\n"); in lptim_stop()
109 LOG_D("lptim init failed!\n"); in lptim_init()
112 LOG_D("lptim init success!\n"); in lptim_init()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_eth.c303 LOG_D("Full-Duplex.\n"); in ETH_Init()
309 LOG_D("Half-Duplex.\n"); in ETH_Init()
337 LOG_D("Full-Duplex.\n"); in ETH_Init()
343 LOG_D("Half-Duplex.\n"); in ETH_Init()
371 LOG_D("full duplex.\n"); in ETH_Init()
377 LOG_D("half duplex!\n"); in ETH_Init()
519 LOG_D("ETH RST Finish\r\n"); in rt_ch32_eth_init()
571 LOG_D("eth open\r\n"); in rt_ch32_eth_open()
577 LOG_D("eth close\r\n"); in rt_ch32_eth_close()
583 LOG_D("eth read\r\n"); in rt_ch32_eth_read()
[all …]
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_usbhost.c165 LOG_D("%s ERROR: udev not found", __func__); in nu_reset_port()
255 LOG_D("%s ERROR: RHPort not found", __func__); in nu_open_pipe()
261 LOG_D("%s ERROR: udev not found", __func__); in nu_open_pipe()
383 LOG_D("nu_ctrl_xfer ERROR: xfer failed %d", ret); in nu_ctrl_xfer()
455 LOG_D("Transferring done %08x", psUTR); in nu_int_xfer()
492 LOG_D("nu_pipe_xfer ERROR: udev not found"); in nu_pipe_xfer()
621 LOG_D("nu_pipe_xfer ERROR: timeout"); in nu_pipe_xfer()
690 LOG_D("ERROR: port connect slot is full"); in nu_hcd_connect_callback()
698 LOG_D("usb connected"); in nu_hcd_connect_callback()
723 LOG_D("ERROR: udev not found"); in nu_hcd_disconnect_callback()
[all …]
/bsp/phytium/libraries/drivers_example/
A Dcan_loopback_sample.c41 LOG_D("ID:%x\n", rxmsg.id); in can0_rx_thread()
42 LOG_D("DATA: "); in can0_rx_thread()
45 LOG_D("%2x ", rxmsg.data[i]); in can0_rx_thread()
48 LOG_D("\n"); in can0_rx_thread()
74 LOG_D("ID:%x\n", rxmsg.id); in can1_rx_thread()
75 LOG_D("DATA: "); in can1_rx_thread()
78 LOG_D("%2x ", rxmsg.data[i]); in can1_rx_thread()
81 LOG_D("\n"); in can1_rx_thread()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_lptim.c72 LOG_D("lptim1 start counting failed!\n"); in lptim_start()
76 LOG_D("lptim1 start counting success!\n"); in lptim_start()
85 LOG_D("lptim1 stop failed!\n"); in lptim_stop()
89 LOG_D("lptim1 stop counting success!\n"); in lptim_stop()
111 LOG_D("lptim init failed!\n"); in lptim_init()
114 LOG_D("lptim init success!\n"); in lptim_init()
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_hwtimer.c81 LOG_D("%s init success", hwtimer_dev->name); in air32_hwtimer_init()
112 LOG_D("%s start, cnt = %d", hwtimer_dev->name, cnt); in air32_hwtimer_start()
208 LOG_D("hwtimer: %s register success.", hwtimer_device1.name); in rt_hw_hwtimer_init()
212 LOG_D("hwtimer: %s register failed.", hwtimer_device1.name); in rt_hw_hwtimer_init()
223 LOG_D("hwtimer: %s register success.", hwtimer_device2.name); in rt_hw_hwtimer_init()
227 LOG_D("hwtimer: %s register failed.", hwtimer_device2.name); in rt_hw_hwtimer_init()
238 LOG_D("hwtimer: %s register success.", hwtimer_device3.name); in rt_hw_hwtimer_init()
242 LOG_D("hwtimer: %s register failed.", hwtimer_device3.name); in rt_hw_hwtimer_init()
253 LOG_D("hwtimer: %s register success.", hwtimer_device4.name); in rt_hw_hwtimer_init()
257 LOG_D("hwtimer: %s register failed.", hwtimer_device4.name); in rt_hw_hwtimer_init()
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_sdio.c192 LOG_D("Error List:"); in nu_sdh_list_errors()
196 LOG_D("\tCMD_CRC_ERR."); in nu_sdh_list_errors()
200 LOG_D("\tCMD_IDX_ERR."); in nu_sdh_list_errors()
208 LOG_D("\tCUR_LMT_ERR."); in nu_sdh_list_errors()
213 LOG_D("\tADMA_ERR."); in nu_sdh_list_errors()
215 LOG_D("\tTUNING_ERR."); in nu_sdh_list_errors()
217 LOG_D("\tRESP_ERR."); in nu_sdh_list_errors()
221 LOG_D("\tVENDOR_ERR1."); in nu_sdh_list_errors()
223 LOG_D("\tVENDOR_ERR2."); in nu_sdh_list_errors()
225 LOG_D("\tVENDOR_ERR3."); in nu_sdh_list_errors()
[all …]

Completed in 49 milliseconds

12345678910>>...16