/linux-4.1.27/fs/ncpfs/ |
D | ioctl.c | 63 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/ |
D | manager.c | 155 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/ |
D | ehci-q.c | 764 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()
|
D | oxu210hp-hcd.c | 1364 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()
|
D | fusbh200-hcd.c | 2789 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()
|
D | fotg210-hcd.c | 2841 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/ |
D | gcov.h | 71 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
|
D | gcc_3_4.c | 189 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()
|
D | gcc_4_7.c | 206 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/ |
D | plugin_kvm.c | 271 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/ |
D | htt_rx.c | 680 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()
|
D | rx_desc.h | 675 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member
|
D | htt.h | 432 __le32 info2; /* HTT_RX_INDICATION_INFO2_ */ member
|
/linux-4.1.27/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 357 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/ |
D | whci-hc.h | 136 __le32 info2; member
|
D | debug.c | 54 qset->qh.info1, qset->qh.info2, qset->qh.info3); in qset_print()
|
D | qset.c | 97 qset->qh.info2 = cpu_to_le32( in qset_fill_qh()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_83xx.h | 333 uint32_t info2; /* IDC additional info */ member
|
D | ql4_isr.c | 592 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()
|
D | ql4_mbx.c | 1885 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()
|
D | ql4_os.c | 5314 if (ha->idc_info.info2 & in qla4xxx_do_dpc()
|
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 212 __field( u64, info2 ) 220 &__entry->info2); 227 __entry->guest_rip, __entry->info1, __entry->info2)
|
D | svm.c | 3501 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()
|
D | vmx.c | 7629 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/ |
D | gf110.c | 877 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()
|
D | nv50.c | 1504 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/ |
D | wmi.h | 219 __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()
|
D | wmi.c | 265 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/ |
D | qla_nx2.h | 511 uint32_t info2; /* IDC additional info */ member
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.c | 1936 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 …]
|
D | gdth.h | 871 u32 info2; /* additional info */ member
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 644 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/ |
D | usdhi6rol0.c | 235 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/ |
D | intel-iommu.c | 2214 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/ |
D | kvm_host.h | 802 void (*get_exit_info)(struct kvm_vcpu *vcpu, u64 *info1, u64 *info2);
|