Home
last modified time | relevance | path

Searched defs:logger (Results 1 – 22 of 22) sorted by relevance

/linux/net/netfilter/
H A Dnf_log.c25 #define nft_log_dereference(logger) \ argument
45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set()
63 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset()
79 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register()
112 void nf_log_unregister(struct nf_logger *logger) in nf_log_unregister()
155 const struct nf_logger *logger) in nf_log_bind_pf()
182 struct nf_logger *logger; in nf_logger_find_get() local
219 struct nf_logger *logger; in nf_logger_put() local
248 const struct nf_logger *logger; in nf_log_packet() local
276 const struct nf_logger *logger; in nf_log_trace() local
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_hid_core.py27 logger = logging.getLogger("hidtools.test.hid") variable
H A Dtest_usb_crash.py15 logger = logging.getLogger("hidtools.test.usb") variable
H A Dtest_ite_keyboard.py16 logger = logging.getLogger("hidtools.test.ite-keyboard") variable
H A Dtest_apple_keyboard.py16 logger = logging.getLogger("hidtools.test.apple-keyboard") variable
H A Dtest_sony.py26 logger = logging.getLogger("hidtools.test.sony") variable
H A Dtest_keyboard.py14 logger = logging.getLogger("hidtools.test.keyboard") variable
H A Dbase.py22 logger = logging.getLogger("hidtools.test.base") variable
H A Dtest_gamepad.py19 logger = logging.getLogger("hidtools.test.gamepad") variable
H A Dbase_device.py42 logger = logging.getLogger("hidtools.device.base_device") variable
H A Dtest_mouse.py16 logger = logging.getLogger("hidtools.test.mouse") variable
H A Dtest_wacom_generic.py41 logger = logging.getLogger("hidtools.test.wacom") variable
H A Dtest_tablet.py19 logger = logging.getLogger("hidtools.test.tablet") variable
H A Dtest_multitouch.py19 logger = logging.getLogger("hidtools.test.multitouch") variable
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/
H A Ddcn301_hwseq.c31 #define DC_LOGGER_INIT(logger) argument
/linux/Documentation/sphinx/
H A Dkernel_abi.py52 logger = logging.getLogger('kernel_abi') variable
H A Dkernel_include.py105 logger = logging.getLogger(__name__) variable
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/
H A Ddcn302_hwseq.c33 #define DC_LOGGER_INIT(logger) argument
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.h90 struct dal_logger *logger; member
/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py158 __init__(self, verbose=False, out_style=None, werror=False, wreturn=False, wshort_desc=False, wcontents_before_sections=False, logger=None) global() argument
[all...]
/linux/scripts/
H A Dcontainer23 def __init__(self, args, logger): argument
/linux/tools/lib/python/abi/
H A Dabi_parser.py29 __init__(self, directory, logger=None, enable_lineno=False, show_warnings=True, debug=0) global() argument