Home
last modified time | relevance | path

Searched refs:info2 (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c143 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
155 info2 = overlay_infos[ovl2->id]; in dss_mgr_check_zorder()
157 if (info2 == NULL) in dss_mgr_check_zorder()
160 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c53 struct fanotify_info *info2) in fanotify_info_equal() argument
55 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal()
56 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal()
57 info1->name_len != info2->name_len) in fanotify_info_equal()
62 fanotify_info_dir_fh(info2))) in fanotify_info_equal()
67 fanotify_info_file_fh(info2))) in fanotify_info_equal()
71 !memcmp(fanotify_info_name(info1), fanotify_info_name(info2), in fanotify_info_equal()
79 struct fanotify_info *info2 = &fne2->info; in fanotify_name_event_equal() local
88 return fanotify_info_equal(info1, info2); in fanotify_name_event_equal()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhal_desc.h701 u32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member
797 u32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member
1006 u32 info2; member
1250 u32 info2; member
1648 u32 info2; member
1969 u32 info2; member
2100 u32 info2; member
2174 u32 info2; member
2399 u32 info2; member
2441 u32 info2; member
H A Dspectral.c71 __le32 info2; member
110 __le32 info2; member
495 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
497 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
499 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
526 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
528 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
530 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
532 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
H A Drx_desc.h139 __le32 info2; member
423 __le32 info2; member
679 __le32 info2; member
904 __le32 info2; member
H A Dhal_rx.c205 desc->info2 = in ath11k_hal_reo_cmd_update_rx_queue()
400 wbm_desc->info2); in ath11k_hal_wbm_desc_parse_err()
402 wbm_desc->info2); in ath11k_hal_wbm_desc_parse_err()
471 desc->info2), in ath11k_hal_reo_status_queue_stats()
473 desc->info2), in ath11k_hal_reo_status_queue_stats()
475 desc->info2)); in ath11k_hal_reo_status_queue_stats()
650 desc->info2); in ath11k_hal_reo_desc_thresh_reached_status()
H A Ddp_tx.c516 desc->info2); in ath11k_dp_tx_status_parse()
517 if (desc->info2 & HAL_WBM_RELEASE_INFO2_FIRST_MSDU) in ath11k_dp_tx_status_parse()
805 cmd->info2 = 0; in ath11k_dp_tx_htt_srng_setup()
807 cmd->info2 = FIELD_PREP( in ath11k_dp_tx_htt_srng_setup()
819 ring_id, ring_type, cmd->intr_info, cmd->info2); in ath11k_dp_tx_htt_srng_setup()
H A Dhal_tx.c67 tcl_cmd->info2 = ti->flags1 | in ath11k_hal_tx_cmd_desc_setup()
H A Ddp.h281 u32 info2; member
476 u32 info2; member
994 u32 info2; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h466 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
470 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
597 __le32 info2; member
605 __le32 info2; member
732 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member
H A Dhtt_rx.c951 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
955 info2 = __le32_to_cpu(rxd->ppdu_start.info2); in ath10k_htt_rx_h_rates()
978 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
980 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
995 bw = info2 & 3; in ath10k_htt_rx_h_rates()
997 stbc = (info2 >> 3) & 1; in ath10k_htt_rx_h_rates()
998 group_id = (info2 >> 4) & 0x3F; in ath10k_htt_rx_h_rates()
1002 nsts_su = ((info2 >> 10) & 0x07); in ath10k_htt_rx_h_rates()
1032 __le32_to_cpu(rxd->ppdu_start.info2), in ath10k_htt_rx_h_rates()
/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dclang.c280 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
285 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
287 if (info1->checksum != info2->checksum) in gcov_info_is_compatible()
292 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible()
309 list_is_last(&fn_ptr2->head, &info2->functions); in gcov_info_is_compatible()
H A Dgcov.h74 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
H A Dgcc_4_7.c232 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
234 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-q.c767 u32 info1 = 0, info2 = 0; in qh_make() local
889 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
895 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
897 info2 |= urb->dev->ttport << 23; in qh_make()
903 info2 |= tt->hub->devnum << 16; in qh_make()
915 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
925 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
928 info2 |= mult << 30; in qh_make()
945 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
H A Dxhci-trace.h322 __field(u32, info2)
329 __entry->info2 = le32_to_cpu(ctx->ep_info2);
334 __entry->info, __entry->info2, __entry->deq, __entry->tx_info)
368 __field(u32, info2)
375 __entry->info2 = le32_to_cpu(ctx->dev_info2);
380 __entry->info, __entry->info2,
H A Dxhci.h2563 u32 info, u32 info2, u32 tt_info, u32 state) in xhci_decode_slot_context() argument
2599 info2 & MAX_EXIT, in xhci_decode_slot_context()
2600 DEVINFO_TO_ROOT_HUB_PORT(info2), in xhci_decode_slot_context()
2601 DEVINFO_TO_MAX_PORTS(info2)); in xhci_decode_slot_context()
2793 u32 info2, u64 deq, u32 tx_info) in xhci_decode_ep_context() argument
2821 cerr = (info2 & (3 << 1)) >> 1; in xhci_decode_ep_context()
2822 ep_type = CTX_TO_EP_TYPE(info2); in xhci_decode_ep_context()
2823 hid = !!(info2 & (1 << 7)); in xhci_decode_ep_context()
2824 burst = CTX_TO_MAX_BURST(info2); in xhci_decode_ep_context()
2825 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Duniphier-sd.c160 u32 info2 = readl(priv->regbase + UNIPHIER_SD_INFO2); in uniphier_sd_check_error() local
162 if (info2 & UNIPHIER_SD_INFO2_ERR_RTO) { in uniphier_sd_check_error()
171 if (info2 & UNIPHIER_SD_INFO2_ERR_TO) { in uniphier_sd_check_error()
176 if (info2 & (UNIPHIER_SD_INFO2_ERR_END | UNIPHIER_SD_INFO2_ERR_CRC | in uniphier_sd_check_error()
182 if (info2 & (UNIPHIER_SD_INFO2_ERR_ILA | UNIPHIER_SD_INFO2_ERR_ILR | in uniphier_sd_check_error()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_connmark.c86 const struct xt_connmark_tginfo2 info2 = { in connmark_tg() local
93 return connmark_tg_shift(skb, &info2); in connmark_tg()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_kvm.c279 unsigned long long info1 = 0, info2 = 0; in kvm_exit_handler() local
287 && tep_get_field_val(s, event, "info2", record, &info2, 0) >= 0) in kvm_exit_handler()
288 trace_seq_printf(s, " info %llx %llx", info1, info2); in kvm_exit_handler()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfo/
H A Dtst_qgeopositioninfo.cpp172 QGeoPositionInfo info2 = info; in operator_assign() local
173 QCOMPARE(info2, info); in operator_assign()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/
H A Dtst_qgeosatelliteinfo.cpp180 QGeoSatelliteInfo info2 = info; in operator_assign() local
181 QCOMPARE(info2, info); in operator_assign()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Drsrc_nonstatic.c352 unsigned int info1 = 1, info2 = 1; in do_validate_mem() local
363 ret += validate(s, res2, &info2); in do_validate_mem()
368 base, base+size-1, res1, res2, ret, info1, info2); in do_validate_mem()
373 if ((ret) || (info1 != info2) || (info1 == 0)) in do_validate_mem()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_isr.c591 if ((ha->idc_info.info2 & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_loopback_in_progress()
592 (ha->idc_info.info2 & ENABLE_EXTERNAL_LOOPBACK)) { in qla4_83xx_loopback_in_progress()
923 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
947 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
H A Dql4_83xx.h315 uint32_t info2; /* IDC additional info */ member

12