Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dbacktrack_check_si.hpp39 typedef typename boost::range_value<Turns>::type tp_type; in clear_visit_info() typedef
48 typename tp_type::container_type in clear_visit_info()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x.c306 const char *tp_type; in gt1x_parse_dt() local
317 if (!of_property_read_string(np, "goodix,ic_type", &tp_type)) { in gt1x_parse_dt()
318 GTP_INFO("GTP ic_type: %s", tp_type); in gt1x_parse_dt()
320 if (strstr(tp_type, "gt5688")) in gt1x_parse_dt()
/OK3568_Linux_fs/kernel/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()
921 if (cfg->tp_type == TYPE1) { in bcm5974_probe()