Home
last modified time | relevance | path

Searched refs:_hidmap_set_debug_var (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhidmap.h240 #define hidmap_set_debug_var(h, d) _hidmap_set_debug_var((h), (d))
244 void _hidmap_set_debug_var(struct hidmap *hm, int *debug_var);
H A Dhidmap.c109 _hidmap_set_debug_var(struct hidmap *hm, int *debug_var) in _hidmap_set_debug_var() function