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

/linux-master/drivers/input/touchscreen/
H A Dcyttsp_core.h36 u8 hst_mode; member in struct:cyttsp_xydata
55 u8 hst_mode; member in struct:cyttsp_sysinfo_data
H A Dcyttsp4_core.h53 #define IS_BOOTLOADER(hst_mode, reset_detect) \
54 ((hst_mode) & 0x01 || (reset_detect) != 0)
204 u8 hst_mode; member in struct:cyttsp4_sysinfo_data
H A Dcyttsp_core.c123 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT);
473 if (GET_HSTMODE(ts->xy_data.hst_mode))
H A Dcyttsp4_core.c730 rc = cyttsp4_handshake(cd, si->si_data.hst_mode);
973 u8 hst_mode; local
990 hst_mode = si->xy_mode[CY_REG_BASE];
995 "hst_mode=", hst_mode, "rep_len=", rep_len,
/linux-master/drivers/usb/host/
H A Docteon-hcd.h1749 * @hst_mode: When '0' the USB is acting as HOST, when '1'
1832 __BITFIELD_FIELD(u64 hst_mode : 1,
H A Docteon-hcd.c822 usbn_usbp_ctl_status.s.hst_mode = 0;

Completed in 467 milliseconds