Searched refs:did (Results 76 - 100 of 130) sorted by relevance

123456

/linux-master/drivers/input/serio/
H A Di8042-acpipnpio.h1393 static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
1404 strscpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name));
1420 static int i8042_pnp_aux_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
1431 strscpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name));
/linux-master/drivers/iommu/intel/
H A Dpasid.h305 u32 pasid, u16 did, int flags);
H A Ddmar.c1506 void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, u8 fm, argument
1511 desc.qw0 = QI_CC_FM(fm) | QI_CC_SID(sid) | QI_CC_DID(did)
1520 void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, argument
1534 desc.qw0 = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw)
1576 void qi_flush_piotlb(struct intel_iommu *iommu, u16 did, u32 pasid, u64 addr, argument
1593 QI_EIOTLB_DID(did) |
1605 QI_EIOTLB_DID(did) |
1669 void qi_flush_pasid_cache(struct intel_iommu *iommu, u16 did, argument
1674 desc.qw0 = QI_PC_PASID(pasid) | QI_PC_DID(did) |
/linux-master/drivers/scsi/libfc/
H A Dfc_encode.h726 enum fc_fh_type *fh_type, u32 *did)
733 *did = FC_FID_MGMT_SERV;
738 *did = FC_FID_DIR_SERV;
904 u32 did,
723 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) argument
903 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1389 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1391 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
1967 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1969 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
2513 tst.l %d1 # did ifetch fail?
2525 tst.l %d1 # did ifetch fail?
2652 # no exception occurred. now, did a disabled, exact overflow occur with inexact
2654 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did overflow occur?
2672 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did overflow occur?
2674 btst &unfl_bit,FPSR_EXCEPT(%a6) # did underflo
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c675 u32 sid, did; local
747 did = rport->port_id;
748 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_DD_UNSOL_CMD, did, sid,
829 u32 sid, did; local
883 did = rport->port_id;
885 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_BA_ABTS, did, sid,
/linux-master/arch/mips/pci/
H A Dpcie-octeon.c46 uint64_t did:5; /* PCIe DID = 3 */ member in struct:cvmx_pcie_address::__anon65
77 uint64_t did:5; /* PCIe DID = 3 */ member in struct:cvmx_pcie_address::__anon66
88 uint64_t did:5; /* PCIe DID = 3 */ member in struct:cvmx_pcie_address::__anon67
111 pcie_addr.io.did = 3;
145 pcie_addr.mem.did = 3;
242 pcie_addr.config.did = 3;
/linux-master/drivers/edac/
H A Dskx_common.c237 * We use the per-socket device @cfg->did to count how many sockets are present,
288 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) argument
293 pdev = pci_get_device(PCI_VENDOR_ID_INTEL, did, NULL);
/linux-master/arch/sparc/kernel/
H A Detrap_32.S273 andcc %glob_tmp, 0x2, %g0 ! did we fault?
H A Dwof.S360 andcc %glob_tmp, 0x2, %g0 ! did we fault?
/linux-master/drivers/rapidio/switches/
H A Didt_gen2.c278 tmp = (rdev->did == RIO_DID_IDTCPS1848) ? 48 : 16;
/linux-master/include/linux/
H A Drio.h149 * @did: Device ID
180 u16 did; member in struct:rio_dev
H A Dmod_devicetable.h746 * @did: RapidIO device ID
755 __u16 did, vid; member in struct:rio_device_id
/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c161 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h154 u16 did; member in struct:shared_phy_params
/linux-master/arch/x86/kernel/
H A Dhead_32.S181 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c203 DEVID_FIELD(rio_device_id, did);
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c21 uint32_t did, sid; local
107 did = fcport->rdata->ids.port_id;
110 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS_REQ, did, sid,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mbox.c699 * @did: remote port identifier.
711 lpfc_unreg_did(struct lpfc_hba * phba, uint16_t vpi, uint32_t did, argument
719 mb->un.varUnregDID.did = did;
785 * @did: remote port identifier.
806 lpfc_reg_rpi(struct lpfc_hba *phba, uint16_t vpi, uint32_t did, argument
821 mb->un.varRegLogin.did = did;
831 "rpi x%x\n", vpi, did, rpi);
H A Dlpfc_hbadisc.c140 "rport terminate: sid:x%x did:x%x flg:x%x",
167 "rport devlosscb: sid:x%x did:x%x flg:x%x",
448 "rport devlosstmo:did:x%x type:x%x id:x%x",
2059 * If user did not specify any addressing mode, or if the
4488 "rport add: did:x%x flg:x%x type x%x",
4556 "rport delete: did:x%x flg:x%x type x%x",
4844 "node statechg did:x%x old:%d ste:%d",
4904 * @did: FC_ID of the node.
4916 uint32_t did)
4923 ndlp->nlp_DID = did;
4915 lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
5551 lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
5607 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) argument
5635 lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) argument
5683 lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) argument
6529 lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did) argument
[all...]
H A Dlpfc_crtn.h130 struct lpfc_nodelist *lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did);
369 struct lpfc_dmabuf *bmp, u16 cmd_size, u32 did,
/linux-master/scripts/
H A Dcheck-uapi.sh14 dirty changes) did not introduce ABI changes when compared to HEAD^1. You can
362 eprintf "error - abidiff did not run properly\n"
384 printf "\n%s did not change between %s and %s...\n" "$file" "$past_ref" "${base_ref:-dirty tree}"
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S331 bne 5b ! we did not go negative, continue looping
365 bne ccdbl ! we did not go negative, continue looping
/linux-master/drivers/media/i2c/
H A Dmt9p031.c1105 const struct i2c_device_id *did = i2c_client_get_device_id(client); local
1130 mt9p031->model = did->driver_data;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_attr.c843 port_id_t did; local
856 did.b.domain = (type & 0x00ff0000) >> 16;
857 did.b.area = (type & 0x0000ff00) >> 8;
858 did.b.al_pa = (type & 0x000000ff);
861 did.b.domain, did.b.area, did.b.al_pa);
865 qla24xx_els_dcmd_iocb(vha, ELS_DCMD_LOGO, did);

Completed in 321 milliseconds

123456