Home
last modified time | relevance | path

Searched refs:i (Results 21476 – 21500 of 27568) sorted by relevance

1...<<851852853854855856857858859860>>...1103

/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c135 int i; in seq_print_vma_name() local
143 for (i = 0; i < num_pages; i++) { in seq_print_vma_name()
493 int i, nr = compound ? compound_nr(page) : 1; in smaps_account() local
531 for (i = 0; i < nr; i++, page++) { in smaps_account()
742 size_t i; in show_smap_vma_flags() local
745 for (i = 0; i < BITS_PER_LONG; i++) { in show_smap_vma_flags()
746 if (!mnemonics[i][0]) in show_smap_vma_flags()
748 if (vma->vm_flags & (1UL << i)) { in show_smap_vma_flags()
749 seq_putc(m, mnemonics[i][0]); in show_smap_vma_flags()
750 seq_putc(m, mnemonics[i][1]); in show_smap_vma_flags()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c410 size_t i; in efx_ptp_update_stats() local
417 for (i = 0; i < PTP_STAT_COUNT; i++) { in efx_ptp_update_stats()
418 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
420 stats[i] = *(unsigned int *)((char *)efx->ptp_data + in efx_ptp_update_stats()
421 efx_ptp_stat_desc[i].offset); in efx_ptp_update_stats()
936 unsigned i; in efx_ptp_process_times() local
954 for (i = 0; i < number_readings; i++) { in efx_ptp_process_times()
960 PTP_OUT_SYNCHRONIZE_TIMESET, i), in efx_ptp_process_times()
961 &ptp->timeset[i]); in efx_ptp_process_times()
964 ptp->nic_to_kernel_time(0, ptp->timeset[i].wait, 0)); in efx_ptp_process_times()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c779 u32 i; in vidtv_psi_pat_table_update_sec_len() local
787 for (i = 0; i < pat->num_pat; ++i) in vidtv_psi_pat_table_update_sec_len()
1486 u32 i = 0, num_pmt = 0; in vidtv_psi_pmt_create_sec_for_each_pat_entry() local
1508 pmt_secs[i] = vidtv_psi_pmt_table_init(be16_to_cpu(program->service_id), in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1511 if (!pmt_secs[i]) { in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1512 while (i > 0) { in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1513 i--; in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1514 vidtv_psi_pmt_table_destroy(pmt_secs[i]); in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1518 i++; in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1532 u32 i; in vidtv_psi_find_pmt_sec() local
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dinode.c1015 unsigned i, n; in ep0_read() local
1022 for (i = 0; i < n; i++) { in ep0_read()
1023 if (dev->event [i].type == GADGETFS_SETUP) { in ep0_read()
1025 n = i + 1; in ep0_read()
1083 unsigned i; in next_event() local
1097 for (i = 0; i != dev->ev_next; i++) { in next_event()
1098 if (dev->event [i].type != type) in next_event()
1100 DBG(dev, "discard old event[%d] %d\n", i, type); in next_event()
1102 if (i == dev->ev_next) in next_event()
1105 memmove (&dev->event [i], &dev->event [i + 1], in next_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c961 int ret, i; in hidpp_devicenametype_get_device_name() local
993 for (i = 0; i < count; i++) in hidpp_devicenametype_get_device_name()
994 device_name[i] = response.fap.params[i]; in hidpp_devicenametype_get_device_name()
1926 int i; in hidpp_ff_find_effect() local
1928 for (i = 0; i < data->num_effects; i++) in hidpp_ff_find_effect()
1929 if (data->effect_ids[i] == effect_id) in hidpp_ff_find_effect()
1930 return i+1; in hidpp_ff_find_effect()
2453 int i; in wtp_send_raw_xy_event() local
2455 for (i = 0; i < 2; i++) in wtp_send_raw_xy_event()
2456 wtp_touch_event(hidpp, &(raw->fingers[i])); in wtp_send_raw_xy_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c104 u32 start, end, i; in new_mmio_info() local
115 for (i = start; i < end; i += 4) { in new_mmio_info()
120 info->offset = i; in new_mmio_info()
1014 int idx, i, ret = 0; in dp_aux_ch_ctl_mmio_write() local
1053 for (i = 1; i <= (len + 1); i++) { in dp_aux_ch_ctl_mmio_write()
1056 t = dpcd->data[addr + i - 1]; in dp_aux_ch_ctl_mmio_write()
1057 t <<= (24 - 8 * (i % 4)); in dp_aux_ch_ctl_mmio_write()
1060 if ((i % 4 == 3) || (i == (len + 1))) { in dp_aux_ch_ctl_mmio_write()
1062 (i / 4 + 1) * 4) = ret; in dp_aux_ch_ctl_mmio_write()
1106 int i; in read_virtual_sbi_register() local
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-libraries-Makefile.in-ignore-the-mkdir-errors.patch28 @for i in $(PKGCONFIG_SRCDIRS); do \
29 $(INSTALL_DATA) $$i/*.pc $(PKGCONFIG_DIR); \
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A DKconfig12 bool "Temperature sensor driver for Freescale i.MX SoCs"
15 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevcoredump.h24 int i; in _devcd_free_sgtable() local
31 for_each_sg(table, iter, sg_nents(table), i) { in _devcd_free_sgtable()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg72x.h148 int i,
154 int i,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0002-Fix-segfault-with-mangled-rename-patch.patch26 && ! ((i == OLD || i == NEW) &&
/OK3568_Linux_fs/buildroot/package/snort/
H A D0005-fix-sparc.patch14 if eval "echo $host_cpu|grep -i sparc >/dev/null"; then
20 @@ -957,8 +955,6 @@ if eval "echo $host_cpu|grep -i sparc >/
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drk_cma_procfs.c18 int i = 0; in cma_procfs_format_array() local
22 char term = (array_size && (++i % 8)) ? ' ' : '\n'; in cma_procfs_format_array()
/OK3568_Linux_fs/buildroot/package/pcre2/
H A DConfig.in16 This option builds the 16-bits pcre2 library, i.e
22 This option builds the 32-bits pcre2 library, i.e
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uftrace/
H A Duftrace_0.11.bb23 if re.match(r'i.86', arch, re.I):
40 COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-tools-cross-canadian.inc22 for i in ${SYS_BINDIR}/*; do
23 chrpath -r "\$ORIGIN/../lib" ${i}
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinconf.h16 int pinconf_validate_map(const struct pinctrl_map *map, int i);
41 static inline int pinconf_validate_map(const struct pinctrl_map *map, int i) in pinconf_validate_map() argument
/OK3568_Linux_fs/buildroot/package/cvs/
H A Dcvs.mk43 (cd $(@D)/debian/patches && for i in *; \
44 do $(SED) 's,^\+\+\+ .*cvs-$(CVS_VERSION)/,+++ cvs-$(CVS_VERSION)/,' $$i; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/nss-myhostname/
H A Dnss-myhostname_0.3.bb25 -i $D${sysconfdir}/nsswitch.conf
31 -i $D${sysconfdir}/nsswitch.conf
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libmxml/
H A Dlibmxml_3.3.bb24 sed -e 's/-Os -g//' -i ${S}/configure.ac
27 sed -e '/.SILENT:/d' -i ${S}/Makefile.in
/OK3568_Linux_fs/kernel/drivers/base/
H A Dmemory.c40 int i; in memhp_online_type_from_str() local
42 for (i = 0; i < ARRAY_SIZE(online_type_to_str); i++) { in memhp_online_type_from_str()
43 if (sysfs_streq(str, online_type_to_str[i])) in memhp_online_type_from_str()
44 return i; in memhp_online_type_from_str()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtas6424.c691 int i; in tas6424_i2c_probe() local
739 for (i = 0; i < ARRAY_SIZE(tas6424->supplies); i++) in tas6424_i2c_probe()
740 tas6424->supplies[i].supply = tas6424_supply_names[i]; in tas6424_i2c_probe()
H A Dak4458.c751 int ret, i; in ak4458_i2c_probe() local
779 for (i = 0; i < ARRAY_SIZE(ak4458->supplies); i++) in ak4458_i2c_probe()
780 ak4458->supplies[i].supply = ak4458_supply_names[i]; in ak4458_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fourcc.c301 unsigned int i; in __drm_format_info() local
303 for (i = 0; i < ARRAY_SIZE(formats); ++i) { in __drm_format_info()
304 if (formats[i].format == format) in __drm_format_info()
305 return &formats[i]; in __drm_format_info()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dkapi.c235 int i, vol_id = -1, len; in ubi_open_volume_nm() local
257 for (i = 0; i < ubi->vtbl_slots; i++) { in ubi_open_volume_nm()
258 struct ubi_volume *vol = ubi->volumes[i]; in ubi_open_volume_nm()
261 vol_id = i; in ubi_open_volume_nm()

1...<<851852853854855856857858859860>>...1103