[go: nahoru, domu]

Searched refs:did (Results 1 - 25 of 87) sorted by relevance

1234

/drivers/staging/wlan-ng/
H A Dp80211meta.h67 u32 did; /* partial did */ member in struct:p80211meta
H A Dp80211types.h259 u32 did; member in struct:p80211item
266 u32 did; member in struct:p80211itemd
274 u32 did; member in struct:p80211item_uint32
282 u32 did; member in struct:p80211item_pstr6
290 u32 did; member in struct:p80211item_pstr14
298 u32 did; member in struct:p80211item_pstr32
306 u32 did; member in struct:p80211item_pstr255
314 u32 did; member in struct:p80211item_unk392
322 u32 did; member in struct:p80211item_unk1024
330 u32 did; member in struct:p80211item_unk4096
[all...]
H A Dcfg80211.c75 static int prism2_domibset_uint32(wlandevice_t *wlandev, u32 did, u32 data) argument
82 mibitem->did = did;
89 u32 did, u8 len, const u8 *data)
96 mibitem->did = did;
152 u32 did; local
169 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey0;
173 did = DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey1;
177 did
88 prism2_domibset_pstr32(wlandevice_t *wlandev, u32 did, u8 len, const u8 *data) argument
241 u32 did; local
500 u32 did; local
[all...]
H A 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);
H A Dprism2mib.c83 u32 did; member in struct:mibrec
289 for (mib = mibtab; mib->did != 0; mib++)
290 if (mib->did == mibitem->did && (mib->flag & which))
293 if (mib->did == 0) {
720 switch (mib->did) {
743 netdev_err(wlandev->netdev, "Unhandled DID 0x%08x\n", mib->did);
H A Dprism2fw.c289 getmsg.mibattribute.did = DIDmsg_dot11req_mibget_mibattribute;
291 getmsg.resultcode.did = DIDmsg_dot11req_mibget_resultcode;
295 item->did = DIDmib_p2_p2NIC_p2PRISupRange;
773 msg->pda.did = DIDmsg_p2req_readpda_pda;
776 msg->resultcode.did = DIDmsg_p2req_readpda_resultcode;
1004 rstmsg->enable.did = DIDmsg_p2req_ramdl_state_enable;
1005 rstmsg->exeaddr.did = DIDmsg_p2req_ramdl_state_exeaddr;
1006 rstmsg->resultcode.did = DIDmsg_p2req_ramdl_state_resultcode;
1018 rwrmsg->addr.did = DIDmsg_p2req_ramdl_write_addr;
1019 rwrmsg->len.did
[all...]
/drivers/scsi/libfc/
H A Dfc_elsct.c36 * @did: The destination ID for the frame
43 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, argument
56 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
59 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did);
67 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
H A Dfc_exch.c656 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid,
975 ep->did = ntoh24(fh->fh_s_id);
976 ep->oid = ep->did;
1178 ep->did = orig_id;
1181 ep->did = resp_id;
1230 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0);
1549 if (ep->did != ntoh24(fh->fh_s_id) &&
1550 ep->did != FC_FID_FLOGI) {
1857 * @did: The destination ID
1861 * we sourced from the local port's FID. If did i
1864 fc_exch_pool_reset(struct fc_lport *lport, struct fc_exch_pool *pool, u32 sid, u32 did) argument
1909 fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) argument
2144 u32 did; local
[all...]
H A Dfc_lport.c1710 u32 did; local
1737 did = fc_frame_did(fp);
1738 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 ||
1779 fc_lport_set_port_id(lport, did, fp);
1783 lport->host->host_no, did);
1794 fc_lport_set_port_id(lport, did, fp);
1963 * @did: The destination port id
1970 u32 did, u32 tov)
1991 hton24(fh->fh_d_id, did);
2023 * @did
1968 fc_lport_els_request(struct fc_bsg_job *job, struct fc_lport *lport, u32 did, u32 tov) argument
2029 fc_lport_ct_request(struct fc_bsg_job *job, struct fc_lport *lport, u32 did, u32 tov) argument
2093 u32 did; local
[all...]
/drivers/pcmcia/
H A Dds.c48 const struct pcmcia_device_id *did = p_drv->id_table; local
56 while (did && did->match_flags) {
58 if (!did->prod_id[i])
61 hash = crc32(0, did->prod_id[i], strlen(did->prod_id[i]));
62 if (hash == did->prod_id_hash[i])
67 "be 0x%x\n", p_drv->name, did->prod_id[i],
68 did->prod_id_hash[i], hash);
73 did
789 pcmcia_devmatch(struct pcmcia_device *dev, const struct pcmcia_device_id *did) argument
896 const struct pcmcia_device_id *did = p_drv->id_table; local
[all...]
/drivers/nfc/st21nfca/
H A Dst21nfca_dep.h29 u8 did; member in struct:st21nfca_dep_info
H A Dst21nfca_dep.c71 u8 did; member in struct:st21nfca_atr_req
83 u8 did; member in struct:st21nfca_atr_res
95 u8 did; member in struct:st21nfca_psl_req
104 u8 did; member in struct:st21nfca_psl_res
112 u8 did; member in struct:st21nfca_dep_req_res
255 psl_res->did = psl_req->did;
405 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, argument
424 psl_req->did = did;
[all...]
/drivers/rapidio/
H A Drio-driver.c35 ((id->did == RIO_ANY_ID) || (id->did == rdev->did)) &&
213 rdev->vid, rdev->did, rdev->asm_vid, rdev->asm_did))
H A Drio-scan.c179 * @did: Device ID value to be written
183 static void rio_set_device_id(struct rio_mport *port, u16 destid, u8 hopcount, u16 did) argument
186 RIO_SET_DID(port->sys_size, did));
192 * @did: Device ID value to be written
196 static void rio_local_set_device_id(struct rio_mport *port, u16 did) argument
199 did));
233 "RIO: badness when releasing host lock on vid %4.4x did %4.4x\n",
234 rdev->vid, rdev->did);
375 rdev->did = result >> 16;
654 "RIO: found %s (vid %4.4x did
[all...]
/drivers/bcma/
H A Dmain.c520 const struct bcma_device_id *did; local
522 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) {
523 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) &&
524 (did->id == cid->id || did
[all...]
/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c64 u8 did; member in struct:vbi_anc_data
266 int did, sdid, l, err = 0; local
273 (anc->did != sliced_vbi_did[0] &&
274 anc->did != sliced_vbi_did[1])) {
279 did = anc->did;
310 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]);
/drivers/input/keyboard/
H A Dhil_kbd.c329 uint8_t did = kbd->idd[0]; local
349 printk(KERN_INFO PREFIX "HIL keyboard found (did = 0x%02x, lang = %s)\n",
350 did, hil_language[did & HIL_IDD_DID_TYPE_KB_LANG_MASK]);
356 uint8_t did = ptr->idd[0]; local
364 switch (did & HIL_IDD_DID_TYPE_MASK) {
410 if ((did & HIL_IDD_DID_ABS_TABLET_MASK) == HIL_IDD_DID_ABS_TABLET)
416 if ((did & HIL_IDD_DID_ABS_TSCREEN_MASK) == HIL_IDD_DID_ABS_TSCREEN)
419 if ((did & HIL_IDD_DID_REL_MOUSE_MASK) == HIL_IDD_DID_REL_MOUSE)
436 "HIL pointer device found (did
447 uint8_t did, *idd; local
[all...]
/drivers/gpu/drm/i915/
H A Ddvo_ch7xxx.c99 uint8_t did; member in struct:ch7xxx_did_struct
122 static char *ch7xxx_get_did(uint8_t did) argument
127 if (ch7xxx_dids[i].did == did)
/drivers/iio/temperature/
H A Dtmp006.c184 int mid, did; local
190 did = i2c_smbus_read_word_swapped(client, TMP006_DEVICE_ID);
191 if (did < 0)
194 return mid == MANUFACTURER_MAGIC && did == DEVICE_MAGIC;
/drivers/net/wireless/
H A Datmel_cs.c122 const struct pcmcia_device_id *did; local
125 did = dev_get_drvdata(&link->dev);
147 did ? did->driver_info : ATMEL_FW_TYPE_NONE,
/drivers/scsi/
H A Dtmscsim.h268 #define MK_RES(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt))
269 #define MK_RES_LNX(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt))
274 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0)
/drivers/scsi/csiostor/
H A Dcsio_rnode.c387 "did:x%x\n", rdev_flowid,
450 __be32 *did; local
452 did = (__be32 *) &rdevp->r_id[0];
458 if (((ntohl(*did) >> 8) & CSIO_DID_MASK) != FC_FID_FLOGI) {
471 if (((ntohl(*did) >> 8) & CSIO_DID_MASK) != FC_FID_DIR_SERV) {
519 " rport did:x%x\n",
521 (ntohl(*did) & CSIO_DID_MASK));
528 " rport did:x%x\n",
530 (ntohl(*did) & CSIO_DID_MASK));
537 rn->nport_id = (ntohl(*did) >>
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_els.c128 * @did: destination identifier.
152 struct lpfc_nodelist *ndlp, uint32_t did,
175 if ((did == Fabric_DID) &&
240 icmd->un.elsreq64.remoteID = did; /* DID */
251 icmd->un.xseq64.xmit_els_remoteID = did; /* DID */
312 /* Xmit ELS command <elsCmd> to remote NPORT <did> */
317 elscmd, did, elsiocb->iotag,
321 /* Xmit ELS response <elsCmd> to remote NPORT <did> */
1644 /* Two ndlps cannot have the same did on the nodelist */
1660 /* Two ndlps cannot have the same did */
150 lpfc_prep_els_iocb(struct lpfc_vport *vport, uint8_t expectRsp, uint16_t cmdSize, uint8_t retry, struct lpfc_nodelist *ndlp, uint32_t did, uint32_t elscmd) argument
1954 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) argument
3118 uint32_t did; local
4653 lpfc_rscn_payload_check(struct lpfc_vport *vport, uint32_t did) argument
5110 uint32_t cmd, did; local
5816 lpfc_issue_els_rrq(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did, struct lpfc_node_rrq *rrq) argument
6055 uint32_t cmd, cnt, did; local
6127 uint32_t cmd, did; local
6623 uint32_t cmd, did, newnode; local
7611 int did = ndlp->nlp_DID; local
[all...]
/drivers/fmc/
H A Dfmc-sdb.c254 uint64_t vid, uint32_t did, unsigned long *sz)
271 vid, did, sz);
278 if (__be32_to_cpu(p->device_id) != did)
253 fmc_find_sdb_device(struct sdb_array *tree, uint64_t vid, uint32_t did, unsigned long *sz) argument
/drivers/input/serio/
H A Di8042-x86ia64io.h767 static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
778 strlcpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name));
793 static int i8042_pnp_aux_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
804 strlcpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name));

Completed in 398 milliseconds

1234