Searched refs:cfg_io_dbg_to (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 40 #define cfg_io_dbg_to(fmt, ...) cfg_io_dbg(CFG_IO_DBG_TO, fmt, ## __VA_ARGS__) macro 842 cfg_io_dbg_to("depth %d leaf write name %s type %d\n", str->depth, impl->name, impl->type); in mpp_cfg_to_log() 884 cfg_io_dbg_to("depth %d branch write name %s type %d\n", str->depth, impl->name, impl->type); in mpp_cfg_to_log() 905 cfg_io_dbg_to("depth %d child write name %s type %d\n", str->depth, pos->name, pos->type); in mpp_cfg_to_log() 933 cfg_io_dbg_to("depth %d leaf write name %s type %d\n", str->depth, impl->name, impl->type); in mpp_cfg_to_json() 975 cfg_io_dbg_to("depth %d branch write name %s type %d\n", str->depth, impl->name, impl->type); in mpp_cfg_to_json() 996 cfg_io_dbg_to("depth %d child write name %s type %d\n", str->depth, pos->name, pos->type); in mpp_cfg_to_json() 1072 cfg_io_dbg_to("depth %d leaf write name %s type %d\n", str->depth, impl->name, impl->type); in mpp_cfg_to_toml() 1119 cfg_io_dbg_to("depth %d branch write name %s type %d\n", str->depth, impl->name, impl->type); in mpp_cfg_to_toml() 1136 cfg_io_dbg_to("depth %d child write name %s type %d\n", str->depth, pos->name, pos->type); in mpp_cfg_to_toml()
|