HomeSort by: relevance | last modified time | path
    Searched defs:radeonfb_attach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/radeon/
radeondrmkmsfb.c 57 static void radeonfb_attach(device_t, device_t, void *);
66 radeonfb_match, radeonfb_attach, radeonfb_detach, NULL);
83 radeonfb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/dev/pci/
radeonfb.c 111 static void radeonfb_attach(device_t, device_t, void *);
436 radeonfb_match, radeonfb_attach, NULL, NULL);
456 radeonfb_attach(device_t parent, device_t dev, void *aux) function in typeref:typename:void

Completed in 15 milliseconds