Home
last modified time | relevance | path

Searched refs:BIN (Results 1 – 20 of 20) sorted by relevance

/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile
/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile
/linux/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile
/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.sh11 readonly BIN="./msg_zerocopy"
139 ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 \
142 ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 \
154 ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 \
H A Dso_txtime.sh
/linux/tools/perf/tests/shell/coresight/
H A Dunroll_loop_thread_10.sh
H A Dasm_pure_loop.sh
H A Dmemcpy_thread_16k_10.sh
H A Dthread_loop_check_tid_10.sh
H A Dthread_loop_check_tid_2.sh
/linux/include/uapi/linux/
H A Dgpib.h62 BIN = 0x1000 /* Do 8-bit compare on EOS */ enumerator
/linux/Documentation/input/devices/
H A Dwalkera0701.rst68 SYNC BIN OCT
/linux/Documentation/arch/x86/
H A Dintel_txt.rst208 module /Q35_SINIT_17.BIN
218 The Q35_SINIT_17.BIN file is what Intel TXT refers to as an
/linux/drivers/gpib/tms9914/
H A Dtms9914.c204 priv->eos_flags |= BIN; in tms9914_enable_eos()
432 if (priv->eos_flags & BIN) { in check_for_eos()
/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c370 priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */ in bb_read()
934 priv->eos_flags |= BIN; in bb_enable_eos()
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.c1200 ni_priv->eos_mode |= BIN; in ni_usb_enable_eos()
1202 ni_priv->eos_mode &= ~BIN; in ni_usb_enable_eos()
1698 if (ni_priv->eos_mode & BIN) in ni_usb_setup_init()
/linux/drivers/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c589 pd->eos_flags |= BIN; in usb_gpib_enable_eos()
/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.c845 a_priv->eos_mode = REOS | BIN; in agilent_82357a_enable_eos()
/linux/kernel/trace/
H A Dtrace.c3228 if (trace_flags & TRACE_ITER(BIN)) in print_trace_line()