Lines Matching refs:LOGD

29     LOGD(LOG_TAG, "entern %s;\n", __func__);  in uart_obj_print()
36 LOGD(LOG_TAG, "entern %s;\n", __func__); in uart_obj_make_new()
51 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_open()
67 LOGD(LOG_TAG, "%s: id =%s;\n", __func__, id); in obj_open()
80 LOGD(LOG_TAG, "%s: py_board_mgr_init ret = %d;\n", __func__, ret); in obj_open()
93 LOGD(LOG_TAG, "%s: port = %d;\n", __func__, uart_device->port); in obj_open()
94 LOGD(LOG_TAG, "%s: baud_rate = %d;\n", __func__, uart_device->config.baud_rate); in obj_open()
95 LOGD(LOG_TAG, "%s: data_width = %d;\n", __func__, uart_device->config.data_width); in obj_open()
96 LOGD(LOG_TAG, "%s: parity = %d;\n", __func__, uart_device->config.parity); in obj_open()
97 LOGD(LOG_TAG, "%s: stop_bits = %d;\n", __func__, uart_device->config.stop_bits); in obj_open()
98 LOGD(LOG_TAG, "%s: flow_control = %d;\n", __func__, uart_device->config.flow_control); in obj_open()
99 LOGD(LOG_TAG, "%s: mode = %d;\n", __func__, uart_device->config.mode); in obj_open()
101 LOGD(LOG_TAG, "%s: init ret = %d;\n", __func__, ret); in obj_open()
109 LOGD(LOG_TAG, "%s:out\n", __func__); in obj_open()
117 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_close()
144 LOGD(LOG_TAG, "%s:out\n", __func__); in obj_close()
152 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_read()
185 LOGD(LOG_TAG, "%s:data[%d] = 0x%x;\n", __func__, i, data[i]); in obj_read()
187 LOGD(LOG_TAG, "%s:recvsize = %d;\n", __func__, recvsize); in obj_read()
188 LOGD(LOG_TAG, "%s:out\n", __func__); in obj_read()
196 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_write()
223 LOGD(LOG_TAG, "%s:data[%d] = 0x%x;\n", __func__, i, data[i]); in obj_write()
230 LOGD(LOG_TAG, "%s:out\n", __func__); in obj_write()
238 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_setBaudRate()
259 LOGD(LOG_TAG, "%s: set baud_rate = %d;\n", __func__, baud_rate); in obj_setBaudRate()
265 LOGD(LOG_TAG, "%s: port = %d;\n", __func__, uart_device->port); in obj_setBaudRate()
266 LOGD(LOG_TAG, "%s: baud_rate = %d;\n", __func__, uart_device->config.baud_rate); in obj_setBaudRate()
267 LOGD(LOG_TAG, "%s: data_width = %d;\n", __func__, uart_device->config.data_width); in obj_setBaudRate()
268 LOGD(LOG_TAG, "%s: parity = %d;\n", __func__, uart_device->config.parity); in obj_setBaudRate()
269 LOGD(LOG_TAG, "%s: stop_bits = %d;\n", __func__, uart_device->config.stop_bits); in obj_setBaudRate()
270 LOGD(LOG_TAG, "%s: flow_control = %d;\n", __func__, uart_device->config.flow_control); in obj_setBaudRate()
271 LOGD(LOG_TAG, "%s: mode = %d;\n", __func__, uart_device->config.mode); in obj_setBaudRate()
276 LOGD(LOG_TAG, "%s:out\n", __func__); in obj_setBaudRate()
284 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_on()
308 LOGD(LOG_TAG, "%s:out\n", __func__); in obj_on()