Home
last modified time | relevance | path

Searched refs:i (Results 25876 – 25900 of 27568) sorted by relevance

1...<<1031103210331034103510361037103810391040>>...1103

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dstm32-usart.c360 unsigned int count, i; in stm32_usart_transmit_chars_dma() local
416 for (i = count; i > 0; i--) in stm32_usart_transmit_chars_dma()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A DKconfig621 bool "Clocksource using i.MX GPT" if COMPILE_TEST
626 bool "Clocksource using i.MX TPM" if COMPILE_TEST
635 bool "i.MX system counter timer" if COMPILE_TEST
638 Enable this option to use i.MX system counter timer as a
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCC-BY-NC-ND-3.0-DE29i. "Vervielfältigen" im Sinne dieser Lizenz bedeutet, mittels beliebiger Verfahren Vervielfältigun…
49i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) des Rechteinhabers und / oder,…
61i. Unverzichtbare gesetzliche Vergütungsansprüche: Soweit unverzichtbare Vergütungsansprüche im Ge…
65 …tzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) fällt, ver…
H A DCC-BY-2.5-AU43i. Performance Royalties Under Blanket Licences. Licensor will not collect, whether individually o…
56 … for the Work. You must also give clear and reasonably prominent credit to (i) the Original Author…
74 i. the replacement of the goods or the supply of equivalent goods;
84 i. the supplying of the services again; or
H A DCC-BY-NC-3.0-DE29i. "Vervielfältigen" im Sinne dieser Lizenz bedeutet, mittels beliebiger Verfahren Vervielfältigun…
53i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) des Rechteinhabers und / oder,…
67i. Unverzichtbare gesetzliche Vergütungsansprüche: Soweit unverzichtbare Vergütungsansprüche im Ge…
71 …tzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) fällt, ver…
H A DCC-BY-3.0-DE29i. "Vervielfältigen" im Sinne dieser Lizenz bedeutet, mittels beliebiger Verfahren Vervielfältigun…
45i. Unverzichtbare gesetzliche Vergütungsansprüche: Soweit unverzichtbare Vergütungsansprüche im Ge…
49 …tzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) fällt, ver…
59i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) des Rechteinhabers und / oder,…
H A DCC-BY-3.0-AT27i. "Vervielfältigen" im Sinne dieser Lizenz bedeutet, gleichviel in welchem Verfahren, auf welchem…
47i. Unverzichtbare gesetzliche Vergütungsansprüche: Soweit unverzichtbare Vergütungsansprüche im Ge…
51 …tzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) fällt, ver…
63i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) Rechteinhabers, und/oder falls…
H A DCC-BY-NC-ND-3.0-IGO29i. "Collection" means a collection of literary or artistic works or other works or subject matter …
45 …the Work and provide, reasonable to the medium or means You are utilizing: (i) any attributions th…
49i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect r…
87i. Pursuant to a notice of mediation communicated by reasonable means by either You or the Licenso…
H A DCC-BY-SA-3.017 …equivalent to this License, including, at a minimum, because that license: (i) contains terms that…
21 … no individual or entity can be identified, the publisher; and in addition (i) in the case of a pe…
44i) this License; (ii) a later version of this License with the same License Elements as this Licen…
45 …the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Ori…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmsdh_sdmmc.c756 int i; in sdioh_sdmmc_get_cisaddr() local
759 for (i = 0; i < 3; i++) { in sdioh_sdmmc_get_cisaddr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dtc358767.c154 #define DP0_AUXWDATA(i) (0x066c + (i) * 4) argument
155 #define DP0_AUXRDATA(i) (0x067c + (i) * 4) argument
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnet.c1568 int i; in fwnet_remove() local
1581 for (i = 0; dev->queued_datagrams && i < 5; i++) in fwnet_remove()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dlightnvm.c566 int i, max_len; in nvme_nvm_get_chk_meta() local
603 for (i = 0; i < len; i += sizeof(struct nvme_nvm_chk_meta)) { in nvme_nvm_get_chk_meta()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c1395 int i, rtn = NEEDS_RETRY; in scsi_eh_try_stu() local
1397 for (i = 0; rtn == NEEDS_RETRY && i < 2; i++) in scsi_eh_try_stu()
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A D0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch18 pfd[i].fd = asock[i]->fd;
22 pfd[i].events = read ? POLLIN : POLLOUT;
25 pfd[i].events = read ? POLLIN : POLLOUT;
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.src97 Even a request for zero bytes (i.e., malloc(0)) returns a
114 make the normal worst-case wastage 15 bytes (i.e., up to 15
1251 * `top': The top-most available chunk (i.e., the one bordering the
1436 #define bin_at(i) ((mbinptr)((char*)&(av_[2*(i) + 2]) - 2*SIZE_SZ))
1461 #define IAV(i) bin_at(i), bin_at(i)
2067 any remainder. This search is strictly by best-fit; i.e.,
2095 always true of any allocated chunk; i.e., that each allocated
3040 int i;
3050 for (i = 1; i < NAV; ++i)
3052 b = bin_at(i);
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g4.c2549 int i; in aspeed_g4_sig_expr_set() local
2551 for (i = 0; i < expr->ndescs; i++) { in aspeed_g4_sig_expr_set()
2552 const struct aspeed_sig_desc *desc = &expr->descs[i]; in aspeed_g4_sig_expr_set()
2662 int i; in aspeed_g4_pinctrl_probe() local
2664 for (i = 0; i < ARRAY_SIZE(aspeed_g4_pins); i++) in aspeed_g4_pinctrl_probe()
2665 aspeed_g4_pins[i].number = i; in aspeed_g4_pinctrl_probe()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drtw_cfgvendor.c365 int num, mem_needed, i; in rtw_cfgvendor_get_feature_set_matrix() local
388 for (i = 0; i < num; i++) in rtw_cfgvendor_get_feature_set_matrix()
389 nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, reply[i]); in rtw_cfgvendor_get_feature_set_matrix()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu34 runqemu, i.e. `runqemu /path/to/my-image-name.qemuboot.conf`\n\n %s" % message)
472 preload_paths = [os.path.join(uninative_path, i) for i in preload_items]
1079 ports = [int(i) for i in ports]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfgvendor.c357 int num, mem_needed, i; in rtw_cfgvendor_get_feature_set_matrix() local
380 for (i = 0; i < num; i++) in rtw_cfgvendor_get_feature_set_matrix()
381 nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, reply[i]); in rtw_cfgvendor_get_feature_set_matrix()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfgvendor.c357 int num, mem_needed, i; in rtw_cfgvendor_get_feature_set_matrix() local
380 for (i = 0; i < num; i++) in rtw_cfgvendor_get_feature_set_matrix()
381 nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, reply[i]); in rtw_cfgvendor_get_feature_set_matrix()
/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp32.c961 int s, e, rvoff, i = insn - ctx->prog->insnsi; in bpf_jit_emit_insn() local
1134 rvoff = rv_offset(i, off, ctx); in bpf_jit_emit_insn()
1153 if (emit_bpf_tail_call(i, ctx)) in bpf_jit_emit_insn()
1211 rvoff = rv_offset(i, off, ctx); in bpf_jit_emit_insn()
1227 if (i == ctx->prog->len - 1) in bpf_jit_emit_insn()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dce.c1998 int i; in ath10k_ce_alloc_rri() local
2017 for (i = 0; i < CE_COUNT; i++) { in ath10k_ce_alloc_rri()
2019 ce_base_addr = ath10k_ce_base_address(ar, i); in ath10k_ce_alloc_rri()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c126 int i, j; in add_payld_to_queue() local
128 for (i = 0; i < len; i += 4) { in add_payld_to_queue()
138 for (j = 0; j < min_t(u32, len - i, 4); j++) in add_payld_to_queue()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_dig.c798 u1Byte i; in odm_DIG() local
859 for (i=0; i<ODM_ASSOCIATE_ENTRY_NUM; i++) in odm_DIG()
861 pEntry = pDM_Odm->pODM_StaInfo[i]; in odm_DIG()

1...<<1031103210331034103510361037103810391040>>...1103