Home
last modified time | relevance | path

Searched full:cut (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/linux/tools/bootconfig/scripts/
H A Dftrace.sh23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
24 file=`echo $line | cut -f1 -d:`
29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
30 file=`echo $line | cut -f1 -d:`
45 echo 0 > `echo $line | cut -f1 -d:`
55 tr=`echo $t | cut -d: -f2`
62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
64 tr=`echo $t | cut -d: -f2-4`
65 limit=`echo $t | cut -d: -f5`
67 tr=`echo $t | cut -d: -f2`
[all …]
H A Dxbc.sh39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \
55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
22 file=`echo $line | cut -f1 -d:`
27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
28 file=`echo $line | cut -f1 -d:`
43 echo 0 > `echo $line | cut -f1 -d:`
53 tr=`echo $t | cut -d: -f2`
60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
62 tr=`echo $t | cut -d: -f2-4`
63 limit=`echo $t | cut -d: -f5`
65 tr=`echo $t | cut -d: -f2`
[all …]
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_eventname.tc8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
28 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "
32 grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do
44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
/linux/scripts/
H A DLindent6 RES=`indent --version | cut -d' ' -f3`
10 V1=`echo $RES | cut -d'.' -f1`
11 V2=`echo $RES | cut -d'.' -f2`
12 V3=`echo $RES | cut -d'.' -f3`
/linux/tools/testing/selftests/lkdtm/
H A Drun.sh41 test=$(echo "$line" | cut -d" " -f1)
43 expect=$(echo "$line" | cut -d" " -f2-)
50 test=$(echo "$test" | cut -c2-)
64 repeat=$(echo "$expect" | cut -d' ' -f1 | cut -d: -f2)
65 expect=$(echo "$expect" | cut -d' ' -f2-)
/linux/arch/powerpc/tools/
H A Dhead_check.sh52 vma=$(grep -e " [TA] _stext$" .tmp_symbols.txt | cut -d' ' -f1)
56 start_head_addr=$(grep " t start_first_256B$" .tmp_symbols.txt | cut -d' ' -f1)
66 top_vma=$(echo "$vma" | cut -d'0' -f1)
68 expected_start_text_addr=$(grep " a text_start$" .tmp_symbols.txt | cut -d' ' -f1 | sed "s/^0/$top_…
70 start_text_addr=$(grep " t start_text$" .tmp_symbols.txt | cut -d' ' -f1)
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool_extended_state.sh31 | cut -d "(" -f2 | cut -d ")" -f1)
32 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \
34 ext_state=$(echo $ext_state | cut -d "," -f1)
/linux/tools/leds/
H A Dget_led_device_info.sh50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3`
122 color=`echo $led_name | cut -d: -f1`
123 function=`echo $led_name | cut -d: -f2`
125 devicename=`echo $led_name | cut -d: -f1`
126 color=`echo $led_name | cut -d: -f2`
127 function=`echo $led_name | cut -d: -f3`
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddef.h18 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Ddef.h65 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3 */
/linux/drivers/media/dvb-frontends/
H A Dstv0900_init.h117 u8 car_loop_cut12_2; /* Cut 1.2, SR<=3msps */
118 u8 car_loop_cut20_2; /* Cut 2.0, SR<3msps */
119 u8 car_loop_cut12_5; /* Cut 1.2, 3<SR<=7msps */
120 u8 car_loop_cut20_5; /* Cut 2.0, 3<SR<=7msps */
121 u8 car_loop_cut12_10; /* Cut 1.2, 7<SR<=15msps */
122 u8 car_loop_cut20_10; /* Cut 2.0, 7<SR<=15msps */
123 u8 car_loop_cut12_20; /* Cut 1.2, 10<SR<=25msps */
124 u8 car_loop_cut20_20; /* Cut 2.0, 10<SR<=25msps */
125 u8 car_loop_cut12_30; /* Cut 1.2, 25<SR<=45msps */
126 u8 car_loop_cut20_30; /* Cut 2.0, 10<SR<=45msps */
[all …]
/linux/drivers/net/wireless/st/cw1200/
H A Dfwio.c394 pr_err("HW detection: can't read CUT ID.\n"); in cw1200_load_firmware()
400 pr_info("CW1x00 Cut 1.1 silicon detected.\n"); in cw1200_load_firmware()
404 pr_info("CW1x00 Cut 1.0 silicon detected.\n"); in cw1200_load_firmware()
409 /* According to ST-E, CUT<2.0 has busted BA TID0-3. in cw1200_load_firmware()
419 pr_err("(1) HW detection: can't read CUT ID\n"); in cw1200_load_firmware()
424 pr_err("(2) HW detection: can't read CUT ID.\n"); in cw1200_load_firmware()
430 pr_err("(3) HW detection: can't read CUT ID.\n"); in cw1200_load_firmware()
437 pr_info("CW1x00 Cut 2.2 silicon detected.\n"); in cw1200_load_firmware()
440 pr_info("CW1x00 Cut 2.0 silicon detected.\n"); in cw1200_load_firmware()
/linux/drivers/staging/axis-fifo/
H A Daxis-fifo.txt13 - cut-through mode
50 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
53 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
88 xlnx,use-rx-cut-through = <0x0>;
91 xlnx,use-tx-cut-through = <0x0>;
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c93 u64 cut; in tsnep_write_gcl() local
120 /* case 2: cut cycle time for change in tsnep_write_gcl()
123 cut = 0; in tsnep_write_gcl()
125 cut = max(cut, tsnep_change_duration(gcl, i)); in tsnep_write_gcl()
127 /* use maximum, because the actual case (extend or cut) can be in tsnep_write_gcl()
130 gcl->change_limit = max(extend, cut); in tsnep_write_gcl()
251 /* no need to cut operation itself or whole cycle in tsnep_cut_gcl()
/linux/kernel/
H A Dgen_kheaders.sh54 xargs ls -l | md5sum | cut -d ' ' -f1)"
57 this_file_md5="$(ls -l $sfile | md5sum | cut -d ' ' -f1)"
58 if [ -f $tarfile ]; then tarfile_md5="$(md5sum $tarfile | cut -d ' ' -f1)"; fi
97 echo "$(md5sum $tarfile | cut -d ' ' -f1)" >> kernel/kheaders.md5
/linux/tools/testing/selftests/
H A Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
210 sed -e 's/+/ /' | cut -d "=" -f 2)
221 cut -d "=" -f 2)
230 sed -e 's/+/ /' | cut -d "=" -f 2)
249 cut -d "=" -f 2)
270 fail_target=$(echo "$test" | cut -d "/" -f1)
277 pass_trgts+="$(echo "$test" | cut -d "/" -f1) "
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_al2230.c103 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
106 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
109 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
118 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
212 { ZD_CR17, 0x2B }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
217 { ZD_CR35, 0x3e }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
219 { ZD_CR46, 0x99 }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
235 { ZD_CR106, 0x24 }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
241 { ZD_CR115, 0x26 }, /* 24->26 at 4902 for newest(3rd cut) in zd1211b_al2230_init_hw()
/linux/Documentation/arch/arm/omap/
H A Ddss.rst250 w=`cat $dvi/timings | cut -d "," -f 2 | cut -d "/" -f 1`
251 h=`cat $dvi/timings | cut -d "," -f 3 | cut -d "/" -f 1`
271 w=`cat $tv/timings | cut -d "," -f 2 | cut -d "/" -f 1`
272 h=`cat $tv/timings | cut -d "," -f 3 | cut -d "/" -f 1`
/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
H A Drun_bench_uprobes.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
H A Drun_bench_trigger.sh21 summary=$(sudo ./bench -w2 -d5 -a -p$p trig-$t | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/linux/tools/testing/selftests/kselftest/
H A Drunner.sh90 field=$(echo "$line" | cut -d= -f1)
91 value=$(echo "$line" | cut -d= -f2-)
121 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
123 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
/linux/lib/
H A Dstring_helpers_kunit.c482 static void __strchrcut(char *dst, const char *src, const char *cut) in __strchrcut() argument
488 len = strcspn(from, cut); in __strchrcut()
501 const char *cut) in __test_string_get_size_one() argument
510 sprintf(prefix10, "STRING_UNITS_10 [%s]", cut); in __test_string_get_size_one()
511 sprintf(prefix2, "STRING_UNITS_2 [%s]", cut); in __test_string_get_size_one()
513 __strchrcut(exp10, exp_result10, cut); in __test_string_get_size_one()
514 __strchrcut(exp2, exp_result2, cut); in __test_string_get_size_one()
530 const char *cut; in __test_string_get_size() member
543 get_size_test_cases[i].cut); in __test_string_get_size()
/linux/tools/testing/selftests/net/
H A Dnetdevice.sh201 MASTER_IFACE="$(echo $1 | cut -d@ -f2)"
204 IFACE_TO_TEST="$(echo $1 | cut -d@ -f1)"
236 … grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$T…

12345678910>>...22