Home
last modified time | relevance | path

Searched defs:contact (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-alps.c126 struct t4_contact_data contact[5]; member
374 u8 *contact = &data[i * 5]; in u1_raw_event() local
H A Dhid-playstation.c194 uint8_t contact; member
404 uint8_t contact; member
/openbmc/linux/drivers/input/touchscreen/
H A Dsis_i2c.c225 const u8 *contact; in sis_ts_handle_packet() local
H A Dili210x.c309 bool contact = false, touch; in ili210x_report_events() local
H A Draydium_i2c_ts.c872 u8 *contact = &ts->report_data[ts->contact_size * i]; in raydium_mt_event() local
/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.c519 struct cytp_contact *contact; in cypress_process_packet() local
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h787 #define IOMUX_MODE(contact, mode) (((mode) << IOMUX_MODE_POS) | (contact)) argument