Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
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()
/Linux-v5.4/kernel/gcov/
Dclang.c250 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
255 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
257 if (info1->checksum != info2->checksum) in gcov_info_is_compatible()
262 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible()
274 list_is_last(&fn_ptr2->head, &info2->functions); in gcov_info_is_compatible()
Dgcov.h74 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
Dgcc_3_4.c202 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
204 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
Dgcc_4_7.c223 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
225 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
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
Dhtt_rx.c943 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
946 info2 = __le32_to_cpu(rxd->ppdu_start.info2); in ath10k_htt_rx_h_rates()
969 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
971 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
986 bw = info2 & 3; in ath10k_htt_rx_h_rates()
988 group_id = (info2 >> 4) & 0x3F; in ath10k_htt_rx_h_rates()
992 nss = ((info2 >> 10) & 0x07) + 1; in ath10k_htt_rx_h_rates()
1018 __le32_to_cpu(rxd->ppdu_start.info2), in ath10k_htt_rx_h_rates()
/Linux-v5.4/drivers/usb/host/
Dxhci-trace.h334 __field(u32, info2)
340 __entry->info2 = le32_to_cpu(ctx->ep_info2);
345 __entry->info2, __entry->deq, __entry->tx_info)
379 __field(u32, info2)
385 __entry->info2 = le32_to_cpu(ctx->dev_info2);
390 __entry->info2, __entry->tt_info,
Dehci-q.c756 u32 info1 = 0, info2 = 0; in qh_make() local
878 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
884 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
886 info2 |= urb->dev->ttport << 23; in qh_make()
892 info2 |= tt->hub->devnum << 16; in qh_make()
904 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
914 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
917 info2 |= mult << 30; in qh_make()
934 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
Dxhci.h2450 static inline const char *xhci_decode_slot_context(u32 info, u32 info2, in xhci_decode_slot_context() argument
2488 info2 & MAX_EXIT, in xhci_decode_slot_context()
2489 DEVINFO_TO_ROOT_HUB_PORT(info2), in xhci_decode_slot_context()
2490 DEVINFO_TO_MAX_PORTS(info2)); in xhci_decode_slot_context()
2623 static inline const char *xhci_decode_ep_context(u32 info, u32 info2, u64 deq, in xhci_decode_ep_context() argument
2653 cerr = (info2 & (3 << 1)) >> 1; in xhci_decode_ep_context()
2654 ep_type = CTX_TO_EP_TYPE(info2); in xhci_decode_ep_context()
2655 hid = !!(info2 & (1 << 7)); in xhci_decode_ep_context()
2656 burst = CTX_TO_MAX_BURST(info2); in xhci_decode_ep_context()
2657 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
Doxu210hp-hcd.c1784 u32 info1 = 0, info2 = 0; in qh_make() local
1873 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
1874 info2 |= urb->dev->ttport << 23; in qh_make()
1886 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1890 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1893 info2 |= hb_mult(maxp) << 30; in qh_make()
1908 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
Dfotg210-hcd.c2718 u32 info1 = 0, info2 = 0; in qh_make() local
2822 info2 |= (FOTG210_TUNE_MULT_TT << 30); in qh_make()
2828 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2830 info2 |= urb->dev->ttport << 23; in qh_make()
2836 info2 |= tt->hub->devnum << 16; in qh_make()
2848 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2858 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2861 info2 |= hb_mult(maxp) << 30; in qh_make()
2878 hw->hw_info2 = cpu_to_hc32(fotg210, info2); in qh_make()
/Linux-v5.4/net/netfilter/
Dxt_connmark.c84 const struct xt_connmark_tginfo2 info2 = { in connmark_tg() local
91 return connmark_tg_shift(skb, &info2); in connmark_tg()
/Linux-v5.4/tools/lib/traceevent/plugins/
Dplugin_kvm.c275 unsigned long long info1 = 0, info2 = 0; in kvm_exit_handler() local
283 && tep_get_field_val(s, event, "info2", record, &info2, 0) >= 0) in kvm_exit_handler()
284 trace_seq_printf(s, " info %llx %llx", info1, info2); in kvm_exit_handler()
/Linux-v5.4/drivers/pcmcia/
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()
/Linux-v5.4/tools/lib/bpf/
Dbtf.c1756 __u32 info1, info2; in btf_equal_int() local
1761 info2 = *(__u32 *)(t2 + 1); in btf_equal_int()
1762 return info1 == info2; in btf_equal_int()
1886 const struct btf_array *info1, *info2; in btf_equal_array() local
1892 info2 = btf_array(t2); in btf_equal_array()
1893 return info1->type == info2->type && in btf_equal_array()
1894 info1->index_type == info2->index_type && in btf_equal_array()
1895 info1->nelems == info2->nelems; in btf_equal_array()
/Linux-v5.4/drivers/staging/wusbcore/host/whci/
Ddebug.c43 qset->qh.info1, qset->qh.info2, qset->qh.info3); in qset_print()
Dwhci-hc.h123 __le32 info2; member
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_83xx.h333 uint32_t info2; /* IDC additional info */ member
Dql4_isr.c592 if ((ha->idc_info.info2 & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_loopback_in_progress()
593 (ha->idc_info.info2 & ENABLE_EXTERNAL_LOOPBACK)) { in qla4_83xx_loopback_in_progress()
924 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
948 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dwmi.h219 __le16 info2; member
253 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_SEQNO_SHIFT) & in wmi_data_hdr_get_seqno()
259 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_AMSDU_SHIFT) & in wmi_data_hdr_is_amsdu()
265 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_META_SHIFT) & in wmi_data_hdr_get_meta()
/Linux-v5.4/drivers/acpi/nfit/
Dcore.c2293 struct nfit_set_info2 *info2; in acpi_nfit_init_interleave_set() local
2306 info2 = devm_kzalloc(dev, sizeof_nfit_set_info2(nr), GFP_KERNEL); in acpi_nfit_init_interleave_set()
2307 if (!info2) in acpi_nfit_init_interleave_set()
2313 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set()
2341 sort(&info2->mapping[0], nr, sizeof(struct nfit_set_info_map2), in acpi_nfit_init_interleave_set()
2343 nd_set->cookie2 = nd_fletcher64(info2, sizeof_nfit_set_info2(nr), 0); in acpi_nfit_init_interleave_set()
2352 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set()
2374 devm_kfree(dev, info2); in acpi_nfit_init_interleave_set()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_nx2.h509 uint32_t info2; /* IDC additional info */ member
/Linux-v5.4/arch/x86/kvm/
Dtrace.h234 __field( u64, info2 )
244 &__entry->info2);
252 __entry->guest_rip, __entry->info1, __entry->info2)
/Linux-v5.4/drivers/scsi/
Dgdth.c1487 if (ha->info2 == 0) { in gdth_analyse_hdrive()
1490 drv_hds = ha->info2 & 0xff; in gdth_analyse_hdrive()
1491 drv_secs = (ha->info2 >> 8) & 0xff; in gdth_analyse_hdrive()
1501 && ha->info2 != 0) { in gdth_analyse_hdrive()
1502 ha->hdr[hdrive].size = ((u64)ha->info2 << 32) | ha->info; in gdth_analyse_hdrive()
2522 ha->info2 = readl(&dp6_ptr->u.ic.Info[1]); in __gdth_interrupt()
2536 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1])); in __gdth_interrupt()
2551 ha->info2 = readl(&dp6m_ptr->i960r.info[1]); in __gdth_interrupt()
3052 *(u32 *)ha->dvr.eu.async.scsi_coord = ha->info2; in gdth_async_event()

12