Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 2440) sorted by relevance

12345678910>>...98

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A DMakefile3 TEST_PROGS = bridge_igmp.sh \
4 bridge_port_isolation.sh \
5 bridge_sticky_fdb.sh \
6 bridge_vlan_aware.sh \
7 bridge_vlan_unaware.sh \
8 ethtool.sh \
9 gre_inner_v4_multipath.sh \
10 gre_inner_v6_multipath.sh \
11 gre_multipath.sh \
12 ip6_forward_instats_vrf.sh \
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A DMakefile7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
8 rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh
9 TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh
10 TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh
11 TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh
12 TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh
13 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
14 TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh
15 TEST_PROGS += altnames.sh icmp_redirect.sh ip6_gre_headroom.sh
16 TEST_PROGS += route_localnet.sh
[all …]
H A Dpsock_snd.sh25 ./in_netns.sh ./psock_snd -d
28 ./in_netns.sh ./psock_snd -d -b
31 ./in_netns.sh ./psock_snd
34 ./in_netns.sh ./psock_snd -b
37 ./in_netns.sh ./psock_snd -q
40 ./in_netns.sh ./psock_snd -V
43 ./in_netns.sh ./psock_snd -v
46 ./in_netns.sh ./psock_snd -v -c
49 (! ./in_netns.sh ./psock_snd -v -c -C)
55 ./in_netns.sh ./psock_snd -l 0
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dinit.c147 int ssv6xxx_do_iq_calib(struct ssv_hw *sh, struct ssv6xxx_iqk_cfg *p_cfg) in ssv6xxx_do_iq_calib() argument
177 sh->hci.hci_ops->hci_send_cmd(skb); in ssv6xxx_do_iq_calib()
181 sh->sc->iq_cali_done = IQ_CALI_RUNNING; in ssv6xxx_do_iq_calib()
183 timeout = wait_event_interruptible_timeout(sh->sc->fw_wait_q, in ssv6xxx_do_iq_calib()
184 sh->sc->iq_cali_done, in ssv6xxx_do_iq_calib()
189 if (sh->sc->iq_cali_done != IQ_CALI_OK) in ssv6xxx_do_iq_calib()
224 struct ssv_hw *sh=sc->sh; in ssv6xxx_set_80211_hw_capab() local
239 ampdu_db_log("sh->cfg.hw_caps = 0x%x\n", sh->cfg.hw_caps); in ssv6xxx_set_80211_hw_capab()
240 if (sh->cfg.hw_caps & SSV6200_HW_CAP_HT) { in ssv6xxx_set_80211_hw_capab()
241 if (sh->cfg.hw_caps & SSV6200_HW_CAP_AMPDU_RX) in ssv6xxx_set_80211_hw_capab()
[all …]
H A Defuse.c112 static u8 read_efuse(struct ssv_hw *sh, u8 *pbuf) in read_efuse() argument
117 SMAC_REG_WRITE(sh,0xC0000328,0x11); in read_efuse()
118 SMAC_REG_WRITE(sh, SSV_EFUSE_ID_READ_SWITCH, 0x1); in read_efuse()
119 SMAC_REG_READ(sh, SSV_EFUSE_ID_RAW_DATA_BASE, &val); in read_efuse()
121 SMAC_REG_WRITE(sh, SSV_EFUSE_READ_SWITCH, 0x1); in read_efuse()
122 SMAC_REG_READ(sh, SSV_EFUSE_RAW_DATA_BASE, &val); in read_efuse()
128 SMAC_REG_WRITE(sh, SSV_EFUSE_READ_SWITCH+i*4, 0x1); in read_efuse()
129 SMAC_REG_READ(sh, SSV_EFUSE_RAW_DATA_BASE+i*4, &val); in read_efuse()
132 SMAC_REG_WRITE(sh,0xC0000328,0x1800000a); in read_efuse()
251 void efuse_read_all_map(struct ssv_hw *sh) in efuse_read_all_map() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha1542.c193 static int aha1542_test_port(struct Scsi_Host *sh) in aha1542_test_port() argument
199 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
205 aha1542_intr_reset(sh->io_port); /* reset interrupts, so they don't block */ in aha1542_test_port()
207 outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); in aha1542_test_port()
212 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
216 if (inb(INTRFLAGS(sh->io_port)) & INTRMASK) in aha1542_test_port()
222 aha1542_outb(sh->io_port, CMD_INQUIRY); in aha1542_test_port()
225 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
227 inquiry_result[i] = inb(DATA(sh->io_port)); in aha1542_test_port()
231 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
[all …]
H A Dfdomain.c177 static int fdomain_select(struct Scsi_Host *sh, int target) in fdomain_select() argument
181 struct fdomain *fd = shost_priv(sh); in fdomain_select()
184 outb(BIT(sh->this_id) | BIT(target), fd->base + REG_SCSI_DATA_NOACK); in fdomain_select()
264 struct Scsi_Host *sh = container_of((void *)fd, struct Scsi_Host, in fdomain_work() local
271 spin_lock_irqsave(sh->host_lock, flags); in fdomain_work()
375 spin_unlock_irqrestore(sh->host_lock, flags); in fdomain_work()
397 static int fdomain_queue(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in fdomain_queue() argument
409 spin_lock_irqsave(sh->host_lock, flags); in fdomain_queue()
424 spin_unlock_irqrestore(sh->host_lock, flags); in fdomain_queue()
431 struct Scsi_Host *sh = cmd->device->host; in fdomain_abort() local
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c113 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0() argument
115 if (sh->ddf_layout) in raid6_d0()
119 if (sh->qd_idx == sh->disks - 1) in raid6_d0()
122 return sh->qd_idx + 1; in raid6_d0()
135 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot() argument
140 if (sh->ddf_layout) in raid6_idx_to_slot()
142 if (idx == sh->pd_idx) in raid6_idx_to_slot()
144 if (idx == sh->qd_idx) in raid6_idx_to_slot()
146 if (!sh->ddf_layout) in raid6_idx_to_slot()
153 static int stripe_operations_active(struct stripe_head *sh) in stripe_operations_active() argument
[all …]
H A Draid5-cache.c308 struct stripe_head *sh, int disks) in r5c_handle_cached_data_endio() argument
312 for (i = sh->disks; i--; ) { in r5c_handle_cached_data_endio()
313 if (sh->dev[i].written) { in r5c_handle_cached_data_endio()
314 set_bit(R5_UPTODATE, &sh->dev[i].flags); in r5c_handle_cached_data_endio()
315 r5c_return_dev_pending_writes(conf, &sh->dev[i]); in r5c_handle_cached_data_endio()
316 md_bitmap_endwrite(conf->mddev->bitmap, sh->sector, in r5c_handle_cached_data_endio()
318 !test_bit(STRIPE_DEGRADED, &sh->state), in r5c_handle_cached_data_endio()
449 void r5c_make_stripe_write_out(struct stripe_head *sh) in r5c_make_stripe_write_out() argument
451 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out()
456 WARN_ON(!test_bit(STRIPE_R5C_CACHING, &sh->state)); in r5c_make_stripe_write_out()
[all …]
H A Draid5-log.h10 extern void r5l_stripe_write_finished(struct stripe_head *sh);
16 r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh,
19 r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh,
21 extern void r5c_release_extra_page(struct stripe_head *sh);
22 extern void r5c_use_extra_page(struct stripe_head *sh);
25 struct stripe_head *sh, int disks);
26 extern int r5c_cache_data(struct r5l_log *log, struct stripe_head *sh);
27 extern void r5c_make_stripe_write_out(struct stripe_head *sh);
38 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu,
42 extern int ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh);
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c324 READ_UE(gb, &s->sh.luma_log2_weight_denom); in pred_weight_table()
328 s->sh.chroma_log2_weight_denom = mpp_clip(s->sh.luma_log2_weight_denom + delta, 0, 7); in pred_weight_table()
331 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
334 s->sh.luma_weight_l0[i] = 1 << s->sh.luma_log2_weight_denom; in pred_weight_table()
335 s->sh.luma_offset_l0[i] = 0; in pred_weight_table()
340 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
344 for (i = 0; i < s->sh.nb_refs[L0]; i++) in pred_weight_table()
348 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
352 s->sh.luma_weight_l0[i] = (1 << s->sh.luma_log2_weight_denom) + delta_luma_weight_l0; in pred_weight_table()
353 READ_SE(gb, &s->sh.luma_offset_l0[i]); in pred_weight_table()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c228 int hal_h265d_slice_rpl(void *dxva, SliceHeader_t *sh, RefPicListTab_t *ref) in hal_h265d_slice_rpl() argument
230 RK_U8 nb_list = sh->slice_type == B_SLICE ? 2 : 1; in hal_h265d_slice_rpl()
273 while ((RK_U32)rpl_tmp.nb_refs < sh->nb_refs[list_idx]) { in hal_h265d_slice_rpl()
295 if (sh->rpl_modification_flag[list_idx]) { in hal_h265d_slice_rpl()
296 for (i = 0; i < sh->nb_refs[list_idx]; i++) { in hal_h265d_slice_rpl()
297 int idx = sh->list_entry_lx[list_idx][i]; in hal_h265d_slice_rpl()
303 rpl->nb_refs = MPP_MIN((RK_U32)rpl->nb_refs, sh->nb_refs[list_idx]); in hal_h265d_slice_rpl()
376 SliceHeader_t sh; in hal_h265d_slice_output_rps() local
395 memset(&sh, 0, sizeof(SliceHeader_t)); in hal_h265d_slice_output_rps()
417 READ_ONEBIT(gb, &sh.first_slice_in_pic_flag); in hal_h265d_slice_output_rps()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb14 file://devpts.sh \
16 file://hostname.sh \
17 file://mountall.sh \
18 file://banner.sh \
19 file://bootmisc.sh \
20 file://mountnfs.sh \
22 file://checkfs.sh \
26 file://rmnologin.sh \
27 file://checkroot.sh \
28 file://umountnfs.sh \
[all …]
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/
H A Drockchip_test.sh49 bash ${CURRENT_DIR}/npu/npu_test.sh
54 bash ${CURRENT_DIR}/npu2/npu_test.sh
59 bash ${CURRENT_DIR}/ddr/ddr_test.sh
64 bash ${CURRENT_DIR}/cpu/cpu_test.sh
69 bash ${CURRENT_DIR}/flash_test/flash_stress_test.sh 5 20000 &
74 bash ${CURRENT_DIR}/recovery/recovery_test.sh
79 bash ${CURRENT_DIR}/suspend_resume/suspend_resume.sh
84 bash ${CURRENT_DIR}/wifibt/wifi_onoff.sh &
89 bash ${CURRENT_DIR}/wifibt/bt_onoff.sh &
94 bash ${CURRENT_DIR}/audio/audio_functions_test.sh
[all …]
/OK3568_Linux_fs/external/rockchip-test/
H A Drockchip_test.sh48 bash ${CURRENT_DIR}/npu/npu_test.sh
53 bash ${CURRENT_DIR}/npu2/npu_test.sh
58 bash ${CURRENT_DIR}/ddr/ddr_test.sh
63 bash ${CURRENT_DIR}/cpu/cpu_test.sh
68 bash ${CURRENT_DIR}/flash_test/flash_stress_test.sh 5 20000 &
73 bash ${CURRENT_DIR}/recovery/recovery_test.sh
78 bash ${CURRENT_DIR}/suspend_resume/suspend_resume.sh
83 bash ${CURRENT_DIR}/wifibt/wifi_onoff.sh &
88 bash ${CURRENT_DIR}/wifibt/bt_onoff.sh &
93 bash ${CURRENT_DIR}/audio/audio_functions_test.sh
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A DMakefile4 TEST_PROGS := nft_trans_stress.sh nft_nat.sh bridge_brouter.sh \
5 conntrack_icmp_related.sh nft_flowtable.sh ipvs.sh \
6 nft_concat_range.sh nft_conntrack_helper.sh \
7 nft_queue.sh nft_meta.sh \
8 conntrack_vrf.sh
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch14 tests/run-disasm-x86-64.sh | 2 ++
15 tests/run-disasm-x86.sh | 2 ++
16 tests/run-strip-g.sh | 2 ++
17 tests/run-strip-nothing.sh | 2 ++
20 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh
22 --- a/tests/run-disasm-x86-64.sh
23 +++ b/tests/run-disasm-x86-64.sh
33 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh
35 --- a/tests/run-disasm-x86.sh
36 +++ b/tests/run-disasm-x86.sh
[all …]
/OK3568_Linux_fs/external/rockchip-test/video/
H A Dvideo_test.sh27 sh ${DIR_VIDEO}/test_gst_video.sh
32 sh ${DIR_VIDEO}/test_gst_video_fps.sh
37 sh ${DIR_VIDEO}/test_gst_video_maxfps.sh
42 sh ${DIR_VIDEO}/test_gst_multivideo.sh
47 sh ${DIR_VIDEO}/video_stresstest.sh
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-passwd/base-passwd/
H A Ddisable-shell.patch7 retains /bin/sh) and sync (as /bin/sync is rather harmless) to
21 root::0:0:root:/root:/bin/sh
22 -daemon:*:1:1:daemon:/usr/sbin:/bin/sh
23 -bin:*:2:2:bin:/bin:/bin/sh
24 -sys:*:3:3:sys:/dev:/bin/sh
29 -games:*:5:60:games:/usr/games:/bin/sh
30 -man:*:6:12:man:/var/cache/man:/bin/sh
31 -lp:*:7:7:lp:/var/spool/lpd:/bin/sh
32 -mail:*:8:8:mail:/var/mail:/bin/sh
33 -news:*:9:9:news:/var/spool/news:/bin/sh
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/
H A Dhwif.h23 (sh)->priv->ops->writereg((sh)->sc->dev, (reg), (val))
25 (sh)->priv->ops->readreg((sh)->sc->dev, (reg), (buf))
27 #define SSV_REG_WRITE(sh,reg,val) \
28 (sh)->priv->ops->writereg((sh)->sc->dev, (reg), (val))
29 #define SSV_REG_READ(sh,reg,buf) \
30 (sh)->priv->ops->readreg((sh)->sc->dev, (reg), (buf))
31 #define SSV_REG_CONFIRM(sh,reg,val) \
34 SSV_REG_READ(sh, reg, &regval); \
41 #define SSV_REG_SET_BITS(sh,reg,set,clr) \
44 SSV_REG_READ(sh, reg, &reg_val); \
[all …]
/OK3568_Linux_fs/kernel/arch/sh/
H A DMakefile14 CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-)
21 isa-$(CONFIG_SH_DSP) := sh
95 boot := arch/sh/boot
102 UTS_MACHINE := sh
106 ld-bfd := elf32-sh-linux
117 head-y := arch/sh/kernel/head_32.o
119 core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/
120 core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/
122 core-$(CONFIG_USE_BUILTIN_DTB) += arch/sh/boot/dts/
145 core-y += $(addprefix arch/sh/boards/, \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c121 wlapi_bmac_ucode_wake_override_phyreg_set(pi->sh->physhim); in wlc_phyreg_enter()
127 wlapi_bmac_ucode_wake_override_phyreg_clear(pi->sh->physhim); in wlc_phyreg_exit()
133 wlapi_bmac_mctrl(pi->sh->physhim, MCTL_LOCK_RADIO, MCTL_LOCK_RADIO); in wlc_radioreg_enter()
144 wlapi_bmac_mctrl(pi->sh->physhim, MCTL_LOCK_RADIO, 0); in wlc_radioreg_exit()
174 if ((D11REV_GE(pi->sh->corerev, 24)) || in read_radio_reg()
175 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg()
190 if ((D11REV_GE(pi->sh->corerev, 24)) || in write_radio_reg()
191 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg()
212 if (D11REV_GE(pi->sh->corerev, 24)) { in read_radio_id()
356 struct shared_phy *sh; in wlc_phy_shared_attach() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0012-eglibc-Resolve-__fpscr_values-on-SH4.patch11 * sysdeps/sh/sh4/fpu/fpu_control.h: Add C++ __set_fpscr prototype.
12 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.2): Add __fpscr_values.
13 * sysdeps/unix/sysv/linux/sh/sysdep.S (___fpscr_values): New constant.
19 sysdeps/unix/sysv/linux/sh/Versions | 1 +
20 sysdeps/unix/sysv/linux/sh/sysdep.S | 11 +++++++++++
23 diff --git a/sysdeps/unix/sysv/linux/sh/Versions b/sysdeps/unix/sysv/linux/sh/Versions
25 --- a/sysdeps/unix/sysv/linux/sh/Versions
26 +++ b/sysdeps/unix/sysv/linux/sh/Versions
35 diff --git a/sysdeps/unix/sysv/linux/sh/sysdep.S b/sysdeps/unix/sysv/linux/sh/sysdep.S
37 --- a/sysdeps/unix/sysv/linux/sh/sysdep.S
[all …]
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
117 : "=r" ((USItype)(sh)), \
123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
126 : "=r" ((USItype)(sh)), \
176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
179 : "=r" (sh), \
185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
188 : "=r" (sh), \
263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
266 : "=g" ((USItype)(sh)), \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/files/
H A Dcheck-vfat.patch7 diff --git a/tests/t-lib-helpers.sh b/tests/t-lib-helpers.sh
9 --- a/tests/t-lib-helpers.sh
10 +++ b/tests/t-lib-helpers.sh
25 diff --git a/tests/t1100-busy-label.sh b/tests/t1100-busy-label.sh
27 --- a/tests/t1100-busy-label.sh
28 +++ b/tests/t1100-busy-label.sh
30 . "${srcdir=.}/init.sh"; path_prepend_ ../parted
39 diff --git a/tests/t1101-busy-partition.sh b/tests/t1101-busy-partition.sh
41 --- a/tests/t1101-busy-partition.sh
42 +++ b/tests/t1101-busy-partition.sh

12345678910>>...98