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

123456

/linux-master/include/scsi/fc/
H A Dfc_fcoe.h84 * @did: fc dest id to use
86 static inline void fc_fcoe_set_mac(u8 *mac, u8 *did) argument
91 mac[3] = did[0];
92 mac[4] = did[1];
93 mac[5] = did[2];
/linux-master/drivers/staging/wlan-ng/
H A Dp80211types.h215 u32 did; member in struct:p80211item
222 u32 did; member in struct:p80211itemd
230 u32 did; member in struct:p80211item_uint32
238 u32 did; member in struct:p80211item_pstr6
246 u32 did; member in struct:p80211item_pstr14
254 u32 did; member in struct:p80211item_pstr32
262 u32 did; member in struct:p80211item_pstr255
270 u32 did; member in struct:p80211item_unk392
278 u32 did; member in struct:p80211item_unk1024
286 u32 did; member in struct:p80211item_unk4096
[all...]
H A Dcfg80211.c74 u32 did, u32 data)
81 mibitem->did = did;
88 u32 did, u8 len, const u8 *data)
95 mibitem->did = did;
150 u32 did; local
167 did = didmib_dot11smt_wepdefaultkeystable_key(key_index + 1);
169 if (prism2_domibset_pstr32(wlandev, did, params->key_len, params->key))
209 u32 did; local
73 prism2_domibset_uint32(struct wlandevice *wlandev, u32 did, u32 data) argument
87 prism2_domibset_pstr32(struct wlandevice *wlandev, u32 did, u8 len, const u8 *data) argument
443 u32 did; local
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_elsct.c24 * @did: The destination ID for the frame
31 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, argument
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did);
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
/linux-master/tools/power/cpupower/utils/helpers/
H A Damd.c23 unsigned did:3; member in struct:core_pstate::__anon493
37 unsigned did:6; member in struct:core_pstate::__anon494
52 t = pstate.pstatedef.did;
56 t = pstate.pstate.did;
64 int fid, did, cof; local
66 did = get_did(pstate);
69 cof = 200 * fid / did;
75 cof = (100 * (fid + t)) >> did;
/linux-master/scripts/gdb/linux/
H A Ddmesg.py93 did = tail_id
95 ind = did % desc_ring_count
104 if did == head_id:
106 did = (did + 1) & desc_id_mask
147 if did == head_id:
149 did = (did + 1) & desc_id_mask
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
H A Ddce_clk_mgr.h57 int dentist_get_divider_from_did(int did);
H A Ddce_clk_mgr.c79 int dentist_get_divider_from_did(int did) argument
81 if (did < DENTIST_BASE_DID_1)
82 did = DENTIST_BASE_DID_1;
83 if (did > DENTIST_MAX_DID)
84 did = DENTIST_MAX_DID;
86 if (did < DENTIST_BASE_DID_2) {
88 * (did - DENTIST_BASE_DID_1);
89 } else if (did < DENTIST_BASE_DID_3) {
91 * (did - DENTIST_BASE_DID_2);
92 } else if (did < DENTIST_BASE_DID_
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-ports.c10 #define Q6AFE_TDM_PB_DAI(pre, num, did) { \
24 .name = #did, \
25 .id = did, \
28 #define Q6AFE_TDM_CAP_DAI(pre, num, did) { \
42 .name = #did, \
43 .id = did, \
46 #define Q6AFE_CDC_DMA_RX_DAI(did) { \
48 .stream_name = #did" Playback", \
60 .name = #did, \
61 .id = did, \
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-address.h147 uint64_t did:8; member in struct:__anon4::__anon9
172 uint64_t did:8; member in struct:__anon4::__anon11
233 uint64_t did:8; member in struct:__anon4::__anon19
247 uint64_t did:8; member in struct:__anon4::__anon21
295 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did))
296 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40)
297 #define CVMX_FULL_DID(did, subdid) (((did) <<
[all...]
H A Dcvmx-fpa.h63 uint64_t did:8; member in struct:__anon3::__anon4
71 uint64_t did:8;
212 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA, pool);
H A Dcvmx-pow.h242 * Address for new work request loads (did<2:0> == 0)
252 /* the ID of POW -- did<2:0> == 0 in this case */
253 uint64_t did:8; member in struct:__anon29::__anon30
267 uint64_t did:8;
285 /* the ID of POW -- did<2:0> == 1 in this case */
286 uint64_t did:8; member in struct:__anon29::__anon31
315 uint64_t did:8;
333 /* the ID of POW -- did<2:0> == 2 in this case */
334 uint64_t did:8; member in struct:__anon29::__anon32
359 uint64_t did
378 uint64_t did:8; member in struct:__anon29::__anon33
447 uint64_t did:8; member in struct:__anon29::__anon34
1200 uint64_t did:8; member in struct:__anon51::__anon52
1231 uint64_t did:8; member in struct:__anon53::__anon54
[all...]
/linux-master/drivers/watchdog/
H A Dexar_wdt.c60 unsigned short did; member in struct:wdt_priv
291 priv->did, timeout, nowayout);
302 unsigned short vid, did; local
309 did = exar_sio_read16(config_port, EXAR_DID);
313 (did == EXAR_DEV_382 ||
314 did == EXAR_DEV_384)) {
325 did, config_port, base);
327 return did;
387 unsigned short did, rt_base = 0; local
389 did
[all...]
/linux-master/drivers/usb/cdns3/
H A Ddrd.h17 __le32 did; member in struct:cdns3_otg_regs
61 __le32 did; member in struct:cdnsp_otg_regs
83 #define OTG_CDNSP_CHECK_DID(did) (((did) & GENMASK(31, 8)) == 0x00040300)
86 #define OTG_CDNS3_CHECK_DID(did) (((did) & GENMASK(31, 8)) == 0x00040200)
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h18 u64 did = ((u64)(uintptr_t)a >> 40) & 0xff; local
20 return octeon_should_swizzle_table[did];
/linux-master/drivers/iommu/intel/
H A Dpasid.c193 u16 did, u32 pasid)
197 desc.qw0 = QI_PC_DID(did) | QI_PC_GRAN(QI_PC_PASID_SEL) |
240 u16 did, pgtt; local
249 did = pasid_get_domain_id(pte);
257 pasid_cache_invalidation_with_pasid(iommu, did, pasid);
260 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0);
262 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH);
275 u32 pasid, u16 did)
281 pasid_cache_invalidation_with_pasid(iommu, did, pasid);
282 qi_flush_piotlb(iommu, did, pasi
192 pasid_cache_invalidation_with_pasid(struct intel_iommu *iommu, u16 did, u32 pasid) argument
273 pasid_flush_caches(struct intel_iommu *iommu, struct pasid_entry *pte, u32 pasid, u16 did) argument
292 intel_pasid_setup_first_level(struct intel_iommu *iommu, struct device *dev, pgd_t *pgd, u32 pasid, u16 did, int flags) argument
378 u16 did; local
438 u16 did, pgtt; local
507 u16 did = FLPT_DEFAULT_DID; local
543 u16 did; local
595 u16 did = domain_id_iommu(domain, iommu); local
[all...]
/linux-master/drivers/clk/
H A Dclk-renesas-pcie.c58 u8 did; member in struct:rs9_chip_info
285 unsigned int vid, did; local
326 ret = regmap_read(rs9->regmap, RS9_REG_DID, &did);
331 if (vid != RS9_REG_VID_IDT || did != rs9->chip_info->did)
334 vid, did, RS9_REG_VID_IDT,
335 rs9->chip_info->did);
380 .did = RS9_REG_DID_TYPE_FGV | 0x02,
386 .did = RS9_REG_DID_TYPE_FGV | 0x04,
392 .did
[all...]
/linux-master/drivers/pcmcia/
H A Dds.c45 const struct pcmcia_device_id *did = p_drv->id_table; local
53 while (did && did->match_flags) {
55 if (!did->prod_id[i])
58 hash = crc32(0, did->prod_id[i], strlen(did->prod_id[i]));
59 if (hash == did->prod_id_hash[i])
64 "be 0x%x\n", p_drv->name, did->prod_id[i],
65 did->prod_id_hash[i], hash);
70 did
800 pcmcia_devmatch(struct pcmcia_device *dev, const struct pcmcia_device_id *did) argument
907 const struct pcmcia_device_id *did = p_drv->id_table; local
[all...]
/linux-master/include/linux/soc/ti/
H A Dti_sci_protocol.h154 * -did: Device identifier this request is for
172 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid,
175 int (*idle_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid);
176 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid);
177 int (*is_auto)(const struct ti_sci_handle *handle, u32 did, u32 cid,
179 int (*is_on)(const struct ti_sci_handle *handle, u32 did, u32 cid,
181 int (*is_off)(const struct ti_sci_handle *handle, u32 did, u32 cid,
183 int (*set_parent)(const struct ti_sci_handle *handle, u32 did, u32 cid,
185 int (*get_parent)(const struct ti_sci_handle *handle, u32 did, u32 cid,
187 int (*get_num_parents)(const struct ti_sci_handle *handle, u32 did,
[all...]
/linux-master/drivers/rapidio/
H A Drio-driver.c32 ((id->did == RIO_ANY_ID) || (id->did == rdev->did)) &&
219 rdev->vid, rdev->did, rdev->asm_vid, rdev->asm_did))
/linux-master/drivers/bcma/
H A Dmain.c592 const struct bcma_device_id *did; local
594 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) {
595 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) &&
596 (did->id == cid->id || did
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c50 u8 did; member in struct:vbi_anc_data
252 int did, sdid, l, err = 0; local
259 (anc->did != sliced_vbi_did[0] &&
260 anc->did != sliced_vbi_did[1])) {
265 did = anc->did;
296 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]);
/linux-master/net/nfc/
H A Ddigital_dep.c67 u8 did; member in struct:digital_atr_req
78 u8 did; member in struct:digital_atr_res
89 u8 did; member in struct:digital_psl_req
97 u8 did; member in struct:digital_psl_res
377 psl_req->did = 0;
504 atr_req->did = 0;
998 if (ddev->did) {
1001 skb_put_data(skb, &ddev->did, sizeof(ddev->did));
1042 if (ddev->did) {
1365 digital_tg_send_psl_res(struct nfc_digital_dev *ddev, u8 did, u8 rf_tech) argument
[all...]
/linux-master/drivers/nfc/st21nfca/
H A Ddep.c65 u8 did; member in struct:st21nfca_atr_req
77 u8 did; member in struct:st21nfca_atr_res
89 u8 did; member in struct:st21nfca_psl_req
98 u8 did; member in struct:st21nfca_psl_res
106 u8 did; member in struct:st21nfca_dep_req_res
242 psl_res->did = psl_req->did;
415 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, argument
434 psl_req->did = did;
[all...]
/linux-master/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...]

Completed in 365 milliseconds

123456