/linux-4.4.14/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 | 72 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 …]
|
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() 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 …]
|
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()
|
/linux-4.4.14/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.4.14/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() 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/ |
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.4.14/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.4.14/include/linux/ |
D | intel-iommu.h | 281 #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
|
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 | 645 __u16 did, vid; member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/bcma/ |
D | main.c | 624 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/ |
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.4.14/drivers/nfc/st21nfca/ |
D | dep.c | 76 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()
|
D | st21nfca.h | 132 u8 did; member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 == TMP006_MANUFACTURER_MAGIC && did == TMP006_DEVICE_MAGIC; in tmp006_check_identification()
|
/linux-4.4.14/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()
|
D | intel_opregion.c | 627 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/ |
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.4.14/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() 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 …]
|
D | lpfc_ct.c | 409 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 …]
|
D | lpfc_hbadisc.c | 4194 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 …]
|
D | lpfc_mbox.c | 644 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()
|
D | lpfc_hw.h | 2522 uint32_t did:24; member 2526 uint32_t did:24; 2633 uint32_t did; member
|
D | lpfc_nportdisc.c | 1539 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/ |
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.4.14/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.4.14/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.4.14/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.4.14/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 | 666 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()
|
D | bnx2fc.h | 566 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device.c | 56 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/ |
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.4.14/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
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 615 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 …]
|
D | fsl_pamu.h | 281 u8 did; member 291 u8 did; member
|
D | intel-svm.c | 159 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()
|
D | dmar.c | 1282 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/ |
D | processor_perflib.c | 292 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/ |
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.4.14/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.4.14/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.4.14/Documentation/ABI/removed/ |
D | video1394 | 9 to use raw1394 + libraw1394 too because video1394 did not provide
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | trinity_dpm.c | 1825 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/ |
D | efm32-spi.txt | 18 reset default 0 or whatever the bootloader did.
|
/linux-4.4.14/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.4.14/drivers/gpu/vga/ |
D | Kconfig | 7 hard-decoded addresses as they did on ISA. When multiple PCI devices
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 72 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()
|
D | tfc_io.c | 175 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid, in ft_queue_data_in()
|
/linux-4.4.14/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 | SubmittingDrivers | 121 or you did. Nobody has any special access to the kernel
|
D | stable_kernel_rules.txt | 121 members did not realize, the patch will be dropped from the queue.
|
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 | svga.txt | 59 <name-of-detected-video-adapter> tells what video adapter did Linux detect
|
D | media-framework.txt | 339 clean up any of the changes it did by itself.
|
/linux-4.4.14/include/net/nfc/ |
D | digital.h | 228 u8 did; member
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 44 Originally UBIFS did not support atime, because it looked like a bad idea due
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 12 ; Before jumping to Interrupt Vector, hardware micro-ops did following:
|
/linux-4.4.14/drivers/pci/pcie/ |
D | Kconfig | 71 BIOS did not.
|
/linux-4.4.14/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.4.14/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.4.14/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,
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | tx3927.h | 76 endian_def_s2(did, vid);
|
/linux-4.4.14/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.4.14/Documentation/filesystems/ |
D | adfs.txt | 26 (In older versions, an 'execute' permission did exist, but this
|
/linux-4.4.14/drivers/media/i2c/ |
D | ak881x.c | 228 const struct i2c_device_id *did) in ak881x_probe() argument
|
D | ml86v7667.c | 365 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 | 1245 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.4.14/arch/sparc/kernel/ |
D | wuf.S | 294 andcc %twin_tmp2, 0x2, %g0 ! did fault occur?
|
D | wof.S | 359 andcc %glob_tmp, 0x2, %g0 ! did we fault?
|
D | etrap_32.S | 272 andcc %glob_tmp, 0x2, %g0 ! did we fault?
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 2 its parent did not have. The most obvious examples are setuid/setgid
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 76 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/ |
D | devicetable-offsets.c | 191 DEVID_FIELD(rio_device_id, did); in main()
|
D | file2alias.c | 1228 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/ |
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.4.14/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.4.14/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.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 170 u16 did; member
|
D | phy_int.h | 498 u16 did; member
|
/linux-4.4.14/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 319 ttyS argument if the user did not specified it on the command line.
|
/linux-4.4.14/drivers/rapidio/switches/ |
D | idt_gen2.c | 282 tmp = (rdev->did == RIO_DID_IDTCPS1848) ? 48 : 16; in idtg2_em_init()
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 51 did not transition uids, start privileged, or have called
|
/linux-4.4.14/Documentation/w1/masters/ |
D | ds2490 | 66 host did not explain the problem. My guess is a bug in either qemu
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 1311 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/ |
D | fcoe.c | 126 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/ |
D | info.txt | 30 This is the number of times that a transaction will be resent to a server that did
|
/linux-4.4.14/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 | 311 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/ |
D | i2c-piix4 | 58 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/ |
D | imx074.c | 420 const struct i2c_device_id *did) in imx074_probe() argument
|
D | ov5642.c | 1008 const struct i2c_device_id *did) in ov5642_probe() argument
|
D | ov9640.c | 690 const struct i2c_device_id *did) in ov9640_probe() argument
|
D | mt9m001.c | 653 const struct i2c_device_id *did) in mt9m001_probe() argument
|
D | ov9740.c | 949 const struct i2c_device_id *did) in ov9740_probe() argument
|
D | tw9910.c | 948 const struct i2c_device_id *did) in tw9910_probe() argument
|
D | mt9t031.c | 749 const struct i2c_device_id *did) in mt9t031_probe() argument
|
D | ov772x.c | 1055 const struct i2c_device_id *did) in ov772x_probe() argument
|
D | mt9v022.c | 881 const struct i2c_device_id *did) in mt9v022_probe() argument
|
D | ov2640.c | 1105 const struct i2c_device_id *did) in ov2640_probe() argument
|
D | mt9m111.c | 932 const struct i2c_device_id *did) in mt9m111_probe() argument
|
D | mt9t112.c | 1088 const struct i2c_device_id *did) in mt9t112_probe() argument
|
D | rj54n1cb0c.c | 1310 const struct i2c_device_id *did) in rj54n1_probe() argument
|
D | ov6650.c | 971 const struct i2c_device_id *did) in ov6650_probe() argument
|
/linux-4.4.14/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.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 11 You did read Documentation/initrd.txt and know how an initrd works.
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/fnic/ |
D | fnic_scsi.c | 2646 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/ |
D | sysfs.txt | 33 did - returns the device identifier
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | au8522_decoder.c | 727 const struct i2c_device_id *did) in au8522_probe() argument
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.h | 467 __le16 did; member
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/boot/dts/ |
D | armada-xp-synology-ds414.dts | 127 * and it seems Synology did not care to change u-boot
|
D | armada-370-synology-ds213j.dts | 104 * and it seems Synology did not care to change u-boot
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 164 the driver did not bind to this device, in which case it should have
|
/linux-4.4.14/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.4.14/ |
D | REPORTING-BUGS | 114 [5.] Most recent kernel version which did not have the bug:
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_32.S | 348 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
/linux-4.4.14/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.4.14/fs/reiserfs/ |
D | README | 92 to work the way he did, he is one of the most selfless men I know.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 27 The isdn device driver did already support several different
|
/linux-4.4.14/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.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 231 steal: the amount of time in which this vCPU did not run, in
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 175 * in idetape_issue_packet_command (did effect
|
/linux-4.4.14/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.4.14/Documentation/input/ |
D | alps.txt | 23 different ALPS variants but there did not appear to be a 1:1 mapping.
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 16 Original version by Olle Sandberg who did the heavy lifting of the initial
|
/linux-4.4.14/drivers/mtd/maps/ |
D | Kconfig | 107 in the kernel, so if you did not enable CFI previously, do that now.
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 233 did not move the disk head and kept on dispatching sequential IO from
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 14 previous implementation of snapshots did this by chaining together
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 403 also did some work on it (fixing it up for the later 2.3.x kernels, IIRC).
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 336 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,
|