Home
last modified time | relevance | path

Searched refs:i (Results 24751 – 24775 of 27568) sorted by relevance

1...<<9919929939949959969979989991000>>...1103

/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqt3d_git.bb36 sed -e 's/^\(qtHaveModule(gamepad)\)/OE_QTGAMEPAD_ENABLED:\1/' -i \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Remove-dead-paren_level-code.patch67 int i;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCaptureRawData.h50 int dynamic_capture_raw(int i, uint32_t sequence,
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dbitmaps.rst17 zeros (i.e. all blocks in the group are free). However, it is not
/OK3568_Linux_fs/kernel/fs/coda/
H A DKconfig16 client and server. Servers are currently user level, i.e. they need
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/
H A D0001-Change-PIDFile-path-from-var-run-to-run.patch39 ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-pcu16be.rst19 equalling half of the buffer size (i.e.) offset = buffersize/2. Out of
/OK3568_Linux_fs/buildroot/package/coremark-pro/
H A Dcoremark-pro.sh.in24 for i in 1 2 3; do
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch27 + sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' python-config.py
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-isns/
H A Dopen-isns_0.101.bb34 sed -i 's|daemon isnsd|start-stop-daemon --start --quiet --oknodo --exec ${sbindir}/isnsd --|' \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/grep/
H A Dgrep_3.7.bb21 sed -i -e '1s,#!@SHELL@,#!/bin/sh,' ${S}/src/egrep.sh
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Dlirc-set-transmitter-mask.rst42 When an invalid bit mask is given, i.e. a bit is set, even though the device
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dmpc52xx.rst31 DBug> dn -i zImage.initrd.lite5200
/OK3568_Linux_fs/kernel/include/linux/
H A Dlru_cache.h299 extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/
H A Dguts.txt22 contains a functioning "reset control register" (i.e. the board
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/
H A D0002-session-Fix-buffer-overflow-in-ipmi_get_session_info.patch49 } while (i <= session_info.session_slot_count);
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c585 int i = nd->depth; in drop_links() local
586 while (i--) { in drop_links()
587 struct saved *last = nd->stack + i; in drop_links()
597 int i; in terminate_walk() local
599 for (i = 0; i < nd->depth; i++) in terminate_walk()
600 path_put(&nd->stack[i].link); in terminate_walk()
639 int i; in legitimize_links() local
645 for (i = 0; i < nd->depth; i++) { in legitimize_links()
646 struct saved *last = nd->stack + i; in legitimize_links()
649 nd->depth = i + 1; in legitimize_links()
[all …]
H A Dsplice.c811 int i, flags, more; in splice_direct_to_actor() local
914 for (i = 0; i < pipe->ring_size; i++) { in splice_direct_to_actor()
915 struct pipe_buffer *buf = &pipe->bufs[i]; in splice_direct_to_actor()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c348 size_t alloc_size, i; in l2cap_seq_list_init() local
363 for (i = 0; i < alloc_size; i++) in l2cap_seq_list_init()
364 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
399 u16 i; in l2cap_seq_list_clear() local
404 for (i = 0; i <= seq_list->mask; i++) in l2cap_seq_list_clear()
405 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
3969 int i = 0; in __l2cap_ecred_conn_rsp_defer() local
3991 pdu.dcid[i++] = cpu_to_le16(chan->scid); in __l2cap_ecred_conn_rsp_defer()
3997 sizeof(pdu.rsp) + i * sizeof(__le16), &pdu); in __l2cap_ecred_conn_rsp_defer()
5985 int i, num_scid; in l2cap_ecred_conn_req() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h5335 #define M_P2P_I(x, b, i) (M_P2P_I_BLK(x, b) + ((i) * 2)) argument
5972 #define D11_IS_PING_PONG_IN_RESET(i) (((i) & ((1 << D11_PING_BLOCK_VALID) |\ argument
5981 #define D11_IS_PING_BLOCK_WRITABLE(i) (((i) & D11_PING_BLOCK_VALID_MASK) == \ argument
5983 #define D11_IS_PONG_BLOCK_WRITABLE(i) (((i) & D11_PONG_BLOCK_VALID_MASK) == \ argument
5985 #define D11_SET_PING_BLOCK_VALID(i) (((i) & ~(1 << D11_PONG_BLOCK_VALID)) |\ argument
5987 #define D11_SET_PONG_BLOCK_VALID(i) (((i) & ~(1 << D11_PING_BLOCK_VALID)) |\ argument
5989 #define D11_SET_PING_PONG_INVALID(i) (((i) & ~(1 << D11_PING_BLOCK_VALID)) |\ argument
5990 ((i) & ~(1 << D11_PONG_BLOCK_VALID)))
6003 #define D11_SET_TXTRIG_TYPE(i) (((i) << D11_TXTRIG_TYPE) & D11_TXTRIG_TYPE_MASK) argument
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dusbmon.rst363 for (i = 0; i < nflush; i++) {
364 hdr = (struct ubsmon_packet *) &mmap_area[vec[i]];
367 caddr_t data = &mmap_area[vec[i]] + 64;
/OK3568_Linux_fs/kernel/net/phonet/
H A Dpep.c470 unsigned int i; in pipe_negotiate_fc() local
473 for (i = 0; i < n; i++) { in pipe_negotiate_fc()
474 u8 fc = fcs[i]; in pipe_negotiate_fc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c1617 int i; in run_tests() local
1619 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in run_tests()
1620 if (run_test_case(cgfd, &tests[i])) in run_tests()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Drtw_cfgvendor.c338 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/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_dm.c193 int i; in Init_ODM_ComInfo() local
340 for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) in Init_ODM_ComInfo()
341 odm_cmn_info_ptr_array_hook(pDM_Odm, ODM_CMNINFO_STA_STATUS, i, NULL); in Init_ODM_ComInfo()

1...<<9919929939949959969979989991000>>...1103