| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | scan.c | 93 int i, ret; in jffs2_scan_medium() local 143 for (i=0; i<c->nr_blocks; i++) { in jffs2_scan_medium() 144 struct jffs2_eraseblock *jeb = &c->blocks[i]; in jffs2_scan_medium()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 348 int num, mem_needed, i; in rtw_cfgvendor_get_feature_set_matrix() local 371 for (i = 0; i < num; i++) { in rtw_cfgvendor_get_feature_set_matrix() 372 nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, reply[i]); in rtw_cfgvendor_get_feature_set_matrix()
|
| /OK3568_Linux_fs/kernel/drivers/clk/tegra/ |
| H A D | clk-tegra114.c | 1019 unsigned int i; in tegra114_periph_clk_init() local 1064 for (i = 0; i < ARRAY_SIZE(tegra_periph_clk_list); i++) { in tegra114_periph_clk_init() 1065 data = &tegra_periph_clk_list[i]; in tegra114_periph_clk_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-v4l2.c | 210 static int pvr2_g_input(struct file *file, void *priv, unsigned int *i) in pvr2_g_input() argument 222 *i = 0; in pvr2_g_input() 225 *i = idx; in pvr2_g_input() 467 static int pvr2_streamon(struct file *file, void *priv, enum v4l2_buf_type i) in pvr2_streamon() argument 486 static int pvr2_streamoff(struct file *file, void *priv, enum v4l2_buf_type i) in pvr2_streamoff() argument
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | libfs.c | 610 int i; in simple_fill_super() local 634 for (i = 0; !files->name || files->name[0]; i++, files++) { in simple_fill_super() 639 if (unlikely(i == 1)) in simple_fill_super() 655 inode->i_ino = i; in simple_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pagelist.c | 981 unsigned int i; in nfs_pageio_alloc_mirrors() local 989 for (i = 0; i < mirror_count; i++) in nfs_pageio_alloc_mirrors() 990 nfs_pageio_mirror_init(&ret[i], desc->pg_bsize); in nfs_pageio_alloc_mirrors()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 912 int i, status = 0; in pnv_eeh_wait_for_pending() local 915 for (i = 0; i < 4; i++) { in pnv_eeh_wait_for_pending() 920 msleep((1 << i) * 100); in pnv_eeh_wait_for_pending()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 1308 int ret, i; in amdgpu_pmops_runtime_suspend() local 1316 for (i = 0; i < AMDGPU_MAX_RINGS; i++) { in amdgpu_pmops_runtime_suspend() 1317 struct amdgpu_ring *ring = adev->rings[i]; in amdgpu_pmops_runtime_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | rtw_cfgvendor.c | 338 int num, mem_needed, i; in rtw_cfgvendor_get_feature_set_matrix() local 361 for (i = 0; i < num; i++) { in rtw_cfgvendor_get_feature_set_matrix() 362 nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, reply[i]); in rtw_cfgvendor_get_feature_set_matrix()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_flash.c | 698 u16 i; in verify_fi() local 725 for (i = 0, len = 0, ch = fi->cmp_hdr; in verify_fi() 726 i < fi->num_comps; in verify_fi() 727 i++, ch++) { in verify_fi() 734 if (i != ch->img_type) { in verify_fi()
|
| /OK3568_Linux_fs/buildroot/package/bc/ |
| H A D | 0002-notice-read-and-write-errors-on-input-and-output.patch | 188 printf ("@i"); 725 for (i=0; i<len; i++) printf ("%c",BCD_CHAR(num[i]));
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 1203 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local 1222 flow_action_for_each(i, act, &flow->rule->action) { in nfp_flower_compile_action() 1223 if (nfp_fl_check_mangle_start(&flow->rule->action, i)) in nfp_flower_compile_action() 1228 &set_act, &pkt_host, extack, i); in nfp_flower_compile_action() 1232 if (nfp_fl_check_mangle_end(&flow->rule->action, i)) in nfp_flower_compile_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_endpoint.c | 728 u32 i; in ipa_endpoint_modem_hol_block_clear_all() local 730 for (i = 0; i < IPA_ENDPOINT_MAX; i++) { in ipa_endpoint_modem_hol_block_clear_all() 731 struct ipa_endpoint *endpoint = &ipa->endpoint[i]; in ipa_endpoint_modem_hol_block_clear_all()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | drv.c | 1039 int i, ret; in iwl_pci_probe() local 1063 for (i = 0; i < ARRAY_SIZE(iwl_dev_info_table); i++) { in iwl_pci_probe() 1064 const struct iwl_dev_info *dev_info = &iwl_dev_info_table[i]; in iwl_pci_probe()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_resp.c | 1030 int i; in find_resource() local 1032 for (i = 0; i < qp->attr.max_dest_rd_atomic; i++) { in find_resource() 1033 struct resp_res *res = &qp->resp.resources[i]; in find_resource()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3_3.10.9.bb | 154 sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT 172 sed -i -e 's:${B}:/build/path/unavailable/:g' \ 184 sed -i \ 217 sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT 235 …sed -i -e 's:--sysroot=${STAGING_DIR_TARGET}::g' -e s:'--with-libtool-sysroot=${STAGING_DIR_TARGET…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_interface.c | 1301 u8 i in phydm_get_txbf_en() argument 1353 p_dm_bdc_table->w_bfee_client[i] = true; /* AP act as BFer */ in phydm_get_txbf_en() 1356 p_dm_bdc_table->w_bfee_client[i] = false; /* AP act as BFer */ in phydm_get_txbf_en() 1359 p_dm_bdc_table->w_bfer_client[i] = true; /* AP act as BFee */ in phydm_get_txbf_en() 1362 p_dm_bdc_table->w_bfer_client[i] = false; /* AP act as BFer */ in phydm_get_txbf_en()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | sata_dwc_460ex.c | 887 int i; in sata_dwc_port_start() local 917 for (i = 0; i < SATA_DWC_QCMD_MAX; i++) in sata_dwc_port_start() 918 hsdevp->cmd_issued[i] = SATA_DWC_CMD_ISSUED_NOT; in sata_dwc_port_start()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_els.c | 3133 int i; in lpfc_cmpl_els_disc_cmd() local 3143 for (i = 0; i < ELS_RDF_REG_TAG_CNT && in lpfc_cmpl_els_disc_cmd() 3144 i < be32_to_cpu(prdf->reg_d1.reg_desc.count); i++) in lpfc_cmpl_els_disc_cmd() 3149 prdf->reg_d1.desc_tags[i])); in lpfc_cmpl_els_disc_cmd() 6488 int i; in lpfc_els_flush_rscn() local 6500 for (i = 0; i < vport->fc_rscn_id_cnt; i++) { in lpfc_els_flush_rscn() 6501 lpfc_in_buf_free(phba, vport->fc_rscn_id_list[i]); in lpfc_els_flush_rscn() 6502 vport->fc_rscn_id_list[i] = NULL; in lpfc_els_flush_rscn() 6531 uint32_t payload_len, i; in lpfc_rscn_payload_check() local 6553 for (i = 0; i < vport->fc_rscn_id_cnt; i++) { in lpfc_rscn_payload_check() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | hostapd.conf.AES.template | 4 # AP netdevice name (without 'ap' postfix, i.e., wlan0 uses wlan0ap for 118 # (default: 0, i.e., not set) 173 # are ignored). The entries in this list are in 100 kbps, i.e., 11 Mbps = 110. 177 # hw_mode (i.e., this line can be removed from configuration file in most 223 # specify full SSID, i.e., require stations to know SSID. 377 # inactivity; i.e., client will not report broken connection because 380 # default: 300 (i.e., 5 minutes) 653 # Rekeying period in seconds. 0 = do not rekey (i.e., set keys only once) 979 ##### WPA/IEEE 802.11i configuration ########################################## 988 # This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0) [all …]
|
| H A D | hostapd.conf.TKIP.template | 4 # AP netdevice name (without 'ap' postfix, i.e., wlan0 uses wlan0ap for 118 # (default: 0, i.e., not set) 173 # are ignored). The entries in this list are in 100 kbps, i.e., 11 Mbps = 110. 177 # hw_mode (i.e., this line can be removed from configuration file in most 223 # specify full SSID, i.e., require stations to know SSID. 377 # inactivity; i.e., client will not report broken connection because 380 # default: 300 (i.e., 5 minutes) 653 # Rekeying period in seconds. 0 = do not rekey (i.e., set keys only once) 979 ##### WPA/IEEE 802.11i configuration ########################################## 988 # This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0) [all …]
|
| H A D | hostapd.conf.template | 4 # AP netdevice name (without 'ap' postfix, i.e., wlan0 uses wlan0ap for 118 # (default: 0, i.e., not set) 173 # are ignored). The entries in this list are in 100 kbps, i.e., 11 Mbps = 110. 177 # hw_mode (i.e., this line can be removed from configuration file in most 223 # specify full SSID, i.e., require stations to know SSID. 377 # inactivity; i.e., client will not report broken connection because 380 # default: 300 (i.e., 5 minutes) 652 # Rekeying period in seconds. 0 = do not rekey (i.e., set keys only once) 978 ##### WPA/IEEE 802.11i configuration ########################################## 987 # This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0) [all …]
|
| H A D | hostapd.conf.NO_SEC.template | 4 # AP netdevice name (without 'ap' postfix, i.e., wlan0 uses wlan0ap for 118 # (default: 0, i.e., not set) 173 # are ignored). The entries in this list are in 100 kbps, i.e., 11 Mbps = 110. 177 # hw_mode (i.e., this line can be removed from configuration file in most 223 # specify full SSID, i.e., require stations to know SSID. 377 # inactivity; i.e., client will not report broken connection because 380 # default: 300 (i.e., 5 minutes) 653 # Rekeying period in seconds. 0 = do not rekey (i.e., set keys only once) 979 ##### WPA/IEEE 802.11i configuration ########################################## 988 # This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 616 i.e. nothing following the final comma. 706 i/Z'FFFFFFFF'/' will result in an integer overflow on most systems, 707 but with '-fno-range-check' the value will "wrap around" and 'i' 1263 do i=1,4 1264 if (condition(i)) then 1265 a(i) = 1.2 1554 i = j_() + max_count__(&my_var__, &lvar); 1558 i = j() + max_count(&my_var, &lvar); 1612 Single-image mode, i.e. 'num_images()' is always one. 1725 integer, parameter :: i(n) = (/ (2*j, j = 1, n) /) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 616 i.e. nothing following the final comma. 706 i/Z'FFFFFFFF'/' will result in an integer overflow on most systems, 707 but with '-fno-range-check' the value will "wrap around" and 'i' 1263 do i=1,4 1264 if (condition(i)) then 1265 a(i) = 1.2 1554 i = j_() + max_count__(&my_var__, &lvar); 1558 i = j() + max_count(&my_var, &lvar); 1612 Single-image mode, i.e. 'num_images()' is always one. 1725 integer, parameter :: i(n) = (/ (2*j, j = 1, n) /) [all …]
|