Searched refs:hwid (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/sys/mips/rmi/
H A Dxlr_machdep.c534 int hwid = xlr_cpuid_to_hwtid[cpuid]; local
536 if (xlr_boot1_info.cpu_online_map & (1<<hwid)) {
541 atomic_store_rel_int(&xlr_ap_release[hwid], 1);
/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c396 int hwid; member in struct:old_mousehw
1338 sc->hw.hwid = get_aux_id(sc->kbdc);
1339 if (!is_a_mouse(sc->hw.hwid)) {
1343 sc->hw.hwid);
1346 switch (sc->hw.hwid) {
1503 unit, model_name(sc->hw.model), sc->hw.hwid & 0x00ff);
1506 unit, model_name(sc->hw.model), sc->hw.hwid & 0x00ff,
1507 sc->hw.hwid >> 8, sc->hw.buttons);
1987 ((old_mousehw_t *)addr)->hwid = sc->hw.hwid
[all...]
/freebsd-10.1-release/sys/dev/adb/
H A Dadb_mouse.c165 sc->hw.model = sc->hw.hwid = 0;
196 memcpy(&sc->hw.hwid,r1,4);
232 if (sc->hw.hwid == 0x4b4f4954) {
/freebsd-10.1-release/usr.sbin/mlxcontrol/
H A Dcommand.c272 int hwid; member in struct:__anon11989
307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
/freebsd-10.1-release/sys/dev/syscons/
H A Dsysmouse.c73 hw->hwid = 0;
/freebsd-10.1-release/sys/sys/
H A Dmouse.h88 int hwid; /* I/F dependent hardware ID member in struct:mousehw
/freebsd-10.1-release/sys/dev/vt/
H A Dvt_sysmouse.c298 hw->hwid = 0;
/freebsd-10.1-release/sys/dev/usb/input/
H A Dums.c808 sc->sc_hw.hwid = 0;
H A Datp.c2273 sc->sc_hw.hwid = 0;
/freebsd-10.1-release/sys/dev/mlx/
H A Dmlx.c2906 int hwid; member in struct:__anon9103
2930 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {

Completed in 189 milliseconds