Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp_core.h50 u8 hst_mode; member
69 u8 hst_mode; member
Dcyttsp4_core.h63 #define IS_BOOTLOADER(hst_mode, reset_detect) \ argument
64 ((hst_mode) & 0x01 || (reset_detect) != 0)
214 u8 hst_mode; member
Dcyttsp_core.c125 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT); in cyttsp_handshake()
454 if (GET_HSTMODE(ts->xy_data.hst_mode)) in cyttsp_enable()
Dcyttsp4_core.c698 rc = cyttsp4_handshake(cd, si->si_data.hst_mode); in cyttsp4_get_sysinfo_regs()
945 u8 hst_mode; in cyttsp4_xy_worker() local
962 hst_mode = si->xy_mode[CY_REG_BASE]; in cyttsp4_xy_worker()
967 "hst_mode=", hst_mode, "rep_len=", rep_len, in cyttsp4_xy_worker()
/drivers/staging/octeon-usb/
Docteon-hcd.h1805 uint64_t hst_mode : 1; member
Docteon-hcd.c803 usbn_usbp_ctl_status.s.hst_mode = 0; in cvmx_usb_initialize()