Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhsctrl.c89 return (hidmap_detach(device_get_softc(dev))); in hsctrl_detach()
H A Dps4dshock.c1304 hidmap_detach(&sc->hm); in ps4dshock_detach()
1317 return (hidmap_detach(&sc->hm)); in ps4dsacc_detach()
1323 return (hidmap_detach(device_get_softc(dev))); in ps4dshead_detach()
1331 return (hidmap_detach(&sc->hm)); in ps4dsmtp_detach()
H A Dxb360gp.c160 return (hidmap_detach(&sc->hm)); in xb360gp_detach()
H A Dhgame.c215 return (hidmap_detach(&sc->hm)); in hgame_detach()
H A Dhidmap.c786 hidmap_detach(hm); in hidmap_attach()
796 hidmap_detach(hm); in hidmap_attach()
804 hidmap_detach(struct hidmap* hm) in hidmap_detach() function
H A Dhpen.c240 return (hidmap_detach(device_get_softc(dev))); in hpen_detach()
H A Dhidmap.h263 int hidmap_detach(struct hidmap *hm);
H A Dhcons.c277 return (hidmap_detach(device_get_softc(dev))); in hcons_detach()
H A Dhms.c342 error = hidmap_detach(&sc->hm); in hms_detach()