Home
last modified time | relevance | path

Searched refs:hst_mode (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_core.h36 u8 hst_mode; member
55 u8 hst_mode; member
H A Dcyttsp4_core.h53 #define IS_BOOTLOADER(hst_mode, reset_detect) \ argument
54 ((hst_mode) & 0x01 || (reset_detect) != 0)
204 u8 hst_mode; member
H A Dcyttsp_core.c123 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT); in cyttsp_handshake()
473 if (GET_HSTMODE(ts->xy_data.hst_mode)) in cyttsp_enable()
H A Dcyttsp4_core.c730 rc = cyttsp4_handshake(cd, si->si_data.hst_mode); in cyttsp4_get_sysinfo_regs()
973 u8 hst_mode; in cyttsp4_xy_worker() local
990 hst_mode = si->xy_mode[CY_REG_BASE]; in cyttsp4_xy_worker()
995 "hst_mode=", hst_mode, "rep_len=", rep_len, in cyttsp4_xy_worker()
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.h1832 __BITFIELD_FIELD(u64 hst_mode : 1,
H A Docteon-hcd.c822 usbn_usbp_ctl_status.s.hst_mode = 0; in cvmx_usb_initialize()