Searched refs:hidmap_attach (Results 1 – 9 of 9) sorted by relevance
83 return (hidmap_attach(device_get_softc(dev))); in hsctrl_attach()
1218 return (hidmap_attach(&sc->hm)); in ps4dshock_attach()1305 return (hidmap_attach(&sc->hm)); in ps4dsacc_attach()1311 return (hidmap_attach(device_get_softc(dev))); in ps4dshead_attach()1319 return (hidmap_attach(&sc->hm)); in ps4dsmtp_attach()
152 return (hidmap_attach(&sc->hm)); in xb360gp_attach()
212 return (hidmap_attach(&sc->hm)); in hgame_attach()
234 return (hidmap_attach(hm)); in hpen_attach()
262 int hidmap_attach(struct hidmap *hm);
271 return (hidmap_attach(device_get_softc(dev))); in hcons_attach()
293 error = hidmap_attach(&sc->hm); in hms_attach()
741 hidmap_attach(struct hidmap* hm) in hidmap_attach() function