Home
last modified time | relevance | path

Searched refs:hidmap_attach (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/sys/dev/hid/
HDhsctrl.c83 return (hidmap_attach(device_get_softc(dev))); in hsctrl_attach()
HDps4dshock.c1195 return (hidmap_attach(&sc->hm)); in ps4dshock_attach()
1282 return (hidmap_attach(&sc->hm)); in ps4dsacc_attach()
1288 return (hidmap_attach(device_get_softc(dev))); in ps4dshead_attach()
1296 return (hidmap_attach(&sc->hm)); in ps4dsmtp_attach()
HDxb360gp.c152 return (hidmap_attach(&sc->hm)); in xb360gp_attach()
HDhgame.c207 return (hidmap_attach(&sc->hm)); in hgame_attach()
HDhpen.c234 return (hidmap_attach(hm)); in hpen_attach()
HDhidmap.h262 int hidmap_attach(struct hidmap *hm);
HDhcons.c271 return (hidmap_attach(device_get_softc(dev))); in hcons_attach()
HDhms.c293 error = hidmap_attach(&sc->hm); in hms_attach()
HDhidmap.c741 hidmap_attach(struct hidmap* hm) in hidmap_attach() function