Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dcyttsp_core.h36 u8 hst_mode; member
55 u8 hst_mode; member
Dcyttsp4_core.h53 #define IS_BOOTLOADER(hst_mode, reset_detect) \ argument
54 ((hst_mode) & 0x01 || (reset_detect) != 0)
204 u8 hst_mode; member
Dcyttsp_core.c115 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.c716 rc = cyttsp4_handshake(cd, si->si_data.hst_mode); in cyttsp4_get_sysinfo_regs()
959 u8 hst_mode; in cyttsp4_xy_worker() local
976 hst_mode = si->xy_mode[CY_REG_BASE]; in cyttsp4_xy_worker()
981 "hst_mode=", hst_mode, "rep_len=", rep_len, in cyttsp4_xy_worker()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
Docteon-hcd.h1832 __BITFIELD_FIELD(u64 hst_mode : 1,
Docteon-hcd.c820 usbn_usbp_ctl_status.s.hst_mode = 0; in cvmx_usb_initialize()