Home
last modified time | relevance | path

Searched refs:self_test (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/char/hw_random/
Dimx-rngc.c52 static bool self_test = true; variable
53 module_param(self_test, bool, 0);
252 if (self_test) { in imx_rngc_probe()
/linux-4.19.296/lib/
Ddebugobjects.c996 struct self_test { struct
1006 struct self_test *obj = addr; in is_static_object() argument
1017 struct self_test *obj = addr; in fixup_init()
1036 struct self_test *obj = addr; in fixup_activate()
1057 struct self_test *obj = addr; in fixup_destroy()
1075 struct self_test *obj = addr; in fixup_free()
1136 static __initdata struct self_test obj = { .static_init = 0 };
/linux-4.19.296/include/linux/
Dethtool.h358 void (*self_test)(struct net_device *, struct ethtool_test *, u64 *); member