Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/mouse/
H A Dbcm5974.c175 enum tp_type { enum
254 enum tp_type tp_type; /* type of trackpad interface */ member
654 if (c->tp_type == TYPE3) in bcm5974_wellspring_mode()
912 if (cfg->tp_type == TYPE1) { in bcm5974_probe()
/linux-6.15/tools/verification/dot2/
H A Ddot2k.py224 def fill_tracepoint_args_skel(self, tp_type): argument
237 tp_args = tp_args_event if tp_type == "event" else tp_args_error