Home
last modified time | relevance | path

Searched refs:skip (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c484 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
487 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
488 if (is_empty(buf + skip, len - skip)) { in no_more_nodes()
499 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes()
500 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
502 if (is_empty(buf + skip, len - skip)) { in no_more_nodes()
505 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
688 int skip; in ubifs_recover_leb() local
[all...]
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dbinder.h25 TP_PROTO(struct task_struct *task, bool *skip),
26 TP_ARGS(task, skip));
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/
H A Dcreate_secure_boot.sh110 dd if=./private.bin of=./fb1 bs=1 skip=33 count=256
115 dd if=./private.bin of=./fb3 bs=1 skip=291 count=3
286 dd if=./u-boot-rsa2048.bin of=rsa2048pem/rsa_pub_2048.bin bs=1 skip=16 count=512
310 dd if=./private_4096.bin of=./fb1 bs=1 skip=33 count=512
315 dd if=./private_4096.bin of=./fb3 bs=1 skip=547 count=3
485 dd if=./u-boot-rsa4096.bin of=rsa4096pem/rsa_pub_4096.bin bs=1 skip=16 count=1024
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A Dcreate_secure_boot.sh68 dd if=./private.bin of=./fb1 bs=1 skip=33 count=256
73 dd if=./private.bin of=./fb3 bs=1 skip=291 count=3
244 dd if=./u-boot-rsa2048.bin of=rsa2048pem/rsa_pub_2048.bin bs=1 skip=16 count=512
263 dd if=./private_4096.bin of=./fb1 bs=1 skip=33 count=512
268 dd if=./private_4096.bin of=./fb3 bs=1 skip=547 count=3
438 dd if=./u-boot-rsa4096.bin of=rsa4096pem/rsa_pub_4096.bin bs=1 skip=16 count=1024
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_utils.py124 skip = kw.get('skip')
154 if skip is not None:
156 src.seek(skip*bs)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_utils.py124 skip = kw.get('skip')
154 if skip is not None:
156 src.seek(skip*bs)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_ioctl.c2922 hi_u32 skip = strlen(CMD_P2P_SET_NOA) + 1; in wal_p2p_cmd_exec() local
2924 if ((skip + sizeof(p2p_noa_param)) > len) { in wal_p2p_cmd_exec()
2926 skip + sizeof(p2p_noa_param)); in wal_p2p_cmd_exec()
2929 if (memcpy_s(&p2p_noa_param, sizeof(mac_cfg_p2p_noa_param_stru), puc_command + skip, in wal_p2p_cmd_exec()
2936 hi_u32 skip = strlen(CMD_P2P_SET_PS) + 1; in wal_p2p_cmd_exec() local
2938 if ((skip + sizeof(p2p_ops_param)) > len) { in wal_p2p_cmd_exec()
2940 skip + sizeof(p2p_ops_param)); in wal_p2p_cmd_exec()
2943 if (memcpy_s(&p2p_ops_param, sizeof(mac_cfg_p2p_ops_param_stru), puc_command + skip, in wal_p2p_cmd_exec()
2978 hi_u32 skip = strlen(CMD_SET_AP_WPS_P2P_IE) + 1; in wal_priv_cmd_exec() local
2980 oal_app_ie_stru *wps_p2p_ie = (oal_app_ie_stru *)(puc_command + skip); in wal_priv_cmd_exec()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.c775 /* skip space from delim after finding char */ in wl_android_get_rssi()
793 /* skip space from delim after finding char */ in wl_android_get_rssi()
1954 /* skip to cmd name after "natoe" */ in wl_android_process_natoe_cmd()
2564 /* skip to cmd name after "mbo" */ in wl_android_process_mbo_cmd()
5807 int skip = strlen(CMD_P2P_SET_NOA) + 1; in wl_handle_private_cmd() local
5808 bytes_written = wl_cfg80211_set_p2p_noa(net, command + skip, in wl_handle_private_cmd()
5809 priv_cmd.total_len - skip); in wl_handle_private_cmd()
5824 int skip = strlen(CMD_P2P_SET_PS) + 1; in wl_handle_private_cmd() local
5825 bytes_written = wl_cfg80211_set_p2p_ps(net, command + skip, in wl_handle_private_cmd()
5826 priv_cmd.total_len - skip); in wl_handle_private_cmd()
5829 int skip = strlen(CMD_P2P_ECSA) + 1; wl_handle_private_cmd() local
5834 int skip = strlen(CMD_P2P_INC_BW) + 1; wl_handle_private_cmd() local
5841 int skip = strlen(CMD_SET_AP_WPS_P2P_IE) + 3; wl_handle_private_cmd() local
5861 int skip = strlen(CMD_SET_HAPD_AUTO_CHANNEL) + 1; wl_handle_private_cmd() local
5867 int skip = strlen(CMD_HAPD_MAC_FILTER) + 1; wl_handle_private_cmd() local
5885 int skip = strlen(CMD_KEEP_ALIVE) + 1; wl_handle_private_cmd() local
[all...]
H A Dwl_android_ext.c2328 param = bcmstrtok(&pick_tmp, " ", 0); // skip iapsta_init in wl_ext_isam_init()
2648 param = bcmstrtok(&pick_tmp, " ", 0); // skip iapsta_config in wl_ext_iapsta_config()
3451 WL_MSG(cur_if->ifname, "[%c] skip DFS channel %d\n", in wl_ext_if_up()
3605 param = bcmstrtok(&pick_tmp, " ", 0); // skip iapsta_disable in wl_ext_iapsta_disable()
3726 WL_MSG(cur_if->ifname, "[%c] skip DFS channel %d\n", in wl_ext_trigger_csa()
4093 AEXT_ERROR(ifname, "skip channel 0\n"); in wl_ext_enable_iface()
4285 param = bcmstrtok(&pick_tmp, " ", 0); // skip iapsta_enable in wl_ext_iapsta_enable()
5057 AEXT_INFO(dev->name, "skip delete STA %pM\n", mac_addr); in wl_ext_in4way_sync_ap()
6952 int skip = strlen(CMD_EASYMESH) + 1; in wl_android_ext_priv_cmd() local
6953 *bytes_written = wl_ext_easymesh(net, command+skip, total_le in wl_android_ext_priv_cmd()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dnon_factory.mk85 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME).bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_kernel.bin skip=278 bs=1K
93 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_$(X).bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_kernel_$(X).bin skip=278 bs=1K; )
H A Dfactory.mk82 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_factory.bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_kernel_factory.bin skip=278 bs=1K
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dhibernate.c906 goto skip; in hibernate_quiet_exec()
911 skip: in hibernate_quiet_exec()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c915 int skip; in do_sched_rt_period_timer() local
925 skip = !rt_rq->rt_time && !rt_rq->rt_nr_running; in do_sched_rt_period_timer()
927 if (skip) { in do_sched_rt_period_timer()
2493 goto skip; in pull_rt_task()
2508 skip: in pull_rt_task()
H A Dfair.c2929 * PTEs, scan up to virtpages, to skip through those in task_numa_work()
4145 * skip the util_est update. in util_est_update()
4181 * To avoid overestimation of actual task utilization, skip updates if in util_est_update()
4508 if (cfs_rq->skip != se) { in fair_clear_buddies_skip()
4512 cfs_rq->skip = NULL; in fair_clear_buddies_skip()
4526 if (cfs_rq->skip == se) { in clear_buddies()
4666 * 4) do not run the "skip" process, if something else is available
4684 * Avoid running the skip buddy, if running something else can in pick_next_entity()
4687 if (cfs_rq->skip == se) { in pick_next_entity()
7363 for_each_sched_entity(se) cfs_rq_of(se)->skip in set_skip_buddy()
[all...]
H A Dsched.h611 struct sched_entity *skip; member
1303 * See rt task throttling, which is the only time a skip
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dmkimg141 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg140 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1378 bool skip = false; in hexdump() local
1385 if (!skip) { in hexdump()
1387 skip = true; in hexdump()
1397 skip = false; in hexdump()

Completed in 49 milliseconds