Home
last modified time | relevance | path

Searched refs:did (Results 1 – 200 of 265) sorted by relevance

12

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211types.h259 u32 did; member
266 u32 did; member
274 u32 did; member
282 u32 did; member
290 u32 did; member
298 u32 did; member
306 u32 did; member
314 u32 did; member
322 u32 did; member
330 u32 did; member
[all …]
Dcfg80211.c72 static int prism2_domibset_uint32(wlandevice_t *wlandev, u32 did, u32 data) in prism2_domibset_uint32() argument
79 mibitem->did = did; in prism2_domibset_uint32()
86 u32 did, u8 len, const u8 *data) in prism2_domibset_pstr32() argument
93 mibitem->did = did; in prism2_domibset_pstr32()
148 u32 did; in prism2_add_key() local
165 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey0; in prism2_add_key()
169 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey1; in prism2_add_key()
173 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey2; in prism2_add_key()
177 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey3; in prism2_add_key()
185 result = prism2_domibset_pstr32(wlandev, did, in prism2_add_key()
[all …]
Dprism2mgmt.h101 void prism2mgmt_get_grpaddr(u32 did, p80211pstrd_t *pstr, hfa384x_t *priv);
102 int prism2mgmt_set_grpaddr(u32 did,
105 int prism2mgmt_get_grpaddr_index(u32 did);
Dprism2mib.c83 u32 did; member
289 for (mib = mibtab; mib->did != 0; mib++) in prism2mgmt_mibset_mibget()
290 if (mib->did == mibitem->did && (mib->flag & which)) in prism2mgmt_mibset_mibget()
293 if (mib->did == 0) { in prism2mgmt_mibset_mibget()
713 switch (mib->did) { in prism2mib_priv()
736 netdev_err(wlandev->netdev, "Unhandled DID 0x%08x\n", mib->did); in prism2mib_priv()
Dprism2fw.c290 getmsg.mibattribute.did = DIDmsg_dot11req_mibget_mibattribute; in prism2_fwapply()
292 getmsg.resultcode.did = DIDmsg_dot11req_mibget_resultcode; in prism2_fwapply()
296 item->did = DIDmib_p2_p2NIC_p2PRISupRange; in prism2_fwapply()
774 msg->pda.did = DIDmsg_p2req_readpda_pda; in read_cardpda()
777 msg->resultcode.did = DIDmsg_p2req_readpda_resultcode; in read_cardpda()
1005 rstmsg->enable.did = DIDmsg_p2req_ramdl_state_enable; in writeimage()
1006 rstmsg->exeaddr.did = DIDmsg_p2req_ramdl_state_exeaddr; in writeimage()
1007 rstmsg->resultcode.did = DIDmsg_p2req_ramdl_state_resultcode; in writeimage()
1018 rwrmsg->addr.did = DIDmsg_p2req_ramdl_write_addr; in writeimage()
1019 rwrmsg->len.did = DIDmsg_p2req_ramdl_write_len; in writeimage()
[all …]
Dp80211netdev.c639 mibattr->did = DIDmsg_dot11req_mibset_mibattribute; in p80211knetdev_set_mac_address()
643 macaddr->did = DIDmib_dot11mac_dot11OperationTable_dot11MACAddress; in p80211knetdev_set_mac_address()
650 resultcode->did = DIDmsg_dot11req_mibset_resultcode; in p80211knetdev_set_mac_address()
Dp80211req.c187 switch (mibitem->did) { in p80211req_mibset_mibget()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-address.h147 uint64_t did:8; member
172 uint64_t did:8; member
233 uint64_t did:8; member
247 uint64_t did:8; member
295 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did)) argument
296 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40) argument
297 #define CVMX_FULL_DID(did, subdid) (((did) << 3) | (subdid)) argument
Dcvmx-pow.h253 uint64_t did:8; member
267 uint64_t did:8;
286 uint64_t did:8; member
315 uint64_t did:8;
334 uint64_t did:8; member
359 uint64_t did:8;
378 uint64_t did:8; member
423 uint64_t did:8;
447 uint64_t did:8; member
452 uint64_t did:8;
[all …]
Dcvmx-fpa.h61 uint64_t did:8; member
69 uint64_t did:8;
210 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA, pool); in cvmx_fpa_async_alloc()
Dcvmx-pko.h138 uint64_t did:8; member
161 uint64_t did:8;
333 ptr.s.did = CVMX_OCT_DID_PKT_SEND; in cvmx_pko_doorbell()
Dcvmx-sriox-defs.h773 uint64_t did:16; member
787 uint64_t did:16;
/linux-4.4.14/drivers/pcmcia/
Dds.c48 const struct pcmcia_device_id *did = p_drv->id_table; in pcmcia_check_driver() local
56 while (did && did->match_flags) { in pcmcia_check_driver()
58 if (!did->prod_id[i]) in pcmcia_check_driver()
61 hash = crc32(0, did->prod_id[i], strlen(did->prod_id[i])); in pcmcia_check_driver()
62 if (hash == did->prod_id_hash[i]) in pcmcia_check_driver()
67 "be 0x%x\n", p_drv->name, did->prod_id[i], in pcmcia_check_driver()
68 did->prod_id_hash[i], hash); in pcmcia_check_driver()
73 did++; in pcmcia_check_driver()
805 const struct pcmcia_device_id *did) in pcmcia_devmatch() argument
807 if (did->match_flags & PCMCIA_DEV_ID_MATCH_MANF_ID) { in pcmcia_devmatch()
[all …]
/linux-4.4.14/drivers/scsi/libfc/
Dfc_elsct.c43 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, in fc_elsct_send() argument
56 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
59 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
67 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
Dfc_exch.c656 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked()
973 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp()
974 ep->oid = ep->did; in fc_exch_resp()
1176 ep->did = orig_id; in fc_exch_set_addr()
1179 ep->did = resp_id; in fc_exch_set_addr()
1228 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last()
1547 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp()
1548 ep->did != FC_FID_FLOGI) { in fc_exch_recv_seq_resp()
1866 u32 sid, u32 did) in fc_exch_pool_reset() argument
1876 (did == 0 || did == ep->did)) { in fc_exch_pool_reset()
[all …]
Dfc_lport.c1710 u32 did; in fc_lport_flogi_resp() local
1737 did = fc_frame_did(fp); in fc_lport_flogi_resp()
1738 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 || in fc_lport_flogi_resp()
1779 fc_lport_set_port_id(lport, did, fp); in fc_lport_flogi_resp()
1783 lport->host->host_no, did); in fc_lport_flogi_resp()
1794 fc_lport_set_port_id(lport, did, fp); in fc_lport_flogi_resp()
1970 u32 did, u32 tov) in fc_lport_els_request() argument
1991 hton24(fh->fh_d_id, did); in fc_lport_els_request()
2030 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request() argument
2052 hton24(fh->fh_d_id, did); in fc_lport_ct_request()
[all …]
Dfc_fcp.c684 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid, in fc_fcp_send_data()
980 ep->did, ep->sid, in fc_fcp_complete_locked()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Damd.c18 unsigned did:3; member
39 t = pstate.bits.did; in get_did()
47 int fid, did; in get_cof() local
49 did = get_did(family, pstate); in get_cof()
56 return (100 * (fid + t)) >> did; in get_cof()
/linux-4.4.14/include/linux/
Dintel-iommu.h281 #define QI_IOTLB_DID(did) (((u64)did) << 16) argument
291 #define QI_CC_DID(did) (((u64)did) << 16) argument
301 #define QI_PC_DID(did) (((u64)did) << 16) argument
312 #define QI_EIOTLB_DID(did) (((u64)did) << 16) argument
327 #define QI_PGRP_DID(did) (((u64)(did)) << 16) argument
377 void (*flush_context)(struct intel_iommu *iommu, u16 did, u16 sid,
379 void (*flush_iotlb)(struct intel_iommu *iommu, u16 did, u64 addr,
461 extern void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid,
463 extern void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr,
486 u16 did; member
Drio_drv.h296 .did = (dev), .vid = (ven), \
438 extern struct rio_dev *rio_get_device(u16 vid, u16 did, struct rio_dev *from);
439 extern struct rio_dev *rio_get_asm(u16 vid, u16 did, u16 asm_vid, u16 asm_did,
Drio.h175 u16 did; member
Dmod_devicetable.h645 __u16 did, vid; member
/linux-4.4.14/include/scsi/fc/
Dfc_fcoe.h98 static inline void fc_fcoe_set_mac(u8 *mac, u8 *did) in fc_fcoe_set_mac() argument
103 mac[3] = did[0]; in fc_fcoe_set_mac()
104 mac[4] = did[1]; in fc_fcoe_set_mac()
105 mac[5] = did[2]; in fc_fcoe_set_mac()
/linux-4.4.14/net/nfc/
Ddigital_dep.c74 u8 did; member
85 u8 did; member
96 u8 did; member
104 u8 did; member
357 psl_req->did = 0; in digital_in_send_psl_req()
478 atr_req->did = 0; in digital_in_send_atr_req()
945 if (ddev->did) { in digital_tg_send_ack()
948 memcpy(skb_put(skb, sizeof(ddev->did)), &ddev->did, in digital_tg_send_ack()
949 sizeof(ddev->did)); in digital_tg_send_ack()
991 if (ddev->did) { in digital_tg_send_atn()
[all …]
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-av-vbi.c64 u8 did; member
266 int did, sdid, l, err = 0; in cx18_av_decode_vbi_line() local
273 (anc->did != sliced_vbi_did[0] && in cx18_av_decode_vbi_line()
274 anc->did != sliced_vbi_did[1])) { in cx18_av_decode_vbi_line()
279 did = anc->did; in cx18_av_decode_vbi_line()
310 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]); in cx18_av_decode_vbi_line()
/linux-4.4.14/drivers/bcma/
Dmain.c624 const struct bcma_device_id *did; in bcma_bus_match() local
626 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()
627 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) && in bcma_bus_match()
628 (did->id == cid->id || did->id == BCMA_ANY_ID) && in bcma_bus_match()
629 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) && in bcma_bus_match()
630 (did->class == cid->class || did->class == BCMA_ANY_CLASS)) in bcma_bus_match()
/linux-4.4.14/drivers/input/keyboard/
Dhil_kbd.c329 uint8_t did = kbd->idd[0]; in hil_dev_keyboard_setup() local
350 did, hil_language[did & HIL_IDD_DID_TYPE_KB_LANG_MASK]); in hil_dev_keyboard_setup()
356 uint8_t did = ptr->idd[0]; in hil_dev_pointer_setup() local
364 switch (did & HIL_IDD_DID_TYPE_MASK) { in hil_dev_pointer_setup()
410 if ((did & HIL_IDD_DID_ABS_TABLET_MASK) == HIL_IDD_DID_ABS_TABLET) in hil_dev_pointer_setup()
416 if ((did & HIL_IDD_DID_ABS_TSCREEN_MASK) == HIL_IDD_DID_ABS_TSCREEN) in hil_dev_pointer_setup()
419 if ((did & HIL_IDD_DID_REL_MOUSE_MASK) == HIL_IDD_DID_REL_MOUSE) in hil_dev_pointer_setup()
437 did, txt); in hil_dev_pointer_setup()
447 uint8_t did, *idd; in hil_dev_connect() local
503 did = dev->idd[0]; in hil_dev_connect()
[all …]
/linux-4.4.14/drivers/nfc/st21nfca/
Ddep.c76 u8 did; member
88 u8 did; member
100 u8 did; member
109 u8 did; member
117 u8 did; member
260 psl_res->did = psl_req->did; in st21nfca_tm_send_psl_res()
446 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument
465 psl_req->did = did; in st21nfca_im_send_psl_req()
512 st21nfca_im_send_psl_req(info->hdev, atr_res->did, in st21nfca_im_recv_atr_res_cb()
560 atr_req->did = 0x0; in st21nfca_im_send_atr_req()
Dst21nfca.h132 u8 did; member
/linux-4.4.14/drivers/rapidio/
Drio-driver.c35 ((id->did == RIO_ANY_ID) || (id->did == rdev->did)) && in rio_match_device()
213 rdev->vid, rdev->did, rdev->asm_vid, rdev->asm_did)) in rio_uevent()
Drio-scan.c183 static void rio_set_device_id(struct rio_mport *port, u16 destid, u8 hopcount, u16 did) in rio_set_device_id() argument
186 RIO_SET_DID(port->sys_size, did)); in rio_set_device_id()
196 static void rio_local_set_device_id(struct rio_mport *port, u16 did) in rio_local_set_device_id() argument
199 did)); in rio_local_set_device_id()
234 rdev->vid, rdev->did); in rio_clear_locks()
375 rdev->did = result >> 16; in rio_setup_device()
655 rio_name(rdev), rdev->vid, rdev->did, in rio_enum_peer()
737 rio_name(rdev), rdev->vid, rdev->did); in rio_enum_peer()
795 rio_name(rdev), rdev->vid, rdev->did, in rio_disc_peer()
832 rio_name(rdev), rdev->vid, rdev->did); in rio_disc_peer()
Drio.c1127 struct rio_dev *rio_get_asm(u16 vid, u16 did, in rio_get_asm() argument
1140 (did == RIO_ANY_ID || rdev->did == did) && in rio_get_asm()
1168 struct rio_dev *rio_get_device(u16 vid, u16 did, struct rio_dev *from) in rio_get_device() argument
1170 return rio_get_asm(vid, did, RIO_ANY_ID, RIO_ANY_ID, from); in rio_get_device()
Drio-sysfs.c32 rio_config_attr(did, "0x%04x\n");
97 rdev->vid, rdev->did, rdev->asm_vid, rdev->asm_did); in modalias_show()
/linux-4.4.14/drivers/net/wireless/
Datmel_cs.c122 const struct pcmcia_device_id *did; in atmel_config() local
125 did = dev_get_drvdata(&link->dev); in atmel_config()
147 did ? did->driver_info : ATMEL_FW_TYPE_NONE, in atmel_config()
/linux-4.4.14/arch/avr32/kernel/
Dtraps.c47 unsigned long did = ocd_read(DID); in die() local
49 (did >> 1) & 0x7ff, in die()
50 (did >> 12) & 0x7fff, in die()
51 (did >> 28) & 0xf); in die()
/linux-4.4.14/drivers/iio/temperature/
Dtmp006.c187 int mid, did; in tmp006_check_identification() local
193 did = i2c_smbus_read_word_swapped(client, TMP006_DEVICE_ID); in tmp006_check_identification()
194 if (did < 0) in tmp006_check_identification()
197 return mid == TMP006_MANUFACTURER_MAGIC && did == TMP006_DEVICE_MAGIC; in tmp006_check_identification()
/linux-4.4.14/drivers/gpu/drm/i915/
Ddvo_ch7xxx.c99 uint8_t did; member
122 static char *ch7xxx_get_did(uint8_t did) in ch7xxx_get_did() argument
127 if (ch7xxx_dids[i].did == did) in ch7xxx_get_did()
Dintel_opregion.c627 u32 did; in get_did() local
630 did = opregion->acpi->didl[i]; in get_did()
637 did = opregion->acpi->did2[i]; in get_did()
640 return did; in get_did()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_rnode.c450 __be32 *did; in csio_rn_verify_rparams() local
452 did = (__be32 *) &rdevp->r_id[0]; in csio_rn_verify_rparams()
458 if (((ntohl(*did) >> 8) & CSIO_DID_MASK) != FC_FID_FLOGI) { in csio_rn_verify_rparams()
471 if (((ntohl(*did) >> 8) & CSIO_DID_MASK) != FC_FID_DIR_SERV) { in csio_rn_verify_rparams()
521 (ntohl(*did) & CSIO_DID_MASK)); in csio_rn_verify_rparams()
530 (ntohl(*did) & CSIO_DID_MASK)); in csio_rn_verify_rparams()
537 rn->nport_id = (ntohl(*did) >> 8) & CSIO_DID_MASK; in csio_rn_verify_rparams()
Dcsio_lnode.c1665 uint32_t did, uint32_t flow_id, uint8_t *fw_wr) in csio_ln_prep_ecwr() argument
1687 port_id = htonl(did); in csio_ln_prep_ecwr()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_els.c152 struct lpfc_nodelist *ndlp, uint32_t did, in lpfc_prep_els_iocb() argument
175 if ((did == Fabric_DID) && in lpfc_prep_els_iocb()
240 icmd->un.elsreq64.remoteID = did; /* DID */ in lpfc_prep_els_iocb()
251 icmd->un.xseq64.xmit_els_remoteID = did; /* DID */ in lpfc_prep_els_iocb()
317 elscmd, did, elsiocb->iotag, in lpfc_prep_els_iocb()
1953 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) in lpfc_issue_els_plogi() argument
1963 ndlp = lpfc_findnode_did(vport, did); in lpfc_issue_els_plogi()
1969 elsiocb = lpfc_prep_els_iocb(vport, 1, cmdsize, retry, ndlp, did, in lpfc_issue_els_plogi()
1997 did, 0, 0); in lpfc_issue_els_plogi()
3102 uint32_t did; in lpfc_els_retry() local
[all …]
Dlpfc_ct.c409 lpfc_find_vport_by_did(struct lpfc_hba *phba, uint32_t did) { in lpfc_find_vport_by_did() argument
415 if ((vport_curr->fc_myDID) && (vport_curr->fc_myDID == did)) { in lpfc_find_vport_by_did()
739 int did, rc, retry; in lpfc_cmpl_ct_cmd_gff_id() local
743 did = ((struct lpfc_sli_ct_request *) inp->virt)->un.gff.PortId; in lpfc_cmpl_ct_cmd_gff_id()
744 did = be32_to_cpu(did); in lpfc_cmpl_ct_cmd_gff_id()
748 irsp->ulpStatus, irsp->un.ulpWord[4], did); in lpfc_cmpl_ct_cmd_gff_id()
763 "x%x x%x\n", did, fbits, in lpfc_cmpl_ct_cmd_gff_id()
797 cmdiocb->retry, did); in lpfc_cmpl_ct_cmd_gff_id()
808 did, irsp->ulpStatus, irsp->un.ulpWord[4], in lpfc_cmpl_ct_cmd_gff_id()
813 ndlp = lpfc_setup_disc_node(vport, did); in lpfc_cmpl_ct_cmd_gff_id()
[all …]
Dlpfc_hbadisc.c4194 uint32_t did) in lpfc_initialize_node() argument
4201 ndlp->nlp_DID = did; in lpfc_initialize_node()
4216 uint32_t did; in lpfc_enable_node() local
4246 did = ndlp->nlp_DID; in lpfc_enable_node()
4253 lpfc_initialize_node(vport, ndlp, did); in lpfc_enable_node()
4830 uint32_t did) in lpfc_matchdid() argument
4834 if (did == Bcast_DID) in lpfc_matchdid()
4838 if (ndlp->nlp_DID == did) in lpfc_matchdid()
4847 matchdid.un.word = did; in lpfc_matchdid()
4885 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) in __lpfc_findnode_did() argument
[all …]
Dlpfc_mbox.c644 lpfc_unreg_did(struct lpfc_hba * phba, uint16_t vpi, uint32_t did, in lpfc_unreg_did() argument
652 mb->un.varUnregDID.did = did; in lpfc_unreg_did()
739 lpfc_reg_rpi(struct lpfc_hba *phba, uint16_t vpi, uint32_t did, in lpfc_reg_rpi() argument
753 mb->un.varRegLogin.did = did; in lpfc_reg_rpi()
765 "rpi x%x\n", vpi, did, rpi); in lpfc_reg_rpi()
Dlpfc_hw.h2522 uint32_t did:24; member
2526 uint32_t did:24;
2633 uint32_t did; member
Dlpfc_nportdisc.c1539 uint32_t did = mb->un.varWords[1]; in lpfc_cmpl_reglogin_reglogin_issue() local
1546 did, mb->mbxStatus, vport->port_state, in lpfc_cmpl_reglogin_reglogin_issue()
/linux-4.4.14/include/scsi/
Dfc_encode.h56 u32 did, u32 sid, enum fc_fh_type type, in __fc_fill_fc_hdr() argument
61 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr()
74 u32 did, u32 sid, enum fc_fh_type type, in fc_fill_fc_hdr() argument
80 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
512 enum fc_fh_type *fh_type, u32 *did) in fc_ct_fill() argument
519 *did = FC_FID_MGMT_SERV; in fc_ct_fill()
524 *did = FC_FID_DIR_SERV; in fc_ct_fill()
690 u32 did, in fc_els_fill() argument
Dlibfc.h446 u32 did; member
474 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
1113 struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,
/linux-4.4.14/Documentation/scheduler/
Dsched-stats.txt73 the load did not require balancing when the cpu was idle
82 7) # of times in this domain load_balance() was called but did
90 load did not require balancing when busy
98 15) # of times in this domain load_balance() was called but did not
106 load did not require balancing when the cpu was just becoming idle
114 23) # of times in this domain load_balance() was called but did not
Dsched-design-CFS.txt149 the previous vanilla scheduler did. It uses 100 runqueues (for all 100 RT
/linux-4.4.14/drivers/input/serio/
Dhil_mlc.c166 int did, i, cnt; in hil_mlc_send_polls() local
171 did = (mlc->ipacket[0] & HIL_PKT_ADDR_MASK) >> 8; in hil_mlc_send_polls()
172 serio = did ? mlc->serio[mlc->di_map[did - 1]] : NULL; in hil_mlc_send_polls()
179 if (did != (p & HIL_PKT_ADDR_MASK) >> 8) { in hil_mlc_send_polls()
187 did = (p & HIL_PKT_ADDR_MASK) >> 8; in hil_mlc_send_polls()
188 serio = did ? mlc->serio[mlc->di_map[did-1]] : NULL; in hil_mlc_send_polls()
Di8042-x86ia64io.h828 static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *did) in i8042_pnp_kbd_probe() argument
839 strlcpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name)); in i8042_pnp_kbd_probe()
854 static int i8042_pnp_aux_probe(struct pnp_dev *dev, const struct pnp_device_id *did) in i8042_pnp_aux_probe() argument
865 strlcpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name)); in i8042_pnp_aux_probe()
/linux-4.4.14/drivers/video/fbdev/
Doffb.c359 const u32 *vid, *did; in offb_init_palette_hacks() local
361 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()
363 if (vid && did && *vid == 0x1002 && in offb_init_palette_hacks()
364 ((*did >= 0x7100 && *did < 0x7800) || in offb_init_palette_hacks()
365 (*did >= 0x9400))) { in offb_init_palette_hacks()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c678 u32 did, sid; in bnx2fc_initiate_els() local
748 did = tgt->rport->port_id; in bnx2fc_initiate_els()
752 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS4_REQ, did, sid, in bnx2fc_initiate_els()
756 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS_REQ, did, sid, in bnx2fc_initiate_els()
893 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, in bnx2fc_elsct_send() argument
908 return fc_elsct_send(lport, did, fp, op, bnx2fc_flogi_resp, in bnx2fc_elsct_send()
914 return fc_elsct_send(lport, did, fp, op, bnx2fc_logo_resp, in bnx2fc_elsct_send()
917 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in bnx2fc_elsct_send()
Dbnx2fc_io.c666 u32 sid, did; in bnx2fc_initiate_tmf() local
738 did = rport->port_id; in bnx2fc_initiate_tmf()
739 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_DD_UNSOL_CMD, did, sid, in bnx2fc_initiate_tmf()
821 u32 sid, did; in bnx2fc_initiate_abts() local
875 did = rport->port_id; in bnx2fc_initiate_abts()
877 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_BA_ABTS, did, sid, in bnx2fc_initiate_abts()
Dbnx2fc.h566 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
/linux-4.4.14/drivers/fmc/
Dfmc-sdb.c254 uint64_t vid, uint32_t did, unsigned long *sz) in fmc_find_sdb_device() argument
271 vid, did, sz); in fmc_find_sdb_device()
278 if (__be32_to_cpu(p->device_id) != did) in fmc_find_sdb_device()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c56 unsigned short did; member
95 static const struct kfd_device_info *lookup_device_info(unsigned short did) in lookup_device_info() argument
100 if (supported_devices[i].did == did) { in lookup_device_info()
/linux-4.4.14/fs/exofs/
Dsys.c183 &sbi->s_kobj, "dev%u", edev->did); in exofs_sysfs_odev_add()
186 "device dev%u\n", edev->did); in exofs_sysfs_odev_add()
Dexofs.h58 unsigned did; member
Dsuper.c648 eds[i].did = i; in exofs_read_lookup_dev_table()
/linux-4.4.14/Documentation/scsi/
Dosst.txt169 I did add some patches to those drivers as well and coordinated things a
171 Note that most of them did mostly spend their spare time for the creation of
173 The people from OnStream, especially Jack Bombeeck did support this project
176 SuSE did support this project by allowing me to work on it during my working
179 More people did help by sending useful comments. Sorry to those who have
182 Thanks go to those who tested the drivers and did send useful reports. Your
Dlpfc.txt40 to the system. If the driver did not hide these conditions, i/o would be
DChangeLog.sym53c8xx_233 - Check against GPIO3 pulled low for HVD controllers (driver did
DFlashPoint.txt90 overall problem of FlashPoint support for Linux users. It did nothing to
DChangeLog.ncr53c8xx46 OFF in the NVRAM as it did prior to revision 3.2g.
233 depth but did'nt keep track of user settings for tags depth lower
DChangeLog.sym53c8xx429 Must be considered 100 % trustable, unless I did some mistake
505 depth but did'nt keep track of user settings for tags depth lower
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c615 static struct dmar_domain* get_iommu_domain(struct intel_iommu *iommu, u16 did) in get_iommu_domain() argument
618 int idx = did >> 8; in get_iommu_domain()
624 return domains[did & 0xff]; in get_iommu_domain()
627 static void set_iommu_domain(struct intel_iommu *iommu, u16 did, in set_iommu_domain() argument
631 int idx = did >> 8; in set_iommu_domain()
642 domains[did & 0xff] = domain; in set_iommu_domain()
1350 u16 did, u16 source_id, u8 function_mask, in __iommu_flush_context() argument
1361 val = DMA_CCMD_DOMAIN_INVL|DMA_CCMD_DID(did); in __iommu_flush_context()
1364 val = DMA_CCMD_DEVICE_INVL|DMA_CCMD_DID(did) in __iommu_flush_context()
1383 static void __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did, in __iommu_flush_iotlb() argument
[all …]
Dfsl_pamu.h281 u8 did; member
291 u8 did; member
Dintel-svm.c159 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
162 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
168 desc.low = QI_EIOTLB_PASID(svm->pasid) | QI_EIOTLB_DID(sdev->did) | in intel_flush_svm_range_dev()
244 desc.low = QI_PC_TYPE | QI_PC_DID(sdev->did) | QI_PC_PASID_SEL | QI_PC_PASID(pasid); in intel_flush_pasid_dev()
Ddmar.c1282 void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, u8 fm, in qi_flush_context() argument
1287 desc.low = QI_CC_FM(fm) | QI_CC_SID(sid) | QI_CC_DID(did) in qi_flush_context()
1294 void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, in qi_flush_iotlb() argument
1308 desc.low = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw) in qi_flush_iotlb()
/linux-4.4.14/drivers/acpi/
Dprocessor_perflib.c292 u32 hi, lo, fid, did; in amd_fixup_frequency() local
309 did = (lo >> 6) & 7; in amd_fixup_frequency()
311 px->core_frequency = (100 * (fid + 0x10)) >> did; in amd_fixup_frequency()
313 px->core_frequency = (100 * (fid + 8)) >> did; in amd_fixup_frequency()
/linux-4.4.14/arch/alpha/lib/
Dstrncat.S63 0: cmplt $27, $24, $2 # did we fill the buffer completely?
Dev67-strncat.S62 cmplt $27, $24, $5 # E : did we fill the buffer completely?
Dstrrchr.S40 bne t1, $eos # .. e1 : did we already hit the terminator?
Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
/linux-4.4.14/sound/pci/
Dens1370.c1595 unsigned short did; /* device ID */ member
1604 ensoniq->pci->device == list->did && in es1371_quirk_lookup()
1613 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_C },
1614 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_D },
1615 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_E },
1616 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_ES1371, .rev = ES1371REV_CT5880_A },
1617 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_ES1371, .rev = ES1371REV_ES1373_8 },
1618 { .vid = PCI_ANY_ID, .did = PCI_ANY_ID }
1960 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_C },
1961 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_D },
[all …]
/linux-4.4.14/arch/mips/pci/
Dpci-octeon.c50 uint64_t did:5; member
268 pci_addr.s.did = 3; in octeon_read_config()
302 pci_addr.s.did = 3; in octeon_write_config()
Dpcie-octeon.c46 uint64_t did:5; /* PCIe DID = 3 */ member
77 uint64_t did:5; /* PCIe DID = 3 */ member
88 uint64_t did:5; /* PCIe DID = 3 */ member
113 pcie_addr.io.did = 3; in cvmx_pcie_get_io_base_address()
147 pcie_addr.mem.did = 3; in cvmx_pcie_get_mem_base_address()
244 pcie_addr.config.did = 3; in __cvmx_pcie_build_config_addr()
Dops-tx3927.c147 tx3927_pcicptr->did, tx3927_pcicptr->vid, in tx3927_pcic_setup()
/linux-4.4.14/Documentation/ABI/removed/
Dvideo13949 to use raw1394 + libraw1394 too because video1394 did not provide
/linux-4.4.14/drivers/gpu/drm/radeon/
Dtrinity_dpm.c1825 static u32 trinity_convert_did_to_freq(struct radeon_device *rdev, u8 did) in trinity_convert_did_to_freq() argument
1830 if (did >= 8 && did <= 0x3f) in trinity_convert_did_to_freq()
1831 divider = did * 25; in trinity_convert_did_to_freq()
1832 else if (did > 0x3f && did <= 0x5f) in trinity_convert_did_to_freq()
1833 divider = (did - 64) * 50 + 1600; in trinity_convert_did_to_freq()
1834 else if (did > 0x5f && did <= 0x7e) in trinity_convert_did_to_freq()
1835 divider = (did - 96) * 100 + 3200; in trinity_convert_did_to_freq()
1836 else if (did == 0x7f) in trinity_convert_did_to_freq()
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Defm32-spi.txt18 reset default 0 or whatever the bootloader did.
/linux-4.4.14/Documentation/ABI/testing/
Ddebugfs-ec20 not get switched on again after you did a wrong write.
Dsysfs-class-regulator64 Linux did not enable it.
/linux-4.4.14/drivers/gpu/vga/
DKconfig7 hard-decoded addresses as they did on ISA. When multiple PCI devices
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c72 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid, in _ft_dump_cmd()
166 fc_fill_fc_hdr(fp, FC_RCTL_DD_CMD_STATUS, ep->did, ep->sid, FC_TYPE_FCP, in ft_queue_status()
220 fc_fill_fc_hdr(fp, FC_RCTL_DD_DATA_DESC, ep->did, ep->sid, FC_TYPE_FCP, in ft_write_pending()
Dtfc_io.c175 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid, in ft_queue_data_in()
/linux-4.4.14/Documentation/
Dhw_random.txt89 Special thanks to Matt Sottek. I did the "guts", he
90 did the "brains" and all the testing.
DIRQ-affinity.txt56 i.e counters for the CPU0-3 did not change.
Dirqflags-tracing.txt36 complaint, try to figure out the assembly code we did not cover yet,
Dvgaarbiter.txt8 they did on ISA. For more details see "PCI Bus Binding to IEEE Std 1275-1994
181 enhancing the kernel code to adapt as a kernel module and also did the
DSubmittingDrivers121 or you did. Nobody has any special access to the kernel
Dstable_kernel_rules.txt121 members did not realize, the patch will be dropped from the queue.
Dlzo.txt98 If last instruction did not copy any literal (state == 0), this
Dstable_api_nonsense.txt163 up by the person who did the kernel change in the first place. This
Dsvga.txt59 <name-of-detected-video-adapter> tells what video adapter did Linux detect
Dmedia-framework.txt339 clean up any of the changes it did by itself.
/linux-4.4.14/include/net/nfc/
Ddigital.h228 u8 did; member
/linux-4.4.14/fs/ubifs/
DKconfig44 Originally UBIFS did not support atime, because it looked like a bad idea due
/linux-4.4.14/arch/m68k/ifpsp060/src/
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?
3583 # register as did the '040 and '881/2. This handler must emulate the #
4392 tst.l %d1 # did dstore err?
4413 tst.l %d1 # did dfetch fail?
4834 tst.l %d1 # did ifetch fail?
4847 tst.l %d1 # did ifetch fail?
4860 tst.l %d1 # did ifetch fail?
[all …]
Dfpsp.S1390 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1392 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
1968 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1970 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
3584 # register as did the '040 and '881/2. This handler must emulate the #
10063 # the '040 package did this apparently to see if the dst operand for the
14385 cmp.l %d1,&0x7fff # did divide overflow?
18106 tst.l %d1 # did dstore fail?
18343 tst.l %d1 # did dstore err?
18364 tst.l %d1 # did dfetch fail?
[all …]
Disp.S500 btst &idbyz_bit,SPCOND_FLG(%a6) # did divide-by-zero occur?
512 btst &idbyz_bit,SPCOND_FLG(%a6) # did divide-by-zero occur?
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt109 The old ib_umad interface did not allow setting the P_Key index for
110 MADs that are sent and did not provide a way for obtaining the P_Key
/linux-4.4.14/Documentation/video4linux/
Dradiotrack.txt28 I did not get much success, but I learned about programming ioports under
41 these limits, experiments did not give promising results. The variable
/linux-4.4.14/arch/arc/include/asm/
Dentry-arcv2.h12 ; Before jumping to Interrupt Vector, hardware micro-ops did following:
/linux-4.4.14/drivers/pci/pcie/
DKconfig71 BIOS did not.
/linux-4.4.14/fs/affs/
DChanges129 patches he did. They're marked (BH). Thanks, Bill!
147 - getblock() did not invalidate the key cache
200 affs use it on a 68k, they didn't notice. But why did
/linux-4.4.14/drivers/input/gameport/
Dns558.c197 static int ns558_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *did) in ns558_pnp_probe() argument
/linux-4.4.14/Documentation/networking/
Dx25.txt13 layer of the Linux kernel and therefore it did not concern itself with
Dphonet.txt111 However, connect() and getpeername() are not supported, as they did
Dbaycom.txt6 separate drivers as they did not share any code, and the driver
Deql.txt227 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
Dopenvswitch.txt164 did not already implement VLAN parsing. Instead, it just interpreted
Darcnet.txt380 partly crazy. Here's what *I* did. :) Note that I don't include arc0s in
531 If your debug level includes D_DURING and you did NOT define SLOW_XMIT_COPY,
/linux-4.4.14/arch/mips/include/asm/txx9/
Dtx3927.h76 endian_def_s2(did, vid);
/linux-4.4.14/sound/soc/sh/
Dssi.c225 static int ssi_set_clkdiv(struct snd_soc_dai *dai, int did, int div) in ssi_set_clkdiv() argument
/linux-4.4.14/Documentation/filesystems/
Dadfs.txt26 (In older versions, an 'execute' permission did exist, but this
/linux-4.4.14/drivers/media/i2c/
Dak881x.c228 const struct i2c_device_id *did) in ak881x_probe() argument
Dml86v7667.c365 const struct i2c_device_id *did) in ml86v7667_probe() argument
Dmt9v032.c931 const struct i2c_device_id *did) in mt9v032_probe() argument
959 mt9v032->model = (const void *)did->driver_data; in mt9v032_probe()
Dmt9p031.c1034 const struct i2c_device_id *did) in mt9p031_probe() argument
1060 mt9p031->model = did->driver_data; in mt9p031_probe()
Dsaa717x.c1245 const struct i2c_device_id *did) in saa717x_probe() argument
Dmt9t001.c844 const struct i2c_device_id *did) in mt9t001_probe() argument
/linux-4.4.14/arch/sparc/kernel/
Dwuf.S294 andcc %twin_tmp2, 0x2, %g0 ! did fault occur?
Dwof.S359 andcc %glob_tmp, 0x2, %g0 ! did we fault?
Detrap_32.S272 andcc %glob_tmp, 0x2, %g0 ! did we fault?
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt2 its parent did not have. The most obvious examples are setuid/setgid
/linux-4.4.14/Documentation/i2c/
Dslave-interface76 our own address and the write bit was detected. The data did not arrive yet, so
162 Currently, there is no slave event to report if the master did ACK or NACK a
/linux-4.4.14/scripts/mod/
Ddevicetable-offsets.c191 DEVID_FIELD(rio_device_id, did); in main()
Dfile2alias.c1228 DEF_FIELD(symval, rio_device_id, did); in do_rio_entry()
1235 ADD(alias, "d", did != RIO_ANY_ID, did); in do_rio_entry()
/linux-4.4.14/Documentation/sound/alsa/
Demu10k1-jack.txt13 Until recently, emu10k1 users on Linux did not have access to the same low
Dhdspm.txt111 hwparams-calls and should not be changed in run-state, I did not
Dtimestamping.txt82 For backwards compatibility with previous implementations that did not
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt87 of the optimizations which i did in my encryption routines.
149 speedups but which did obfuscate everything. so i took the test data
164 i'm glad that i implemented it the way i did, because this C version is
171 one thing i did not want to do was write an enormous mess
/linux-4.4.14/Documentation/fb/
Dmatroxfb.txt133 novga - disables VGA I/O ports. It is default if BIOS did not enable device.
137 enable VGA I/O if BIOS did not it (it is not safe to enable it in
139 nobios - disables BIOS ROM. It is default if BIOS did not enable BIOS itself.
341 PCI slot, G200 in AGP 2x slot. I did not test vgacon.
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_hal.h170 u16 did; member
Dphy_int.h498 u16 did; member
/linux-4.4.14/drivers/tty/serial/8250/
DKconfig45 they already did.
49 If you did not notice yet and/or you have userspace from pre-3.7, it
319 ttyS argument if the user did not specified it on the command line.
/linux-4.4.14/drivers/rapidio/switches/
Didt_gen2.c282 tmp = (rdev->did == RIO_DID_IDTCPS1848) ? 48 : 16; in idtg2_em_init()
/linux-4.4.14/Documentation/security/
DYama.txt51 did not transition uids, start privileged, or have called
/linux-4.4.14/Documentation/w1/masters/
Dds249066 host did not explain the problem. My guess is a bug in either qemu
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1311 u16 did; in wait_vital() local
1317 if (pci_read_config_word(pdev, 2, &did)) { in wait_vital()
1321 if (did == pdev->device) { in wait_vital()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c126 u32 did, struct fc_frame *,
2779 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send() argument
2796 return fc_elsct_send(lport, did, fp, op, fcoe_flogi_resp, in fcoe_elsct_send()
2802 return fc_elsct_send(lport, did, fp, op, fcoe_logo_resp, in fcoe_elsct_send()
2805 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in fcoe_elsct_send()
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt30 This is the number of times that a transaction will be resent to a server that did
/linux-4.4.14/Documentation/RCU/
DNMI-RCU.txt20 nothing, but returns zero, thus saying that it did nothing, allowing
Drculist_nulls.txt117 a race (some writer did a delete and/or a move of an object
DlistRCU.txt161 However, if it did, reader-writer-locked code to do so might look as
Dtrace.txt311 Yes, Paul did run into a number of problems that turned out to
322 force_quiescent_state() actually did some real work.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-piix458 try to enable it. THIS IS VERY DANGEROUS! If the BIOS did not set up a
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dimx074.c420 const struct i2c_device_id *did) in imx074_probe() argument
Dov5642.c1008 const struct i2c_device_id *did) in ov5642_probe() argument
Dov9640.c690 const struct i2c_device_id *did) in ov9640_probe() argument
Dmt9m001.c653 const struct i2c_device_id *did) in mt9m001_probe() argument
Dov9740.c949 const struct i2c_device_id *did) in ov9740_probe() argument
Dtw9910.c948 const struct i2c_device_id *did) in tw9910_probe() argument
Dmt9t031.c749 const struct i2c_device_id *did) in mt9t031_probe() argument
Dov772x.c1055 const struct i2c_device_id *did) in ov772x_probe() argument
Dmt9v022.c881 const struct i2c_device_id *did) in mt9v022_probe() argument
Dov2640.c1105 const struct i2c_device_id *did) in ov2640_probe() argument
Dmt9m111.c932 const struct i2c_device_id *did) in mt9m111_probe() argument
Dmt9t112.c1088 const struct i2c_device_id *did) in mt9t112_probe() argument
Drj54n1cb0c.c1310 const struct i2c_device_id *did) in rj54n1_probe() argument
Dov6650.c971 const struct i2c_device_id *did) in ov6650_probe() argument
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt34 locks. If the user did not specify nwriters_stress, then
Dlockdep-design.txt127 could lead to a lock inversion deadlock - even if that lock scenario did
210 The above rules require _massive_ amounts of runtime checking. If we did
/linux-4.4.14/Documentation/power/
Dswsusp-dmcrypt.txt11 You did read Documentation/initrd.txt and know how an initrd works.
/linux-4.4.14/Documentation/usb/
Derror-codes.txt134 -EREMOTEIO The data read from the endpoint did not fill the
Dpersist.txt150 way to know you did it. The kernel will assume that nothing has
Dpower-management.txt190 power/autosuspend attribute did not exist prior to 2.6.21, and the
191 power/level attribute did not exist prior to 2.6.22. power/control
193 2.6.37 but did not become functional until 2.6.38.)
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dfeature.c2683 const u32 *did = of_get_property(node, "device-id", NULL); in probe_one_macio() local
2684 if (*did == 0x00000025) in probe_one_macio()
2686 if (*did == 0x0000003e) in probe_one_macio()
2688 if (*did == 0x0000004f) in probe_one_macio()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_scsi.c2646 void fnic_exch_mgr_reset(struct fc_lport *lp, u32 sid, u32 did) in fnic_exch_mgr_reset() argument
2654 if (did) { in fnic_exch_mgr_reset()
2655 fnic_rport_exch_reset(fnic, did); in fnic_exch_mgr_reset()
2670 fc_exch_mgr_reset(lp, sid, did); in fnic_exch_mgr_reset()
/linux-4.4.14/Documentation/rapidio/
Dsysfs.txt33 did - returns the device identifier
/linux-4.4.14/drivers/media/dvb-frontends/
Dau8522_decoder.c727 const struct i2c_device_id *did) in au8522_probe() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h467 __le16 did; member
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S358 bne 5b ! we did not go negative, continue looping
394 bne ccdbl ! we did not go negative, continue looping
/linux-4.4.14/drivers/scsi/
Ddc395x.c170 #define MK_RES(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt)) argument
171 #define MK_RES_LNX(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt)<<… argument
176 #define SET_RES_DID(who,did) { who &= ~RES_DID; who |= (int)(did) << 16; } argument
/linux-4.4.14/arch/arm/boot/dts/
Darmada-xp-synology-ds414.dts127 * and it seems Synology did not care to change u-boot
Darmada-370-synology-ds213j.dts104 * and it seems Synology did not care to change u-boot
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt164 the driver did not bind to this device, in which case it should have
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt74 Check that mmiotrace did not lose events due to a buffer filling up. Either
Dftrace-design.txt289 did already create a mcount() function earlier, dynamic ftrace only wants a
/linux-4.4.14/
DREPORTING-BUGS114 [5.] Most recent kernel version which did not have the bug:
/linux-4.4.14/arch/x86/kernel/
Dhead_32.S348 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_wlan.h33 u32 did; member
Dhostap_80211_rx.c141 hdr->f.did = LWNG_CAP_DID_BASE | (i << 12); \ in prism2_rx_80211()
/linux-4.4.14/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/linux-4.4.14/Documentation/isdn/
DREADME.concap27 The isdn device driver did already support several different
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt284 successful, -EFAULT on failure. Our original code did not test this
Dintel_mpx.txt243 However, if users did this, the kernel might be fooled in to unmaping an
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt231 steal: the amount of time in which this vCPU did not run, in
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002175 * in idetape_issue_packet_command (did effect
/linux-4.4.14/Documentation/PCI/
Dpci.txt261 o allocate I/O and memory regions of the device (if BIOS did not),
262 o allocate an IRQ (if BIOS did not).
/linux-4.4.14/Documentation/input/
Dalps.txt23 different ALPS variants but there did not appear to be a 1:1 mapping.
/linux-4.4.14/Documentation/hwmon/
Dabituguru-datasheet16 Original version by Olle Sandberg who did the heavy lifting of the initial
/linux-4.4.14/drivers/mtd/maps/
DKconfig107 in the kernel, so if you did not enable CFI previously, do that now.
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt233 did not move the disk head and kept on dispatching sequential IO from
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt14 previous implementation of snapshots did this by chaining together
/linux-4.4.14/fs/befs/
DChangeLog403 also did some work on it (fixing it up for the later 2.3.x kernels, IIRC).
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt336 Check interval. When a task in D state did not get scheduled
536 if your architecture did not always support 32-bit UIDs (i.e. arm,

12