Searched refs:SYNC (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/nfc/st95hf/
H A Dspi.h38 SYNC, enumerator in enum:req_type
H A Dspi.c27 if (reqtype == SYNC) {
H A Dcore.c125 .req = SYNC,
132 .req = SYNC,
139 .req = SYNC,
146 .req = SYNC,
153 .req = SYNC,
160 .req = SYNC,
174 .req = SYNC,
181 .req = SYNC,
238 * SYNC. For that to happen caller must pass true to recv_res.
283 if (cmd_array[cmd].req == SYNC
[all...]
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-audio.c38 #define SYNC(_name) \ macro
95 SYNC(spdif_in_sync),
96 SYNC(i2s0_sync),
97 SYNC(i2s1_sync),
98 SYNC(i2s2_sync),
99 SYNC(i2s3_sync),
100 SYNC(i2s4_sync),
101 SYNC(vimclk_sync),
/linux-master/drivers/net/fddi/skfp/h/
H A Dosdef1st.h41 #define SYNC /* allow synchronous frames */ macro
H A Dtargethw.h65 #ifndef SYNC
/linux-master/lib/zlib_inflate/
H A Dinflate.h47 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon673
H A Dinflate.c732 case SYNC:
/linux-master/drivers/input/joystick/
H A Dfsia6b.c45 enum ibus_state { SYNC, COLLECT, PROCESS }; enumerator in enum:ibus_state
73 case SYNC:
89 fsia6b->packet.state = SYNC;
141 fsia6b->packet.state = SYNC;
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c63 printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", "SYNC");
68 P_FLAG(SYNC);
/linux-master/drivers/s390/char/
H A Dtape_std.h66 #define SYNC 0x43 /* Synchronize (flush buffer) */ macro
/linux-master/fs/bcachefs/
H A Dio_write.h33 x(SYNC) \
/linux-master/drivers/tty/serial/
H A Dsunzilog.h217 #define SYNC 0x10 /* Sync/hunt */ macro
H A Dip22zilog.h213 #define SYNC 0x10 /* Sync/hunt */ macro
H A Dip22zilog.c335 if (status & SYNC)
532 if (status & SYNC)
H A Dsunzilog.c433 if (status & SYNC)
632 if (status & SYNC)
/linux-master/drivers/input/misc/
H A Dkeyspan_remote.c31 #define SYNC 0x3F80 macro
32 #define SYNC_MASK 0x3FFF /* 14 bits for a SYNC sequence */
206 * SYNC. The SYNC is 14 bits, 7 0's and then 7 1's.
219 if ((remote->data.tester & SYNC_MASK) == SYNC) {
/linux-master/drivers/net/fddi/skfp/
H A Ddrvfbi.c465 #ifndef SYNC
/linux-master/arch/arm64/kernel/
H A Dmte.c197 sctlr |= SYS_FIELD_PREP_ENUM(SCTLR_EL1, TCF0, SYNC);
/linux-master/drivers/net/phy/
H A Dbcm-phy-ptp.c816 mode = TX_MODE_SEL(PORT, SYNC, REPLACE_TS) |
823 mode = RX_MODE_SEL(PORT, SYNC, INSERT_TS_64) |
/linux-master/arch/mips/kernel/
H A Dtraps.c513 #define SYNC 0x0000000f macro
700 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) {
/linux-master/drivers/staging/rts5208/
H A Drtsx_chip.h111 #define SYNC 0x00 macro
H A Drtsx_scsi.c483 REL_ADR | WBUS_32 | WBUS_16 | SYNC | LINKED | CMD_QUE | SFT_RE,
/linux-master/block/
H A Dblk-mq-debugfs.c228 CMD_FLAG_NAME(SYNC),
/linux-master/kernel/trace/
H A Dblktrace.c236 what |= MASK_TC_BIT(opf, SYNC);

Completed in 353 milliseconds

12