Home
last modified time | relevance | path

Searched refs:hw_type (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_iwn.c395 sc->hw_type = (IWN_READ(sc, IWN_HW_REV) >> 4) & 0x1f; in iwn_attach()
396 if (sc->hw_type == IWN_HW_REV_TYPE_4965) in iwn_attach()
429 if (sc->hw_type != IWN_HW_REV_TYPE_4965 && in iwn_attach()
504 if (sc->hw_type != IWN_HW_REV_TYPE_4965) in iwn_attach()
506 if (sc->hw_type == IWN_HW_REV_TYPE_6050) in iwn_attach()
655 switch (sc->hw_type) { in iwn5000_attach()
719 printf(": adapter type %d not supported\n", sc->hw_type); in iwn5000_attach()
980 if (sc->hw_type != IWN_HW_REV_TYPE_1000) { in iwn_init_otprom()
993 if (sc->hw_type == IWN_HW_REV_TYPE_1000) { in iwn_init_otprom()
1417 if (sc->hw_type >= IWN_HW_REV_TYPE_1000 && in iwn_read_eeprom()
[all …]
H A Dif_iwnvar.h219 uint8_t hw_type; member
/openbsd-src/sys/dev/wscons/
H A Dwsmouseinput.h227 ((input)->hw.hw_type == WSMOUSEHW_TOUCHPAD \
228 || (input)->hw.hw_type == WSMOUSEHW_CLICKPAD)
H A Dwsmousevar.h228 enum wsmousehw_type hw_type; member
H A Dwstpad.c1613 if (input->hw.hw_type == WSMOUSEHW_CLICKPAD) { in wstpad_configure()
1639 input->hw.hw_type == WSMOUSEHW_CLICKPAD && in wstpad_configure()
1701 if (input->hw.hw_type == WSMOUSEHW_CLICKPAD) in wstpad_configure()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c751 ((operand)->hw_type == HW_H_COND \
752 || ((operand)->hw_type == HW_H_PSW) \
753 || ((operand)->hw_type == HW_H_CR \
827 && (b_operands->hw_type == a_operands->hw_type)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c741 ((operand)->hw_type == HW_H_COND \
742 || ((operand)->hw_type == HW_H_PSW) \
743 || ((operand)->hw_type == HW_H_CR \
813 && (b_operands->hw_type == a_operands->hw_type) in first_writes_to_seconds_operands()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcgen.h653 enum cgen_hw_type hw_type; member
745 enum cgen_hw_type hw_type; member
H A DChangeLog-91031293 (CGEN_OPERAND): Change member hw to hw_type, change type from pointer
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dcgen.h642 enum cgen_hw_type hw_type; member
734 enum cgen_hw_type hw_type; member
H A DChangeLog-91031274 (CGEN_OPERAND): Change member hw to hw_type, change type from pointer
/openbsd-src/sys/dev/pckbc/
H A Dpms.c1067 hw->hw_type = (syn->ext_capabilities & SYNAPTICS_EXT_CAP_CLICKPAD) in synaptics_get_hwinfo()
1463 hw->hw_type = WSMOUSEHW_TOUCHPAD; in alps_get_hwinfo()
1862 hw->hw_type = WSMOUSEHW_TOUCHPAD; in elantech_get_hwinfo_v1()
1901 hw->hw_type = WSMOUSEHW_TOUCHPAD; in elantech_get_hwinfo_v2()
1966 hw->hw_type = WSMOUSEHW_TOUCHPAD; in elantech_get_hwinfo_v4()
2014 hw->hw_type = (ELANTECH_IS_CLICKPAD(sc) in elantech_get_hwinfo_v4()
/openbsd-src/sys/dev/i2c/
H A Diatp.c326 hw->hw_type = WSMOUSEHW_CLICKPAD; in iatp_configure()
329 hw->hw_type = WSMOUSEHW_TPANEL; in iatp_configure()
H A Dietp.c259 hw->hw_type = sc->is_clickpad ? WSMOUSEHW_CLICKPAD : WSMOUSEHW_TOUCHPAD; in ietp_attach()
/openbsd-src/sys/dev/hid/
H A Dhidmt.c246 hw->hw_type = (mt->sc_clickpad in hidmt_configure()
/openbsd-src/sys/dev/usb/
H A Dubcmtp.c525 hw->hw_type = (IS_CLICKPAD(sc->dev_type->type) in ubcmtp_configure()
/openbsd-src/sys/arch/arm64/dev/
H A Daplhidev.c841 hw->hw_type = WSMOUSEHW_CLICKPAD; in aplms_configure()
H A Dapldc.c1407 hw->hw_type = WSMOUSEHW_CLICKPAD; in apldcms_configure()