Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ncpfs/
Dioctl.c63 struct ncp_fs_info_v2 info2; in ncp_get_fs_info_v2() local
65 if (copy_from_user(&info2, arg, sizeof(info2))) in ncp_get_fs_info_v2()
68 if (info2.version != NCP_GET_FS_INFO_VERSION_V2) { in ncp_get_fs_info_v2()
69 ncp_dbg(1, "info.version invalid: %d\n", info2.version); in ncp_get_fs_info_v2()
72 info2.mounted_uid = from_kuid_munged(current_user_ns(), server->m.mounted_uid); in ncp_get_fs_info_v2()
73 info2.connection = server->connection; in ncp_get_fs_info_v2()
74 info2.buffer_size = server->buffer_size; in ncp_get_fs_info_v2()
75 info2.volume_number = NCP_FINFO(inode)->volNumber; in ncp_get_fs_info_v2()
76 info2.directory_id = NCP_FINFO(inode)->DosDirNum; in ncp_get_fs_info_v2()
77 info2.dummy1 = info2.dummy2 = info2.dummy3 = 0; in ncp_get_fs_info_v2()
[all …]
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dmanager.c155 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
167 info2 = overlay_infos[ovl2->id]; in dss_mgr_check_zorder()
169 if (info2 == NULL) in dss_mgr_check_zorder()
172 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
/linux-4.1.27/drivers/usb/host/
Dehci-q.c764 u32 info1 = 0, info2 = 0; in qh_make() local
884 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
890 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
892 info2 |= urb->dev->ttport << 23; in qh_make()
898 info2 |= tt->hub->devnum << 16; in qh_make()
910 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
920 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
923 info2 |= hb_mult (maxp) << 30; in qh_make()
940 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
Doxu210hp-hcd.c1364 u32 info1 = 0, info2 = 0; in qh_make() local
1453 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
1454 info2 |= urb->dev->ttport << 23; in qh_make()
1466 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1470 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1473 info2 |= hb_mult(maxp) << 30; in qh_make()
1488 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
Dfusbh200-hcd.c2789 u32 info1 = 0, info2 = 0; in qh_make() local
2892 info2 |= (FUSBH200_TUNE_MULT_TT << 30); in qh_make()
2898 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2900 info2 |= urb->dev->ttport << 23; in qh_make()
2906 info2 |= tt->hub->devnum << 16; in qh_make()
2918 info2 |= (FUSBH200_TUNE_MULT_HS << 30); in qh_make()
2928 info2 |= (FUSBH200_TUNE_MULT_HS << 30); in qh_make()
2931 info2 |= hb_mult (maxp) << 30; in qh_make()
2948 hw->hw_info2 = cpu_to_hc32(fusbh200, info2); in qh_make()
Dfotg210-hcd.c2841 u32 info1 = 0, info2 = 0; in qh_make() local
2945 info2 |= (FOTG210_TUNE_MULT_TT << 30); in qh_make()
2951 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2953 info2 |= urb->dev->ttport << 23; in qh_make()
2959 info2 |= tt->hub->devnum << 16; in qh_make()
2971 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2981 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2984 info2 |= hb_mult(maxp) << 30; in qh_make()
3001 hw->hw_info2 = cpu_to_hc32(fotg210, info2); in qh_make()
/linux-4.1.27/kernel/gcov/
Dgcov.h71 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
Dgcc_3_4.c189 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
191 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
Dgcc_4_7.c206 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
208 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
/linux-4.1.27/tools/lib/traceevent/
Dplugin_kvm.c271 unsigned long long info1 = 0, info2 = 0; in kvm_exit_handler() local
279 && pevent_get_field_val(s, event, "info2", record, &info2, 0) >= 0) in kvm_exit_handler()
280 trace_seq_printf(s, " info %llx %llx", info1, info2); in kvm_exit_handler()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c680 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
693 info2 = __le32_to_cpu(rxd->ppdu_start.info2); in ath10k_htt_rx_h_rates()
729 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
731 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
746 nss = ((info2 >> 10) & 0x07) + 1; in ath10k_htt_rx_h_rates()
747 bw = info2 & 3; in ath10k_htt_rx_h_rates()
Drx_desc.h675 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member
Dhtt.h432 __le32 info2; /* HTT_RX_INDICATION_INFO2_ */ member
/linux-4.1.27/drivers/pcmcia/
Drsrc_nonstatic.c357 unsigned int info1 = 1, info2 = 1; in do_validate_mem() local
368 ret += validate(s, res2, &info2); in do_validate_mem()
373 base, base+size-1, res1, res2, ret, info1, info2); in do_validate_mem()
378 if ((ret) || (info1 != info2) || (info1 == 0)) in do_validate_mem()
/linux-4.1.27/drivers/usb/host/whci/
Dwhci-hc.h136 __le32 info2; member
Ddebug.c54 qset->qh.info1, qset->qh.info2, qset->qh.info3); in qset_print()
Dqset.c97 qset->qh.info2 = cpu_to_le32( in qset_fill_qh()
/linux-4.1.27/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()
Dql4_mbx.c1885 mbox_cmd[3] = ha->idc_info.info2; in qla4_84xx_extend_idc_tmo()
2334 mbox_cmd[3] = ha->idc_info.info2; in qla4_83xx_post_idc_ack()
Dql4_os.c5314 if (ha->idc_info.info2 & in qla4xxx_do_dpc()
/linux-4.1.27/arch/x86/kvm/
Dtrace.h212 __field( u64, info2 )
220 &__entry->info2);
227 __entry->guest_rip, __entry->info1, __entry->info2)
Dsvm.c3501 static void svm_get_exit_info(struct kvm_vcpu *vcpu, u64 *info1, u64 *info2) in svm_get_exit_info() argument
3506 *info2 = control->exit_info_2; in svm_get_exit_info()
Dvmx.c7629 static void vmx_get_exit_info(struct kvm_vcpu *vcpu, u64 *info1, u64 *info2) in vmx_get_exit_info() argument
7632 *info2 = vmcs_read32(VM_EXIT_INTR_INFO); in vmx_get_exit_info()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf110.c877 struct nvbios_ocfg info2; in exec_clkcmp() local
913 data = nvbios_ocfg_match(bios, data, *conf, &ver, &hdr, &cnt, &len, &info2); in exec_clkcmp()
915 data = nvbios_oclk_match(bios, info2.clkcmp[id], pclk); in exec_clkcmp()
Dnv50.c1504 struct nvbios_ocfg info2; in exec_clkcmp() local
1566 data = nvbios_ocfg_match(bios, data, *conf, &ver, &hdr, &cnt, &len, &info2); in exec_clkcmp()
1568 data = nvbios_oclk_match(bios, info2.clkcmp[id], pclk); in exec_clkcmp()
/linux-4.1.27/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()
Dwmi.c265 data_hdr->info2 |= cpu_to_le16(meta_ver << WMI_DATA_HDR_META_SHIFT); in ath6kl_wmi_data_hdr_add()
318 meta_size = ((le16_to_cpu(data_hdr->info2) >> WMI_DATA_HDR_META_SHIFT) & in ath6kl_wmi_implicit_create_pstream()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_nx2.h511 uint32_t info2; /* IDC additional info */ member
/linux-4.1.27/drivers/scsi/
Dgdth.c1936 if (ha->info2 == 0) { in gdth_analyse_hdrive()
1939 drv_hds = ha->info2 & 0xff; in gdth_analyse_hdrive()
1940 drv_secs = (ha->info2 >> 8) & 0xff; in gdth_analyse_hdrive()
1950 && ha->info2 != 0) { in gdth_analyse_hdrive()
1951 ha->hdr[hdrive].size = ((u64)ha->info2 << 32) | ha->info; in gdth_analyse_hdrive()
3028 ha->info2 = inl(ha->bmic + MAILBOXREG+4); in __gdth_interrupt()
3042 ha->info2 = readl(&dp2_ptr->u.ic.Info[1]); in __gdth_interrupt()
3057 ha->info2 = readl(&dp6_ptr->u.ic.Info[1]); in __gdth_interrupt()
3071 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1])); in __gdth_interrupt()
3092 ha->info2 = pcs->info1; in __gdth_interrupt()
[all …]
Dgdth.h871 u32 info2; /* additional info */ member
/linux-4.1.27/drivers/net/ethernet/3com/
D3c59x.c644 u16 capabilities, info1, info2; /* Various, from EEPROM. */ member
1353 vp->info2 = eeprom[15]; in vortex_probe1()
1445 (vp->info2 & 1) ? "early" : "whole-frame" ); in vortex_probe1()
1447 vp->full_bus_master_rx = (vp->info2 & 1) ? 1 : 2; in vortex_probe1()
/linux-4.1.27/drivers/mmc/host/
Dusdhi6rol0.c235 static void usdhi6_irq_enable(struct usdhi6_host *host, u32 info1, u32 info2) in usdhi6_irq_enable() argument
238 host->status2_mask = USDHI6_SD_INFO2_IRQ & ~info2; in usdhi6_irq_enable()
/linux-4.1.27/drivers/iommu/
Dintel-iommu.c2214 struct device_domain_info *info2; in dmar_insert_dev_info() local
2215 info2 = dmar_search_domain_by_dev_info(iommu->segment, bus, devfn); in dmar_insert_dev_info()
2216 if (info2) in dmar_insert_dev_info()
2217 found = info2->domain; in dmar_insert_dev_info()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h802 void (*get_exit_info)(struct kvm_vcpu *vcpu, u64 *info1, u64 *info2);