Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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),
/kernel/linux/linux-6.6/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),
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dfsia6b.c45 enum ibus_state { SYNC, COLLECT, PROCESS }; enumerator
73 case SYNC: in fsia6b_serio_irq()
89 fsia6b->packet.state = SYNC; in fsia6b_serio_irq()
141 fsia6b->packet.state = SYNC; in fsia6b_serio_connect()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dfsia6b.c45 enum ibus_state { SYNC, COLLECT, PROCESS }; enumerator
73 case SYNC: in fsia6b_serio_irq()
89 fsia6b->packet.state = SYNC; in fsia6b_serio_irq()
141 fsia6b->packet.state = SYNC; in fsia6b_serio_connect()
/kernel/linux/linux-5.10/drivers/nfc/st95hf/
H A Dcore.c126 .req = SYNC,
133 .req = SYNC,
140 .req = SYNC,
147 .req = SYNC,
154 .req = SYNC,
161 .req = SYNC,
175 .req = SYNC,
182 .req = SYNC,
239 * SYNC. For that to happen caller must pass true to recv_res.
284 if (cmd_array[cmd].req == SYNC in st95hf_send_recv_cmd()
[all...]
H A Dspi.h38 SYNC, enumerator
H A Dspi.c27 if (reqtype == SYNC) { in st95hf_spi_send()
/kernel/linux/linux-6.6/drivers/nfc/st95hf/
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 in st95hf_send_recv_cmd()
[all...]
H A Dspi.h38 SYNC, enumerator
H A Dspi.c27 if (reqtype == SYNC) { in st95hf_spi_send()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dosdef1st.h41 #define SYNC /* allow synchronous frames */ macro
H A Dtargethw.h65 #ifndef SYNC
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dosdef1st.h41 #define SYNC /* allow synchronous frames */ macro
H A Dtargethw.h65 #ifndef SYNC
/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinflate.h47 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinflate.h47 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dopen_flags.c63 printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", "SYNC"); in open__scnprintf_flags()
68 P_FLAG(SYNC); in open__scnprintf_flags()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dopen_flags.c63 printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", "SYNC"); in open__scnprintf_flags()
68 P_FLAG(SYNC); in open__scnprintf_flags()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_std.h66 #define SYNC 0x43 /* Synchronize (flush buffer) */ macro
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_std.h66 #define SYNC 0x43 /* Synchronize (flush buffer) */ macro
/kernel/linux/linux-5.10/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. in keyspan_check_data()
219 if ((remote->data.tester & SYNC_MASK) == SYNC) { in keyspan_check_data()
/kernel/linux/linux-6.6/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. in keyspan_check_data()
219 if ((remote->data.tester & SYNC_MASK) == SYNC) { in keyspan_check_data()
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_ines.c111 #define SYNC 0x0 macro
687 case SYNC: in is_sync_pdelay_resp()
699 return SYNC; in tag_to_msgtype()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dip22zilog.h213 #define SYNC 0x10 /* Sync/hunt */ macro
H A Dsunzilog.h217 #define SYNC 0x10 /* Sync/hunt */ macro

Completed in 15 milliseconds

123