Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hid/
H A Dhsctrl.c85 return (hidmap_attach(device_get_softc(dev))); in hsctrl_attach()
H A Dps4dshock.c1197 return (hidmap_attach(&sc->hm)); in ps4dshock_attach()
1284 return (hidmap_attach(&sc->hm)); in ps4dsacc_attach()
1290 return (hidmap_attach(device_get_softc(dev))); in ps4dshead_attach()
1298 return (hidmap_attach(&sc->hm)); in ps4dsmtp_attach()
H A Dxb360gp.c154 return (hidmap_attach(&sc->hm)); in xb360gp_attach()
H A Dhgame.c209 return (hidmap_attach(&sc->hm)); in hgame_attach()
H A Dhpen.c238 return (hidmap_attach(hm)); in hpen_attach()
H A Dhidmap.h262 int hidmap_attach(struct hidmap *hm);
H A Dhcons.c273 return (hidmap_attach(device_get_softc(dev))); in hcons_attach()
H A Dhms.c279 error = hidmap_attach(&sc->hm); in hms_attach()
H A Dhidmap.c743 hidmap_attach(struct hidmap* hm) in hidmap_attach() function