/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211types.h | 259 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 …]
|
D | cfg80211.c | 75 static int prism2_domibset_uint32(wlandevice_t *wlandev, u32 did, u32 data) in prism2_domibset_uint32() argument 82 mibitem->did = did; in prism2_domibset_uint32() 89 u32 did, u8 len, const u8 *data) in prism2_domibset_pstr32() argument 96 mibitem->did = did; in prism2_domibset_pstr32() 152 u32 did; in prism2_add_key() local 169 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey0; in prism2_add_key() 173 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey1; in prism2_add_key() 177 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey2; in prism2_add_key() 181 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey3; in prism2_add_key() 189 result = prism2_domibset_pstr32(wlandev, did, in prism2_add_key() [all …]
|
D | prism2mgmt.h | 101 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);
|
D | prism2mib.c | 83 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()
|
D | prism2fw.c | 290 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() 1004 rstmsg->enable.did = DIDmsg_p2req_ramdl_state_enable; in writeimage() 1005 rstmsg->exeaddr.did = DIDmsg_p2req_ramdl_state_exeaddr; in writeimage() 1006 rstmsg->resultcode.did = DIDmsg_p2req_ramdl_state_resultcode; in writeimage() 1017 rwrmsg->addr.did = DIDmsg_p2req_ramdl_write_addr; in writeimage() 1018 rwrmsg->len.did = DIDmsg_p2req_ramdl_write_len; in writeimage() [all …]
|
D | p80211meta.h | 67 u32 did; /* partial did */ member
|
D | p80211netdev.c | 639 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()
|
D | p80211req.c | 187 switch (mibitem->did) { in p80211req_mibset_mibget()
|
D | prism2sta.c | 1962 mibitem->did = DIDmib_p2_p2MAC_p2CurrentTxRate; in prism2sta_commsqual_defer()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 147 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
|
D | cvmx-pow.h | 253 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 …]
|
D | cvmx-fpa.h | 61 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()
|
D | cvmx-pko.h | 138 uint64_t did:8; member 161 uint64_t did:8; 333 ptr.s.did = CVMX_OCT_DID_PKT_SEND; in cvmx_pko_doorbell()
|
D | cvmx-sriox-defs.h | 773 uint64_t did:16; member 787 uint64_t did:16;
|
/linux-4.1.27/drivers/pcmcia/ |
D | ds.c | 48 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() 793 const struct pcmcia_device_id *did) in pcmcia_devmatch() argument 795 if (did->match_flags & PCMCIA_DEV_ID_MATCH_MANF_ID) { in pcmcia_devmatch() [all …]
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_elsct.c | 43 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()
|
D | fc_exch.c | 656 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 …]
|
D | fc_lport.c | 1710 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 …]
|
D | fc_fcp.c | 684 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.1.27/tools/power/cpupower/utils/helpers/ |
D | amd.c | 18 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.1.27/include/scsi/fc/ |
D | fc_fcoe.h | 98 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.1.27/net/nfc/ |
D | digital_dep.c | 74 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.1.27/drivers/media/pci/cx18/ |
D | cx18-av-vbi.c | 64 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.1.27/drivers/bcma/ |
D | main.c | 593 const struct bcma_device_id *did; in bcma_bus_match() local 595 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match() 596 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) && in bcma_bus_match() 597 (did->id == cid->id || did->id == BCMA_ANY_ID) && in bcma_bus_match() 598 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) && in bcma_bus_match() 599 (did->class == cid->class || did->class == BCMA_ANY_CLASS)) in bcma_bus_match()
|
/linux-4.1.27/include/linux/ |
D | intel-iommu.h | 263 #define QI_IOTLB_DID(did) (((u64)did) << 16) argument 273 #define QI_CC_DID(did) (((u64)did) << 16) argument 309 void (*flush_context)(struct intel_iommu *iommu, u16 did, u16 sid, 311 void (*flush_iotlb)(struct intel_iommu *iommu, u16 did, u64 addr, 371 extern void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, 373 extern void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr,
|
D | rio_drv.h | 296 .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,
|
D | rio.h | 175 u16 did; member
|
D | mod_devicetable.h | 623 __u16 did, vid; member
|
/linux-4.1.27/drivers/input/keyboard/ |
D | hil_kbd.c | 329 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.1.27/drivers/nfc/st21nfca/ |
D | st21nfca_dep.c | 77 u8 did; member 89 u8 did; member 101 u8 did; member 110 u8 did; member 118 u8 did; member 261 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()
|
D | st21nfca_dep.h | 29 u8 did; member
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-driver.c | 35 ((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()
|
D | rio-scan.c | 183 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()
|
D | rio.c | 1127 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()
|
D | rio-sysfs.c | 32 rio_config_attr(did, "0x%04x\n"); 97 rdev->vid, rdev->did, rdev->asm_vid, rdev->asm_did); in modalias_show()
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel_cs.c | 122 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.1.27/arch/avr32/kernel/ |
D | traps.c | 47 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.1.27/drivers/iio/temperature/ |
D | tmp006.c | 187 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 == MANUFACTURER_MAGIC && did == DEVICE_MAGIC; in tmp006_check_identification()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_els.c | 152 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() 1954 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) in lpfc_issue_els_plogi() argument 1968 ndlp = lpfc_findnode_did(vport, did); in lpfc_issue_els_plogi() 1974 elsiocb = lpfc_prep_els_iocb(vport, 1, cmdsize, retry, ndlp, did, in lpfc_issue_els_plogi() 2003 did, 0, 0); in lpfc_issue_els_plogi() 3126 uint32_t did; in lpfc_els_retry() local [all …]
|
D | lpfc_ct.c | 408 lpfc_find_vport_by_did(struct lpfc_hba *phba, uint32_t did) { in lpfc_find_vport_by_did() argument 414 if ((vport_curr->fc_myDID) && (vport_curr->fc_myDID == did)) { in lpfc_find_vport_by_did() 740 int did, rc, retry; in lpfc_cmpl_ct_cmd_gff_id() local 744 did = ((struct lpfc_sli_ct_request *) inp->virt)->un.gff.PortId; in lpfc_cmpl_ct_cmd_gff_id() 745 did = be32_to_cpu(did); in lpfc_cmpl_ct_cmd_gff_id() 749 irsp->ulpStatus, irsp->un.ulpWord[4], did); in lpfc_cmpl_ct_cmd_gff_id() 764 "x%x x%x\n", did, fbits, in lpfc_cmpl_ct_cmd_gff_id() 798 cmdiocb->retry, did); in lpfc_cmpl_ct_cmd_gff_id() 809 did, irsp->ulpStatus, irsp->un.ulpWord[4], in lpfc_cmpl_ct_cmd_gff_id() 814 ndlp = lpfc_setup_disc_node(vport, did); in lpfc_cmpl_ct_cmd_gff_id() [all …]
|
D | lpfc_hbadisc.c | 4198 uint32_t did) in lpfc_initialize_node() argument 4205 ndlp->nlp_DID = did; in lpfc_initialize_node() 4220 uint32_t did; in lpfc_enable_node() local 4250 did = ndlp->nlp_DID; in lpfc_enable_node() 4257 lpfc_initialize_node(vport, ndlp, did); in lpfc_enable_node() 4814 uint32_t did) in lpfc_matchdid() argument 4818 if (did == Bcast_DID) in lpfc_matchdid() 4822 if (ndlp->nlp_DID == did) in lpfc_matchdid() 4831 matchdid.un.word = did; in lpfc_matchdid() 4859 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) in __lpfc_findnode_did() argument [all …]
|
D | lpfc_mbox.c | 639 lpfc_unreg_did(struct lpfc_hba * phba, uint16_t vpi, uint32_t did, in lpfc_unreg_did() argument 647 mb->un.varUnregDID.did = did; in lpfc_unreg_did() 734 lpfc_reg_rpi(struct lpfc_hba *phba, uint16_t vpi, uint32_t did, in lpfc_reg_rpi() argument 748 mb->un.varRegLogin.did = did; in lpfc_reg_rpi() 760 "rpi x%x\n", vpi, did, rpi); in lpfc_reg_rpi()
|
D | lpfc_hw.h | 2318 uint32_t did:24; member 2322 uint32_t did:24; 2429 uint32_t did; member
|
D | lpfc_nportdisc.c | 1535 uint32_t did = mb->un.varWords[1]; in lpfc_cmpl_reglogin_reglogin_issue() local 1542 did, mb->mbxStatus, vport->port_state, in lpfc_cmpl_reglogin_reglogin_issue()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | dvo_ch7xxx.c | 99 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()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_rnode.c | 450 __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()
|
D | csio_lnode.c | 1665 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.1.27/include/scsi/ |
D | fc_encode.h | 56 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
|
D | libfc.h | 446 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.1.27/Documentation/scheduler/ |
D | sched-stats.txt | 73 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
|
D | sched-design-CFS.txt | 149 the previous vanilla scheduler did. It uses 100 runqueues (for all 100 RT
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device.c | 49 unsigned short did; member 83 static const struct kfd_device_info *lookup_device_info(unsigned short did) in lookup_device_info() argument 88 if (supported_devices[i].did == did) { in lookup_device_info()
|
/linux-4.1.27/drivers/input/serio/ |
D | hil_mlc.c | 166 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()
|
D | i8042-x86ia64io.h | 828 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.1.27/drivers/video/fbdev/ |
D | offb.c | 359 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.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 678 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()
|
D | bnx2fc_io.c | 707 u32 sid, did; in bnx2fc_initiate_tmf() local 779 did = rport->port_id; in bnx2fc_initiate_tmf() 780 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_DD_UNSOL_CMD, did, sid, in bnx2fc_initiate_tmf() 862 u32 sid, did; in bnx2fc_initiate_abts() local 916 did = rport->port_id; in bnx2fc_initiate_abts() 918 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_BA_ABTS, did, sid, in bnx2fc_initiate_abts()
|
D | bnx2fc.h | 567 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
|
/linux-4.1.27/drivers/fmc/ |
D | fmc-sdb.c | 254 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.1.27/fs/exofs/ |
D | sys.c | 183 &sbi->s_kobj, "dev%u", edev->did); in exofs_sysfs_odev_add() 186 "device dev%u\n", edev->did); in exofs_sysfs_odev_add()
|
D | exofs.h | 58 unsigned did; member
|
D | super.c | 648 eds[i].did = i; in exofs_read_lookup_dev_table()
|
/linux-4.1.27/Documentation/scsi/ |
D | osst.txt | 169 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
|
D | lpfc.txt | 40 to the system. If the driver did not hide these conditions, i/o would be
|
D | ChangeLog.sym53c8xx_2 | 33 - Check against GPIO3 pulled low for HVD controllers (driver did
|
D | FlashPoint.txt | 90 overall problem of FlashPoint support for Linux users. It did nothing to
|
D | ChangeLog.ncr53c8xx | 46 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
|
D | ChangeLog.sym53c8xx | 429 Must be considered 100 % trustable, unless I did some mistake 505 depth but did'nt keep track of user settings for tags depth lower
|
D | scsi_eh.txt | 103 eh_timed_out() callback did not handle the command.
|
/linux-4.1.27/drivers/iommu/ |
D | fsl_pamu.h | 281 u8 did; member 291 u8 did; member
|
D | intel-iommu.c | 1191 u16 did, u16 source_id, u8 function_mask, in __iommu_flush_context() argument 1202 val = DMA_CCMD_DOMAIN_INVL|DMA_CCMD_DID(did); in __iommu_flush_context() 1205 val = DMA_CCMD_DEVICE_INVL|DMA_CCMD_DID(did) in __iommu_flush_context() 1224 static void __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did, in __iommu_flush_iotlb() argument 1237 val = DMA_TLB_DSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did); in __iommu_flush_iotlb() 1240 val = DMA_TLB_PSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did); in __iommu_flush_iotlb() 1359 static void iommu_flush_iotlb_psi(struct intel_iommu *iommu, u16 did, in iommu_flush_iotlb_psi() argument 1376 iommu->flush.flush_iotlb(iommu, did, 0, 0, in iommu_flush_iotlb_psi() 1379 iommu->flush.flush_iotlb(iommu, did, addr | ih, mask, in iommu_flush_iotlb_psi() 1387 iommu_flush_dev_iotlb(iommu->domains[did], addr, mask); in iommu_flush_iotlb_psi()
|
D | dmar.c | 1276 void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, u8 fm, in qi_flush_context() argument 1281 desc.low = QI_CC_FM(fm) | QI_CC_SID(sid) | QI_CC_DID(did) in qi_flush_context() 1288 void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, in qi_flush_iotlb() argument 1302 desc.low = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw) in qi_flush_iotlb()
|
/linux-4.1.27/drivers/acpi/ |
D | processor_perflib.c | 296 u32 hi, lo, fid, did; in amd_fixup_frequency() local 313 did = (lo >> 6) & 7; in amd_fixup_frequency() 315 px->core_frequency = (100 * (fid + 0x10)) >> did; in amd_fixup_frequency() 317 px->core_frequency = (100 * (fid + 8)) >> did; in amd_fixup_frequency()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | trinity_dpm.c | 1747 static u32 trinity_convert_did_to_freq(struct radeon_device *rdev, u8 did) in trinity_convert_did_to_freq() argument 1752 if (did >= 8 && did <= 0x3f) in trinity_convert_did_to_freq() 1753 divider = did * 25; in trinity_convert_did_to_freq() 1754 else if (did > 0x3f && did <= 0x5f) in trinity_convert_did_to_freq() 1755 divider = (did - 64) * 50 + 1600; in trinity_convert_did_to_freq() 1756 else if (did > 0x5f && did <= 0x7e) in trinity_convert_did_to_freq() 1757 divider = (did - 96) * 100 + 3200; in trinity_convert_did_to_freq() 1758 else if (did == 0x7f) in trinity_convert_did_to_freq()
|
/linux-4.1.27/arch/alpha/lib/ |
D | strncat.S | 63 0: cmplt $27, $24, $2 # did we fill the buffer completely?
|
D | ev67-strncat.S | 62 cmplt $27, $24, $5 # E : did we fill the buffer completely?
|
D | strrchr.S | 40 bne t1, $eos # .. e1 : did we already hit the terminator?
|
D | ev67-strrchr.S | 62 bne t1, $eos # U : did we already hit the terminator?
|
/linux-4.1.27/sound/pci/ |
D | ens1370.c | 1595 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.1.27/arch/mips/pci/ |
D | pci-octeon.c | 50 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()
|
D | pcie-octeon.c | 46 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()
|
D | ops-tx3927.c | 147 tx3927_pcicptr->did, tx3927_pcicptr->vid, in tx3927_pcic_setup()
|
/linux-4.1.27/Documentation/ABI/removed/ |
D | video1394 | 9 to use raw1394 + libraw1394 too because video1394 did not provide
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | efm32-spi.txt | 18 reset default 0 or whatever the bootloader did.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | debugfs-ec | 20 not get switched on again after you did a wrong write.
|
D | sysfs-class-regulator | 64 Linux did not enable it.
|
/linux-4.1.27/drivers/gpu/vga/ |
D | Kconfig | 7 hard-decoded addresses as they did on ISA. When multiple PCI devices
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 78 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid, in _ft_dump_cmd() 172 fc_fill_fc_hdr(fp, FC_RCTL_DD_CMD_STATUS, ep->did, ep->sid, FC_TYPE_FCP, in ft_queue_status() 226 fc_fill_fc_hdr(fp, FC_RCTL_DD_DATA_DESC, ep->did, ep->sid, FC_TYPE_FCP, in ft_write_pending()
|
D | tfc_io.c | 181 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid, in ft_queue_data_in()
|
/linux-4.1.27/Documentation/ |
D | hw_random.txt | 89 Special thanks to Matt Sottek. I did the "guts", he 90 did the "brains" and all the testing.
|
D | IRQ-affinity.txt | 56 i.e counters for the CPU0-3 did not change.
|
D | irqflags-tracing.txt | 36 complaint, try to figure out the assembly code we did not cover yet,
|
D | vgaarbiter.txt | 8 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
|
D | stable_kernel_rules.txt | 112 members did not realize, the patch will be dropped from the queue.
|
D | SubmittingDrivers | 121 or you did. Nobody has any special access to the kernel
|
D | lzo.txt | 98 If last instruction did not copy any literal (state == 0), this
|
D | stable_api_nonsense.txt | 163 up by the person who did the kernel change in the first place. This
|
D | media-framework.txt | 339 clean up any of the changes it did by itself.
|
D | svga.txt | 59 <name-of-detected-video-adapter> tells what video adapter did Linux detect
|
D | initrd.txt | 342 In case you did not want to use root=/dev/ram0 to trigger the pivot_root
|
D | ManagementStyle | 103 eyes and say "Oops, he did it again".
|
/linux-4.1.27/include/net/nfc/ |
D | digital.h | 228 u8 did; member
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1389 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 …]
|
D | fpsp.S | 1390 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 …]
|
D | isp.S | 500 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.1.27/Documentation/video4linux/ |
D | radiotrack.txt | 28 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.1.27/Documentation/infiniband/ |
D | user_mad.txt | 109 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.1.27/drivers/pci/pcie/ |
D | Kconfig | 71 BIOS did not.
|
/linux-4.1.27/fs/affs/ |
D | Changes | 129 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.1.27/drivers/input/gameport/ |
D | ns558.c | 197 static int ns558_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *did) in ns558_pnp_probe() argument
|
/linux-4.1.27/Documentation/networking/ |
D | x25.txt | 13 layer of the Linux kernel and therefore it did not concern itself with
|
D | phonet.txt | 111 However, connect() and getpeername() are not supported, as they did
|
D | baycom.txt | 6 separate drivers as they did not share any code, and the driver
|
D | eql.txt | 227 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
|
D | openvswitch.txt | 164 did not already implement VLAN parsing. Instead, it just interpreted
|
D | arcnet.txt | 380 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,
|
D | phy.txt | 167 descended from functions which did not interact with a complex state-machine.
|
/linux-4.1.27/sound/soc/sh/ |
D | ssi.c | 225 static int ssi_set_clkdiv(struct snd_soc_dai *dai, int did, int div) in ssi_set_clkdiv() argument
|
/linux-4.1.27/arch/mips/include/asm/txx9/ |
D | tx3927.h | 76 endian_def_s2(did, vid);
|
/linux-4.1.27/Documentation/filesystems/ |
D | adfs.txt | 26 (In older versions, an 'execute' permission did exist, but this
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 2 its parent did not have. The most obvious examples are setuid/setgid
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wuf.S | 294 andcc %twin_tmp2, 0x2, %g0 ! did fault occur?
|
D | etrap_32.S | 272 andcc %glob_tmp, 0x2, %g0 ! did we fault?
|
D | wof.S | 359 andcc %glob_tmp, 0x2, %g0 ! did we fault?
|
/linux-4.1.27/scripts/mod/ |
D | devicetable-offsets.c | 187 DEVID_FIELD(rio_device_id, did); in main()
|
D | file2alias.c | 1179 DEF_FIELD(symval, rio_device_id, did); in do_rio_entry() 1186 ADD(alias, "d", did != RIO_ANY_ID, did); in do_rio_entry()
|
/linux-4.1.27/drivers/media/i2c/ |
D | ak881x.c | 229 const struct i2c_device_id *did) in ak881x_probe() argument
|
D | ml86v7667.c | 346 const struct i2c_device_id *did) in ml86v7667_probe() argument
|
D | mt9v032.c | 931 const struct i2c_device_id *did) in mt9v032_probe() argument 959 mt9v032->model = (const void *)did->driver_data; in mt9v032_probe()
|
D | mt9p031.c | 1034 const struct i2c_device_id *did) in mt9p031_probe() argument 1060 mt9p031->model = did->driver_data; in mt9p031_probe()
|
D | saa717x.c | 1242 const struct i2c_device_id *did) in saa717x_probe() argument
|
D | mt9t001.c | 844 const struct i2c_device_id *did) in mt9t001_probe() argument
|
/linux-4.1.27/Documentation/i2c/ |
D | slave-interface | 68 our own address and the write bit was detected. The data did not arrive yet, so 154 Currently, there is no slave event to report if the master did ACK or NACK a
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 13 Until recently, emu10k1 users on Linux did not have access to the same low
|
D | hdspm.txt | 111 hwparams-calls and should not be changed in run-state, I did not
|
D | timestamping.txt | 82 For backwards compatibility with previous implementations that did not
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 45 they already did. 49 If you did not notice yet and/or you have userspace from pre-3.7, it 318 ttyS argument if the user did not specified it on the command line.
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 87 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.1.27/Documentation/fb/ |
D | matroxfb.txt | 133 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.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 170 u16 did; member
|
D | phy_int.h | 498 u16 did; member
|
/linux-4.1.27/drivers/rapidio/switches/ |
D | idt_gen2.c | 282 tmp = (rdev->did == RIO_DID_IDTCPS1848) ? 48 : 16; in idtg2_em_init()
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 66 host did not explain the problem. My guess is a bug in either qemu
|
/linux-4.1.27/Documentation/security/ |
D | Yama.txt | 53 did not transition uids, start privileged, or have called
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 126 u32 did, struct fc_frame *, 2781 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send() argument 2798 return fc_elsct_send(lport, did, fp, op, fcoe_flogi_resp, in fcoe_elsct_send() 2804 return fc_elsct_send(lport, did, fp, op, fcoe_logo_resp, in fcoe_elsct_send() 2807 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in fcoe_elsct_send()
|
/linux-4.1.27/Documentation/RCU/ |
D | NMI-RCU.txt | 20 nothing, but returns zero, thus saying that it did nothing, allowing
|
D | rculist_nulls.txt | 117 a race (some writer did a delete and/or a move of an object
|
D | listRCU.txt | 161 However, if it did, reader-writer-locked code to do so might look as
|
D | trace.txt | 327 Yes, Paul did run into a number of problems that turned out to 338 force_quiescent_state() actually did some real work.
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | info.txt | 30 This is the number of times that a transaction will be resent to a server that did
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | imx074.c | 414 const struct i2c_device_id *did) in imx074_probe() argument
|
D | ov5642.c | 1004 const struct i2c_device_id *did) in ov5642_probe() argument
|
D | mt9m001.c | 636 const struct i2c_device_id *did) in mt9m001_probe() argument
|
D | ov9640.c | 676 const struct i2c_device_id *did) in ov9640_probe() argument
|
D | ov9740.c | 936 const struct i2c_device_id *did) in ov9740_probe() argument
|
D | tw9910.c | 904 const struct i2c_device_id *did) in tw9910_probe() argument
|
D | mt9t031.c | 737 const struct i2c_device_id *did) in mt9t031_probe() argument
|
D | ov772x.c | 1038 const struct i2c_device_id *did) in ov772x_probe() argument
|
D | mt9v022.c | 864 const struct i2c_device_id *did) in mt9v022_probe() argument
|
D | ov2640.c | 1109 const struct i2c_device_id *did) in ov2640_probe() argument
|
D | mt9t112.c | 1071 const struct i2c_device_id *did) in mt9t112_probe() argument
|
D | mt9m111.c | 927 const struct i2c_device_id *did) in mt9m111_probe() argument
|
D | ov6650.c | 954 const struct i2c_device_id *did) in ov6650_probe() argument
|
D | rj54n1cb0c.c | 1310 const struct i2c_device_id *did) in rj54n1_probe() argument
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-piix4 | 58 try to enable it. THIS IS VERY DANGEROUS! If the BIOS did not set up a
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 11 You did read Documentation/initrd.txt and know how an initrd works.
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 34 locks. If the user did not specify nwriters_stress, then
|
D | lockdep-design.txt | 127 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.1.27/Documentation/usb/ |
D | error-codes.txt | 134 -EREMOTEIO The data read from the endpoint did not fill the
|
D | persist.txt | 150 way to know you did it. The kernel will assume that nothing has
|
D | power-management.txt | 190 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.1.27/arch/powerpc/platforms/powermac/ |
D | feature.c | 2683 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.1.27/drivers/scsi/fnic/ |
D | fnic_scsi.c | 2630 void fnic_exch_mgr_reset(struct fc_lport *lp, u32 sid, u32 did) in fnic_exch_mgr_reset() argument 2638 if (did) { in fnic_exch_mgr_reset() 2639 fnic_rport_exch_reset(fnic, did); in fnic_exch_mgr_reset() 2654 fc_exch_mgr_reset(lp, sid, did); in fnic_exch_mgr_reset()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | au8522_decoder.c | 727 const struct i2c_device_id *did) in au8522_probe() argument
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 33 did - returns the device identifier
|
/linux-4.1.27/arch/sparc/lib/ |
D | checksum_32.S | 358 bne 5b ! we did not go negative, continue looping 394 bne ccdbl ! we did not go negative, continue looping
|
/linux-4.1.27/drivers/scsi/ |
D | dc395x.c | 170 #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.1.27/arch/arm/boot/dts/ |
D | armada-xp-synology-ds414.dts | 125 * and it seems Synology did not care to change u-boot
|
D | armada-370-synology-ds213j.dts | 103 * and it seems Synology did not care to change u-boot
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 74 Check that mmiotrace did not lose events due to a buffer filling up. Either
|
D | ftrace-design.txt | 289 did already create a mcount() function earlier, dynamic ftrace only wants a
|
/linux-4.1.27/Documentation/driver-model/ |
D | driver.txt | 164 the driver did not bind to this device, in which case it should have
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_wlan.h | 33 u32 did; member
|
D | hostap_80211_rx.c | 141 hdr->f.did = LWNG_CAP_DID_BASE | (i << 12); \ in prism2_rx_80211()
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_32.S | 349 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 114 [5.] Most recent kernel version which did not have the bug:
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 92 to work the way he did, he is one of the most selfless men I know.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 231 steal: the amount of time in which this vCPU did not run, in
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 27 The isdn device driver did already support several different
|
/linux-4.1.27/Documentation/x86/ |
D | exception-tables.txt | 284 successful, -EFAULT on failure. Our original code did not test this
|
D | intel_mpx.txt | 243 However, if users did this, the kernel might be fooled in to unmaping an
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 175 * in idetape_issue_packet_command (did effect
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 261 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.1.27/Documentation/input/ |
D | alps.txt | 23 different ALPS variants but there did not appear to be a 1:1 mapping.
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 107 in the kernel, so if you did not enable CFI previously, do that now.
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru-datasheet | 16 Original version by Olle Sandberg who did the heavy lifting of the initial
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 233 did not move the disk head and kept on dispatching sequential IO from
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 324 Check interval. When a task in D state did not get scheduled 524 if your architecture did not always support 32-bit UIDs (i.e. arm,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 14 previous implementation of snapshots did this by chaining together
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 403 also did some work on it (fixing it up for the later 2.3.x kernels, IIRC).
|