Searched refs:hst_mode (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp_core.h | 36 u8 hst_mode; member 55 u8 hst_mode; member
|
H A D | cyttsp4_core.h | 53 #define IS_BOOTLOADER(hst_mode, reset_detect) \ 54 ((hst_mode) & 0x01 || (reset_detect) != 0) 204 u8 hst_mode; member
|
H A D | cyttsp_core.c | 115 ts->xy_data.hst_mode ^ CY_HNDSHK_BIT); in cyttsp_handshake() 454 if (GET_HSTMODE(ts->xy_data.hst_mode)) in cyttsp_enable()
|
H A D | cyttsp4_core.c | 716 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-6.6/drivers/input/touchscreen/ |
H A D | cyttsp_core.h | 36 u8 hst_mode; member 55 u8 hst_mode; member
|
H A D | cyttsp4_core.h | 53 #define IS_BOOTLOADER(hst_mode, reset_detect) \ 54 ((hst_mode) & 0x01 || (reset_detect) != 0) 204 u8 hst_mode; member
|
H A D | cyttsp_core.c | 123 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 D | cyttsp4_core.c | 730 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()
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.h | 1749 * @hst_mode: When '0' the USB is acting as HOST, when '1' 1832 __BITFIELD_FIELD(u64 hst_mode : 1,
|
H A D | octeon-hcd.c | 820 usbn_usbp_ctl_status.s.hst_mode = 0; in cvmx_usb_initialize()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | octeon-hcd.h | 1749 * @hst_mode: When '0' the USB is acting as HOST, when '1' 1832 __BITFIELD_FIELD(u64 hst_mode : 1,
|
H A D | octeon-hcd.c | 822 usbn_usbp_ctl_status.s.hst_mode = 0; in cvmx_usb_initialize()
|
Completed in 23 milliseconds