/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-fpa.h | 63 uint64_t did:8; member 71 uint64_t did:8; 212 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA, pool); in cvmx_fpa_async_alloc()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_asic_id.c | 41 uint32_t did; in parse_one_line() local 61 did = strtol(s_did, &endptr, 16); in parse_one_line() 65 if (did != dev->info.asic_id) { in parse_one_line()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 99 int dentist_get_divider_from_did(int did) in dentist_get_divider_from_did() argument 101 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did() 102 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did() 103 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did() 104 did = DENTIST_MAX_DID; in dentist_get_divider_from_did() 106 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did() 108 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did() 109 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did() 111 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did() 112 } else if (did < DENTIST_BASE_DID_ in dentist_get_divider_from_did() [all...] |
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 301 getmsg.mibattribute.did = DIDMSG_DOT11REQ_MIBGET_MIBATTRIBUTE; in prism2_fwapply() 303 getmsg.resultcode.did = DIDMSG_DOT11REQ_MIBGET_RESULTCODE; in prism2_fwapply() 307 item->did = DIDMIB_P2_NIC_PRISUPRANGE; in prism2_fwapply() 790 msg->pda.did = DIDMSG_P2REQ_READPDA_PDA; in read_cardpda() 793 msg->resultcode.did = DIDMSG_P2REQ_READPDA_RESULTCODE; in read_cardpda() 1023 rstmsg->enable.did = DIDMSG_P2REQ_RAMDL_STATE_ENABLE; in writeimage() 1024 rstmsg->exeaddr.did = DIDMSG_P2REQ_RAMDL_STATE_EXEADDR; in writeimage() 1025 rstmsg->resultcode.did = DIDMSG_P2REQ_RAMDL_STATE_RESULTCODE; in writeimage() 1036 rwrmsg->addr.did = DIDMSG_P2REQ_RAMDL_WRITE_ADDR; in writeimage() 1037 rwrmsg->len.did in writeimage() [all...] |
H A D | prism2mib.c | 84 u32 did; member 283 for (mib = mibtab; mib->did != 0; mib++) in prism2mgmt_mibset_mibget() 284 if (mib->did == mibitem->did && (mib->flag & which)) in prism2mgmt_mibset_mibget() 287 if (mib->did == 0) { in prism2mgmt_mibset_mibget() 669 switch (mib->did) { in prism2mib_priv() 692 netdev_err(wlandev->netdev, "Unhandled DID 0x%08x\n", mib->did); in prism2mib_priv()
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 280 getmsg.mibattribute.did = DIDMSG_DOT11REQ_MIBGET_MIBATTRIBUTE; in prism2_fwapply() 282 getmsg.resultcode.did = DIDMSG_DOT11REQ_MIBGET_RESULTCODE; in prism2_fwapply() 286 item->did = DIDMIB_P2_NIC_PRISUPRANGE; in prism2_fwapply() 768 msg->pda.did = DIDMSG_P2REQ_READPDA_PDA; in read_cardpda() 771 msg->resultcode.did = DIDMSG_P2REQ_READPDA_RESULTCODE; in read_cardpda() 1000 rstmsg->enable.did = DIDMSG_P2REQ_RAMDL_STATE_ENABLE; in writeimage() 1001 rstmsg->exeaddr.did = DIDMSG_P2REQ_RAMDL_STATE_EXEADDR; in writeimage() 1002 rstmsg->resultcode.did = DIDMSG_P2REQ_RAMDL_STATE_RESULTCODE; in writeimage() 1013 rwrmsg->addr.did = DIDMSG_P2REQ_RAMDL_WRITE_ADDR; in writeimage() 1014 rwrmsg->len.did in writeimage() [all...] |
H A D | prism2mib.c | 63 u32 did; member 262 for (mib = mibtab; mib->did != 0; mib++) in prism2mgmt_mibset_mibget() 263 if (mib->did == mibitem->did && (mib->flag & which)) in prism2mgmt_mibset_mibget() 266 if (mib->did == 0) { in prism2mgmt_mibset_mibget() 648 switch (mib->did) { in prism2mib_priv() 673 netdev_err(wlandev->netdev, "Unhandled DID 0x%08x\n", mib->did); in prism2mib_priv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 99 int dentist_get_divider_from_did(int did) in dentist_get_divider_from_did() argument 101 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did() 102 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did() 103 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did() 104 did = DENTIST_MAX_DID; in dentist_get_divider_from_did() 106 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did() 108 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did() 109 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did() 111 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did() 112 } else if (did < DENTIST_BASE_DID_ in dentist_get_divider_from_did() [all...] |
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | i8042-loongsonio.h | 92 const struct pnp_device_id *did) in i8042_pnp_kbd_probe() 103 strlcpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name)); in i8042_pnp_kbd_probe() 120 const struct pnp_device_id *did) in i8042_pnp_aux_probe() 131 strlcpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name)); in i8042_pnp_aux_probe() 91 i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *did) i8042_pnp_kbd_probe() argument 119 i8042_pnp_aux_probe(struct pnp_dev *dev, const struct pnp_device_id *did) i8042_pnp_aux_probe() argument
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | tmp006.c | 183 int mid, did; in tmp006_check_identification() local 189 did = i2c_smbus_read_word_swapped(client, TMP006_DEVICE_ID); in tmp006_check_identification() 190 if (did < 0) in tmp006_check_identification() 193 return mid == TMP006_MANUFACTURER_MAGIC && did == TMP006_DEVICE_MAGIC; in tmp006_check_identification()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | atmel_cs.c | 130 const struct pcmcia_device_id *did; in atmel_config() local 132 did = dev_get_drvdata(&link->dev); in atmel_config() 154 did ? did->driver_info : ATMEL_FW_TYPE_NONE, in atmel_config()
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | fc_frame.h | 251 u32 did, u32 sid, enum fc_fh_type type, in __fc_fill_fc_hdr() 256 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr() 269 u32 did, u32 sid, enum fc_fh_type type, in fc_fill_fc_hdr() 275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr() 249 __fc_fill_fc_hdr(struct fc_frame_header *fh, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) __fc_fill_fc_hdr() argument 268 fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) fc_fill_fc_hdr() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | atmel_cs.c | 129 const struct pcmcia_device_id *did; in atmel_config() local 131 did = dev_get_drvdata(&link->dev); in atmel_config() 153 did ? did->driver_info : ATMEL_FW_TYPE_NONE, in atmel_config()
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
H A D | tmp006.c | 184 int mid, did; in tmp006_check_identification() local 190 did = i2c_smbus_read_word_swapped(client, TMP006_DEVICE_ID); in tmp006_check_identification() 191 if (did < 0) in tmp006_check_identification() 194 return mid == TMP006_MANUFACTURER_MAGIC && did == TMP006_DEVICE_MAGIC; in tmp006_check_identification()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 50 u8 did; member 252 int did, sdid, l, err = 0; in cx18_av_decode_vbi_line() local 259 (anc->did != sliced_vbi_did[0] && in cx18_av_decode_vbi_line() 260 anc->did != sliced_vbi_did[1])) { in cx18_av_decode_vbi_line() 265 did = anc->did; in cx18_av_decode_vbi_line() 296 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]); in cx18_av_decode_vbi_line()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 50 u8 did; member 252 int did, sdid, l, err = 0; in cx18_av_decode_vbi_line() local 259 (anc->did != sliced_vbi_did[0] && in cx18_av_decode_vbi_line() 260 anc->did != sliced_vbi_did[1])) { in cx18_av_decode_vbi_line() 265 did = anc->did; in cx18_av_decode_vbi_line() 296 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]); in cx18_av_decode_vbi_line()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 244 int n, m, pk = 0, nentries = (int)(ssize_t)schema->child_map_size, nef = 0, did; in _lws_struct_sq3_ser_one() local 338 did = 0; in _lws_struct_sq3_ser_one() 347 did++; in _lws_struct_sq3_ser_one() 349 did == nef ? "%s" : "%s, ", in _lws_struct_sq3_ser_one() 356 did = 0; in _lws_struct_sq3_ser_one() 410 did++; in _lws_struct_sq3_ser_one() 411 if (did != nef) { in _lws_struct_sq3_ser_one()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | mangle-port.h | 18 u64 did = ((u64)(uintptr_t)a >> 40) & 0xff; in __should_swizzle_bits() local 20 return octeon_should_swizzle_table[did]; in __should_swizzle_bits()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | mangle-port.h | 18 u64 did = ((u64)(uintptr_t)a >> 40) & 0xff; in __should_swizzle_bits() local 20 return octeon_should_swizzle_table[did]; in __should_swizzle_bits()
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6afe-dai.c | 16 #define Q6AFE_TDM_PB_DAI(pre, num, did) { \ 30 .name = #did, \ 32 .id = did, \ 37 #define Q6AFE_TDM_CAP_DAI(pre, num, did) { \ 51 .name = #did, \ 53 .id = did, \ 58 #define Q6AFE_CDC_DMA_RX_DAI(did) { \ 60 .stream_name = #did" Playback", \ 72 .name = #did, \ 74 .id = did, \ [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 141 * @did: destination identifier. 165 struct lpfc_nodelist *ndlp, u32 did, in lpfc_prep_els_iocb() 186 if ((did == Fabric_DID) && in lpfc_prep_els_iocb() 265 lpfc_sli_prep_els_req_rsp(phba, elsiocb, vport, bmp, cmd_size, did, in lpfc_prep_els_iocb() 291 /* Xmit ELS command <elsCmd> to remote NPORT <did> */ in lpfc_prep_els_iocb() 296 elscmd, did, elsiocb->iotag, in lpfc_prep_els_iocb() 300 /* Xmit ELS response <elsCmd> to remote NPORT <did> */ in lpfc_prep_els_iocb() 1300 uint32_t tmo, did; in lpfc_issue_els_flogi() local 1416 did = vport->fc_myDID; in lpfc_issue_els_flogi() 1446 vport->fc_myDID = did; in lpfc_issue_els_flogi() 163 lpfc_prep_els_iocb(struct lpfc_vport *vport, u8 expect_rsp, u16 cmd_size, u8 retry, struct lpfc_nodelist *ndlp, u32 did, u32 elscmd) lpfc_prep_els_iocb() argument 2013 u32 ulp_status, ulp_word4, did, iotag; lpfc_cmpl_els_plogi() local 2193 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) lpfc_issue_els_plogi() argument 3231 u32 ulp_status, ulp_word4, tmo, did, iotag; lpfc_cmpl_els_cmd() local 3368 u32 ulp_status, ulp_word4, tmo, did, iotag; lpfc_cmpl_els_disc_cmd() local 3992 u32 ulp_status, ulp_word4, tmo, did, iotag; lpfc_cmpl_els_edc() local 4616 uint32_t did; lpfc_els_retry() local 5332 u32 ulp_status, ulp_word4, tmo, did, iotag; lpfc_cmpl_els_rsp() local 7846 lpfc_rscn_payload_check(struct lpfc_vport *vport, uint32_t did) lpfc_rscn_payload_check() argument 8340 uint32_t cmd, did; lpfc_els_rcv_flogi() local 8910 lpfc_issue_els_rrq(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did, struct lpfc_node_rrq *rrq) lpfc_issue_els_rrq() argument 9174 uint32_t cnt, did; lpfc_els_rcv_farp() local 9242 uint32_t did; lpfc_els_rcv_farpr() local 9493 u32 ulp_command = 0, ulp_context = 0, did = 0, iotag = 0; lpfc_els_timeout_handler() local 10341 u32 cmd = 0, did = 0, newnode, status = 0; lpfc_els_unsol_buffer() local 11450 int did = ndlp->nlp_DID; lpfc_issue_els_fdisc() local 11552 u32 ulp_status, ulp_word4, did, tmo; lpfc_cmpl_els_npiv_logo() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | ie31200_edac.c | 86 #define DEVICE_ID_SKYLAKE_OR_LATER(did) \ 87 (((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_8) || \ 88 ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_9) || \ 89 ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_10) || \ 90 ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_11) || \ 91 (((did) & PCI_DEVICE_ID_INTEL_IE31200_HB_CFL_MASK) == \
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 131 * @did: destination identifier. 155 struct lpfc_nodelist *ndlp, uint32_t did, in lpfc_prep_els_iocb() 178 if ((did == Fabric_DID) && in lpfc_prep_els_iocb() 243 icmd->un.elsreq64.remoteID = did; /* DID */ in lpfc_prep_els_iocb() 256 icmd->un.xseq64.xmit_els_remoteID = did; /* DID */ in lpfc_prep_els_iocb() 317 /* Xmit ELS command <elsCmd> to remote NPORT <did> */ in lpfc_prep_els_iocb() 322 elscmd, did, elsiocb->iotag, in lpfc_prep_els_iocb() 326 /* Xmit ELS response <elsCmd> to remote NPORT <did> */ in lpfc_prep_els_iocb() 1286 uint32_t tmo, did; in lpfc_issue_els_flogi() local 1363 did in lpfc_issue_els_flogi() 153 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) lpfc_prep_els_iocb() argument 2132 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) lpfc_issue_els_plogi() argument 3822 uint32_t did; lpfc_els_retry() local 6526 lpfc_rscn_payload_check(struct lpfc_vport *vport, uint32_t did) lpfc_rscn_payload_check() argument 7027 uint32_t cmd, did; lpfc_els_rcv_flogi() local 7540 lpfc_issue_els_rrq(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did, struct lpfc_node_rrq *rrq) lpfc_issue_els_rrq() argument 7780 uint32_t cnt, did; lpfc_els_rcv_farp() local 7852 uint32_t did; lpfc_els_rcv_farpr() local 8481 uint32_t cmd, did, newnode; lpfc_els_unsol_buffer() local 9529 int did = ndlp->nlp_DID; lpfc_issue_els_fdisc() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 666 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked() 1010 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp() 1011 ep->oid = ep->did; in fc_exch_resp() 1213 ep->did = orig_id; in fc_exch_set_addr() 1216 ep->did = resp_id; in fc_exch_set_addr() 1266 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last() 1597 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp() 1598 ep->did != FC_FID_FLOGI) { in fc_exch_recv_seq_resp() 1929 * @did: The destination ID 1933 * we sourced from the local port's FID. If did i 1936 fc_exch_pool_reset(struct fc_lport *lport, struct fc_exch_pool *pool, u32 sid, u32 did) fc_exch_pool_reset() argument 1981 fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) fc_exch_mgr_reset() argument 2250 u32 did; fc_exch_rrq() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 665 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked() 1008 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp() 1009 ep->oid = ep->did; in fc_exch_resp() 1211 ep->did = orig_id; in fc_exch_set_addr() 1214 ep->did = resp_id; in fc_exch_set_addr() 1264 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last() 1595 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp() 1596 ep->did != FC_FID_FLOGI) { in fc_exch_recv_seq_resp() 1927 * @did: The destination ID 1931 * we sourced from the local port's FID. If did i 1934 fc_exch_pool_reset(struct fc_lport *lport, struct fc_exch_pool *pool, u32 sid, u32 did) fc_exch_pool_reset() argument 1979 fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) fc_exch_mgr_reset() argument 2248 u32 did; fc_exch_rrq() local [all...] |