| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | pptp.c | 75 int i; in lookup_chan_dst() local 78 i = 1; in lookup_chan_dst() 79 for_each_set_bit_from(i, callid_bitmap, MAX_CALLID) { in lookup_chan_dst() 80 sock = rcu_dereference(callid_sock[i]); in lookup_chan_dst() 90 return i < MAX_CALLID; in lookup_chan_dst()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_atm.c | 270 int i; in atm_tc_change() local 273 for (i = 1; i < 0x8000; i++) { in atm_tc_change() 274 classid = TC_H_MAKE(sch->handle, 0x8000 | i); in atm_tc_change()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | e500_mmu_host.c | 284 int i; in clear_tlb_privs() local 287 for (i = 0; i < vcpu_e500->gtlb_params[tlbsel].entries; i++) { in clear_tlb_privs() 289 &vcpu_e500->gtlb_priv[tlbsel][i].ref; in clear_tlb_privs()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_offload.c | 148 int i; in nft_flow_rule_destroy() local 150 flow_action_for_each(i, entry, &flow->rule->action) { in nft_flow_rule_destroy() 427 int err, i = 0; in nft_flow_block_chain() local 441 i++; in nft_flow_block_chain() 448 if (i-- <= 0) in nft_flow_block_chain()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/ |
| H A D | vgic.c | 789 int i = 0; in vgic_flush_lr_state() local 832 for (i = count ; i < kvm_vgic_global_state.nr_lr; i++) in vgic_flush_lr_state() 833 vgic_clear_lr(vcpu, i); in vgic_flush_lr_state()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | nfs.c | 85 int i, rc = 0; in store_block() local 87 for (i = 0; i < CONFIG_SYS_MAX_FLASH_BANKS; i++) { in store_block() 89 if (load_addr + offset >= flash_info[i].start[0]) { in store_block()
|
| H A D | bootp.c | 109 unsigned int i; in bootp_match_id() local 111 for (i = 0; i < bootp_num_ids; i++) in bootp_match_id() 112 if (bootp_ids[i] == id) in bootp_match_id()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sun8i_emac.c | 458 int drive, pull, i; in parse_phy_pins() local 471 for (i = 0; ; i++) { in parse_phy_pins() 475 "allwinner,pins", i, NULL); in parse_phy_pins() 490 if (!i) { in parse_phy_pins()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.sh | 147 for i in "$ns1" "$ns2" "$ns3" "$ns4";do 148 ip netns add $i || exit $ksft_skip 149 ip -net $i link set lo up 339 local port_hex i 342 for i in $(seq 10); do
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-armada-3700.c | 283 int i; in a3700_spi_init() local 298 for (i = 0; i < master->num_chipselect; i++) in a3700_spi_init() 299 a3700_spi_deactivate_cs(a3700_spi, i); in a3700_spi_init()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | affine.hpp | 553 for(int i = 0; i < 3; ++i) in rotate() local 557 value += R(j, k) * Lc(k, i); in rotate() 558 result(j, i) = value; in rotate()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | vmk80xx.c | 646 int i; in vmk80xx_find_usb_endpoints() local 651 for (i = 0; i < iface_desc->desc.bNumEndpoints; i++) { in vmk80xx_find_usb_endpoints() 652 ep_desc = &iface_desc->endpoint[i].desc; in vmk80xx_find_usb_endpoints()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_core_sys.c | 309 unsigned int i; in qeth_dev_performance_stats_store() local 319 for (i = 0; i < card->qdio.no_out_queues; i++) { in qeth_dev_performance_stats_store() 320 queue = card->qdio.out_qs[i]; in qeth_dev_performance_stats_store()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | ser.c | 121 u32 ret, val, not_empty, i; in mac_dump_qta_lost() local 131 for (not_empty = ~qempty.qempty, i = 0; in mac_dump_qta_lost() 132 not_empty != 0; not_empty = not_empty >> 1, i++) { in mac_dump_qta_lost() 139 SET_WORD(i, QLNKTBL_ADDR_TBL_IDX); in mac_dump_qta_lost() 142 PLTFM_MSG_ALWAYS("qidx%d pktcnt = %d\n", i, in mac_dump_qta_lost()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/ |
| H A D | clock-commonclk.c | 401 size_t i; in mpc512x_clk_preset_data() local 403 for (i = 0; i < ARRAY_SIZE(clks); i++) in mpc512x_clk_preset_data() 404 clks[i] = ERR_PTR(-ENODEV); in mpc512x_clk_preset_data()
|
| /OK3568_Linux_fs/kernel/net/802/ |
| H A D | garp.c | 559 unsigned int i; in garp_release_port() local 561 for (i = 0; i <= GARP_APPLICATION_MAX; i++) { in garp_release_port() 562 if (rtnl_dereference(port->applicants[i])) in garp_release_port()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | pasid.c | 199 int i, max_pde; in intel_pasid_free_table() local 214 for (i = 0; i < max_pde; i++) { in intel_pasid_free_table() 215 table = get_pasid_table_from_pde(&dir[i]); in intel_pasid_free_table()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-ocores.c | 613 int i; in ocores_i2c_probe() local 733 for (i = 0; i < pdata->num_devices; i++) in ocores_i2c_probe() 734 i2c_new_client_device(&i2c->adap, pdata->devices + i); in ocores_i2c_probe()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | affine.hpp | 553 for(int i = 0; i < 3; ++i) in rotate() local 557 value += R(j, k) * Lc(k, i); in rotate() 558 result(j, i) = value; in rotate()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-v3-semi.c | 681 int i = 0; in v3_pci_parse_map_dma_ranges() local 691 if (i == 0) { in v3_pci_parse_map_dma_ranges() 694 } else if (i == 1) { in v3_pci_parse_map_dma_ranges() 699 dev_err(dev, "range %d ignored\n", i); in v3_pci_parse_map_dma_ranges() 701 i++; in v3_pci_parse_map_dma_ranges()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | main.c | 146 int i = 0, kill_timeout = 15; in is_brother_process() local 150 while (file[i]) { in is_brother_process() 151 if (!isdigit(file[i])) in is_brother_process() 153 i++; in is_brother_process() 156 if (file[i]) { in is_brother_process()
|
| /OK3568_Linux_fs/kernel/drivers/clk/mediatek/ |
| H A D | clk-mt8173.c | 996 int r, i; in mtk_apmixedsys_init() local 1012 for (i = 0; i < ARRAY_SIZE(apmixed_usb); i++) { in mtk_apmixedsys_init() 1013 const struct mtk_clk_usb *cku = &apmixed_usb[i]; in mtk_apmixedsys_init()
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | pdr_interface.c | 402 int ret, i; in pdr_locate_service() local 419 for (i = domains_read; i < resp->domain_list_len; i++) { in pdr_locate_service() 420 entry = &resp->domain_list[i]; in pdr_locate_service()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | Kconfig | 57 behaviour similar to old (i.e. pre DM) I2C bus driver. 136 bool "NXP i.MX LPI2C driver" 138 Add support for the NXP i.MX LPI2C driver. 141 bool "NXP i.MX I2C driver" 144 Add support for the NXP i.MX I2C driver. This supports upto for bus
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeSensorHw.cpp | 412 for (int i = 0; i < max_count; i++) { in enqueue_rawbuffer() local 413 fake_v4l2_dev = _mipi_tx_dev[i].dynamic_cast_ptr<FakeV4l2Device>(); in enqueue_rawbuffer() 414 fake_v4l2_dev->enqueue_rawbuffer(&vbuf->buf_info[i]); in enqueue_rawbuffer()
|