| /linux/net/netfilter/ |
| A D | nf_log.c | 71 if (log == logger) in nf_log_unset() 97 rcu_assign_pointer(loggers[i][logger->type], logger); in nf_log_register() 103 rcu_assign_pointer(loggers[pf][logger->type], logger); in nf_log_register() 120 if (log == logger) in nf_log_unregister() 180 if (logger == NULL) in nf_logger_find_get() 203 if (!logger) in nf_logger_put() 230 if (logger) { in nf_log_packet() 254 if (logger) { in nf_log_trace() 360 if (!logger) in seq_show() 438 if (logger == NULL) { in nf_log_proc_dostring() [all …]
|
| /linux/drivers/platform/chrome/ |
| A D | cros_usbpd_logger.c | 174 struct device *dev = logger->dev; in cros_usbpd_log_check() 180 r = ec_get_log_entry(logger); in cros_usbpd_log_check() 192 queue_delayed_work(logger->log_workqueue, &logger->log_work, in cros_usbpd_log_check() 200 struct logger_data *logger; in cros_usbpd_logger_probe() local 202 logger = devm_kzalloc(dev, sizeof(*logger), GFP_KERNEL); in cros_usbpd_logger_probe() 203 if (!logger) in cros_usbpd_logger_probe() 206 logger->dev = dev; in cros_usbpd_logger_probe() 207 logger->ec_dev = ec_dev; in cros_usbpd_logger_probe() 214 if (!logger->log_workqueue) in cros_usbpd_logger_probe() 217 queue_delayed_work(logger->log_workqueue, &logger->log_work, in cros_usbpd_logger_probe() [all …]
|
| /linux/Documentation/sphinx/ |
| A D | kernellog.py | 13 logger = logging.getLogger('kerneldoc') variable 16 logger.warning(message) 19 logger.verbose(message) 22 logger.info(message)
|
| /linux/include/net/netfilter/ |
| A D | nf_log.h | 59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); 60 void nf_log_unregister(struct nf_logger *logger); 62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 63 void nf_log_unset(struct net *net, const struct nf_logger *logger); 66 const struct nf_logger *logger);
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_debug.c | 40 dc->ctx->logger 41 #define DC_LOGGER_INIT(logger) argument 65 DC_LOGGER_INIT(dc->ctx->logger); in pre_surface_trace() 185 DC_LOGGER_INIT(dc->ctx->logger); in update_surface_trace() 303 DC_LOGGER_INIT(dc->ctx->logger); in post_surface_trace() 317 DC_LOGGER_INIT(dc->ctx->logger); in context_timing_trace() 350 DC_LOGGER_INIT(dc->ctx->logger); in context_clock_trace()
|
| A D | dc_state.c | 42 dc->ctx->logger 43 #define DC_LOGGER_INIT(logger) argument 386 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_add_stream() 720 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_create_phantom_stream() 743 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_release_phantom_stream() 759 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_create_phantom_plane() 778 DC_LOGGER_INIT(dc->ctx->logger); in dc_state_release_phantom_plane()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| A D | link_hwss_dpia.c | 31 link->ctx->logger 32 #define DC_LOGGER_INIT(logger) argument 42 DC_LOGGER_INIT(link->ctx->logger); in update_dpia_stream_allocation_table()
|
| /linux/tools/net/sunrpc/xdrgen/subcmds/ |
| A D | lint.py | 10 from lark import logger 16 logger.setLevel(logging.DEBUG)
|
| A D | declarations.py | 10 from lark import logger 28 logger.setLevel(logging.INFO)
|
| A D | definitions.py | 10 from lark import logger 28 logger.setLevel(logging.INFO)
|
| A D | source.py | 10 from lark import logger 27 logger.setLevel(logging.INFO)
|
| /linux/scripts/ |
| A D | checktransupdate.py | 175 logger = logging.getLogger() 176 logger.setLevel(log_level) 192 logger.addHandler(console_handler) 193 logger.addHandler(file_handler)
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/ |
| A D | dcn351_hwseq.c | 32 #define DC_LOGGER_INIT(logger) \ argument 33 struct dal_logger *dc_logger = logger
|
| /linux/tools/testing/selftests/tc-testing/ |
| A D | TODO.txt | 11 - Use python logger module for debug/verbose output 14 Maybe use python logger module for this too.
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| A D | link_dpms.c | 62 #define DC_LOGGER_INIT(logger) \ argument 63 struct dal_logger *dc_logger = logger 747 DC_LOGGER_INIT(dsc->ctx->logger); in dsc_optc_config_log() 800 DC_LOGGER_INIT(dsc->ctx->logger); in link_set_dsc_on_stream() 932 DC_LOGGER_INIT(dsc->ctx->logger); in link_set_dsc_pps_packet() 1056 DC_LOGGER_INIT(link->ctx->logger); in log_vcp_x_y() 1186 DC_LOGGER_INIT(link->ctx->logger); in poll_for_allocation_change_trigger() 1315 DC_LOGGER_INIT(link->ctx->logger); in deallocate_mst_payload() 1415 DC_LOGGER_INIT(link->ctx->logger); in allocate_mst_payload() 1538 DC_LOGGER_INIT(link->ctx->logger); in write_128b_132b_sst_payload_allocation_table() [all …]
|
| A D | link_detection.c | 52 link->ctx->logger 53 #define DC_LOGGER_INIT(logger) argument 643 DC_LOGGER_INIT(link->ctx->logger); in wait_for_entering_dp_alt_mode() 706 DC_LOGGER_INIT(link->ctx->logger); in discover_dp_mst_topology() 727 DC_LOGGER_INIT(link->ctx->logger); in link_reset_cur_dp_mst_topology() 868 DC_LOGGER_INIT(link->ctx->logger); in detect_link_and_local_sink() 1284 DC_LOGGER_INIT(link->ctx->logger); in link_detect()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | dml_logger.h | 31 mode_lib->logger
|
| /linux/tools/testing/selftests/hid/tests/ |
| A D | test_hid_core.py | 27 logger = logging.getLogger("hidtools.test.hid") variable
|
| A D | base.py | 21 logger = logging.getLogger("hidtools.test.base") variable 325 logger.warning( 328 logger.warning(self.uhdev.input_nodes)
|
| A D | test_usb_crash.py | 15 logger = logging.getLogger("hidtools.test.usb") variable
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/ |
| A D | dcn301_hwseq.c | 31 #define DC_LOGGER_INIT(logger) argument
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
| A D | dcn303_hwseq.c | 34 #define DC_LOGGER_INIT(logger) argument
|
| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn35/ |
| A D | dcn35_dwb.c | 40 dwbc30->base.ctx->logger
|
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| A D | link_dp_training_auxless.c | 32 link->ctx->logger
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn301/ |
| A D | dcn301_dccg.c | 43 dccg->ctx->logger
|