Searched refs:tft_attach (Results 1 – 4 of 4) sorted by relevance
64 void tft_attach(device_t, struct wsdisplay_accessops *);
135 tft_attach(self, &plb_tft_accessops); in plb_tft_attach()
170 tft_attach(self, &ll_tft_accessops); in ll_tft_attach()
72 tft_attach(device_t self, struct wsdisplay_accessops *accessops) in tft_attach() function