| /kernel/linux/linux-4.19/arch/mips/pci/ |
| D | fixup-pmcmsp.c | 52 {0, 0, 0, 0, 0 }, /* (AD[0]): Unused */ 53 {0, 0, 0, 0, 0 }, /* (AD[1]): Unused */ 54 {0, 0, 0, 0, 0 }, /* (AD[2]): Unused */ 55 {0, 0, 0, 0, 0 }, /* (AD[3]): Unused */ 56 {0, 0, 0, 0, 0 }, /* (AD[4]): Unused */ 57 {0, 0, 0, 0, 0 }, /* (AD[5]): Unused */ 58 {0, 0, 0, 0, 0 }, /* (AD[6]): Unused */ 59 {0, 0, 0, 0, 0 }, /* (AD[7]): Unused */ 60 {0, 0, 0, 0, 0 }, /* (AD[8]): Unused */ 61 {0, 0, 0, 0, 0 }, /* (AD[9]): Unused */ [all …]
|
| /kernel/linux/linux-4.19/drivers/clk/ti/ |
| D | apll.c | 44 struct dpll_data *ad; in dra7_apll_enable() local 49 ad = clk->dpll_data; in dra7_apll_enable() 50 if (!ad) in dra7_apll_enable() 55 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable() 58 v = ti_clk_ll_ops->clk_readl(&ad->idlest_reg); in dra7_apll_enable() 60 if ((v & ad->idlest_mask) == state) in dra7_apll_enable() 63 v = ti_clk_ll_ops->clk_readl(&ad->control_reg); in dra7_apll_enable() 64 v &= ~ad->enable_mask; in dra7_apll_enable() 65 v |= APLL_FORCE_LOCK << __ffs(ad->enable_mask); in dra7_apll_enable() 66 ti_clk_ll_ops->clk_writel(v, &ad->control_reg); in dra7_apll_enable() [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/ti/ |
| D | apll.c | 44 struct dpll_data *ad; in dra7_apll_enable() local 49 ad = clk->dpll_data; in dra7_apll_enable() 50 if (!ad) in dra7_apll_enable() 55 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable() 58 v = ti_clk_ll_ops->clk_readl(&ad->idlest_reg); in dra7_apll_enable() 60 if ((v & ad->idlest_mask) == state) in dra7_apll_enable() 63 v = ti_clk_ll_ops->clk_readl(&ad->control_reg); in dra7_apll_enable() 64 v &= ~ad->enable_mask; in dra7_apll_enable() 65 v |= APLL_FORCE_LOCK << __ffs(ad->enable_mask); in dra7_apll_enable() 66 ti_clk_ll_ops->clk_writel(v, &ad->control_reg); in dra7_apll_enable() [all …]
|
| /kernel/linux/linux-4.19/sound/soc/omap/ |
| D | omap-hdmi-audio.c | 59 struct hdmi_audio_data *ad = dev_get_drvdata(dev); in hdmi_dai_abort() local 61 mutex_lock(&ad->current_stream_lock); in hdmi_dai_abort() 62 if (ad->current_stream && ad->current_stream->runtime && in hdmi_dai_abort() 63 snd_pcm_running(ad->current_stream)) { in hdmi_dai_abort() 65 snd_pcm_stream_lock_irq(ad->current_stream); in hdmi_dai_abort() 66 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort() 67 snd_pcm_stream_unlock_irq(ad->current_stream); in hdmi_dai_abort() 69 mutex_unlock(&ad->current_stream_lock); in hdmi_dai_abort() 75 struct hdmi_audio_data *ad = card_drvdata_substream(substream); in hdmi_dai_startup() local 96 snd_soc_dai_set_dma_data(dai, substream, &ad->dma_data); in hdmi_dai_startup() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/ti/ |
| D | omap-hdmi.c | 50 struct hdmi_audio_data *ad = dev_get_drvdata(dev); in hdmi_dai_abort() local 52 mutex_lock(&ad->current_stream_lock); in hdmi_dai_abort() 53 if (ad->current_stream && ad->current_stream->runtime && in hdmi_dai_abort() 54 snd_pcm_running(ad->current_stream)) { in hdmi_dai_abort() 56 snd_pcm_stream_lock_irq(ad->current_stream); in hdmi_dai_abort() 57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort() 58 snd_pcm_stream_unlock_irq(ad->current_stream); in hdmi_dai_abort() 60 mutex_unlock(&ad->current_stream_lock); in hdmi_dai_abort() 66 struct hdmi_audio_data *ad = card_drvdata_substream(substream); in hdmi_dai_startup() local 87 snd_soc_dai_set_dma_data(dai, substream, &ad->dma_data); in hdmi_dai_startup() [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 1735 lpfc_fdmi_hba_attr_wwnn(struct lpfc_vport *vport, struct lpfc_fdmi_attr_def *ad) in lpfc_fdmi_hba_attr_wwnn() argument 1740 ae = &ad->AttrValue; in lpfc_fdmi_hba_attr_wwnn() 1746 ad->AttrLen = cpu_to_be16(size); in lpfc_fdmi_hba_attr_wwnn() 1747 ad->AttrType = cpu_to_be16(RHBA_NODENAME); in lpfc_fdmi_hba_attr_wwnn() 1752 struct lpfc_fdmi_attr_def *ad) in lpfc_fdmi_hba_attr_manufacturer() argument 1757 ae = &ad->AttrValue; in lpfc_fdmi_hba_attr_manufacturer() 1770 ad->AttrLen = cpu_to_be16(size); in lpfc_fdmi_hba_attr_manufacturer() 1771 ad->AttrType = cpu_to_be16(RHBA_MANUFACTURER); in lpfc_fdmi_hba_attr_manufacturer() 1776 lpfc_fdmi_hba_attr_sn(struct lpfc_vport *vport, struct lpfc_fdmi_attr_def *ad) in lpfc_fdmi_hba_attr_sn() argument 1782 ae = &ad->AttrValue; in lpfc_fdmi_hba_attr_sn() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 2081 lpfc_fdmi_hba_attr_wwnn(struct lpfc_vport *vport, struct lpfc_fdmi_attr_def *ad) in lpfc_fdmi_hba_attr_wwnn() argument 2086 ae = &ad->AttrValue; in lpfc_fdmi_hba_attr_wwnn() 2092 ad->AttrLen = cpu_to_be16(size); in lpfc_fdmi_hba_attr_wwnn() 2093 ad->AttrType = cpu_to_be16(RHBA_NODENAME); in lpfc_fdmi_hba_attr_wwnn() 2098 struct lpfc_fdmi_attr_def *ad) in lpfc_fdmi_hba_attr_manufacturer() argument 2103 ae = &ad->AttrValue; in lpfc_fdmi_hba_attr_manufacturer() 2116 ad->AttrLen = cpu_to_be16(size); in lpfc_fdmi_hba_attr_manufacturer() 2117 ad->AttrType = cpu_to_be16(RHBA_MANUFACTURER); in lpfc_fdmi_hba_attr_manufacturer() 2122 lpfc_fdmi_hba_attr_sn(struct lpfc_vport *vport, struct lpfc_fdmi_attr_def *ad) in lpfc_fdmi_hba_attr_sn() argument 2128 ae = &ad->AttrValue; in lpfc_fdmi_hba_attr_sn() [all …]
|
| /kernel/linux/linux-5.10/security/selinux/ |
| D | hooks.c | 1593 struct common_audit_data ad; in cred_has_capability() local 1600 ad.type = LSM_AUDIT_DATA_CAP; in cred_has_capability() 1601 ad.u.cap = cap; in cred_has_capability() 1620 sid, sid, sclass, av, &avd, rc, &ad, 0); in cred_has_capability() 1658 struct common_audit_data ad; in dentry_has_perm() local 1660 ad.type = LSM_AUDIT_DATA_DENTRY; in dentry_has_perm() 1661 ad.u.dentry = dentry; in dentry_has_perm() 1663 return inode_has_perm(cred, inode, av, &ad); in dentry_has_perm() 1674 struct common_audit_data ad; in path_has_perm() local 1676 ad.type = LSM_AUDIT_DATA_PATH; in path_has_perm() [all …]
|
| /kernel/linux/linux-4.19/security/selinux/ |
| D | hooks.c | 1799 struct common_audit_data ad; in cred_has_capability() local 1806 ad.type = LSM_AUDIT_DATA_CAP; in cred_has_capability() 1807 ad.u.cap = cap; in cred_has_capability() 1826 sid, sid, sclass, av, &avd, rc, &ad, 0); in cred_has_capability() 1864 struct common_audit_data ad; in dentry_has_perm() local 1866 ad.type = LSM_AUDIT_DATA_DENTRY; in dentry_has_perm() 1867 ad.u.dentry = dentry; in dentry_has_perm() 1869 return inode_has_perm(cred, inode, av, &ad); in dentry_has_perm() 1880 struct common_audit_data ad; in path_has_perm() local 1882 ad.type = LSM_AUDIT_DATA_PATH; in path_has_perm() [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | sa2ul.c | 477 static int sa_set_sc_enc(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_enc() argument 486 mci = ad->mci_enc; in sa_set_sc_enc() 488 mci = ad->mci_dec; in sa_set_sc_enc() 494 if (ad->inv_key && !enc) { in sa_set_sc_enc() 506 static void sa_set_sc_auth(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_auth() argument 515 sc_buf[1] |= ad->auth_ctrl; in sa_set_sc_auth() 518 if (ad->keyed_mac) { in sa_set_sc_auth() 519 ad->prep_iopad(ad, key, key_sz, ipad, opad); in sa_set_sc_auth() 522 memcpy(&sc_buf[32], ipad, ad->hash_size); in sa_set_sc_auth() 524 memcpy(&sc_buf[64], opad, ad->hash_size); in sa_set_sc_auth() [all …]
|
| /kernel/linux/linux-5.10/security/ |
| D | lsm_audit.c | 35 * @ad : the audit data to fill 41 struct common_audit_data *ad, u8 *proto) in ipv4_skb_to_auditdata() argument 50 ad->u.net->v4info.saddr = ih->saddr; in ipv4_skb_to_auditdata() 51 ad->u.net->v4info.daddr = ih->daddr; in ipv4_skb_to_auditdata() 65 ad->u.net->sport = th->source; in ipv4_skb_to_auditdata() 66 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata() 74 ad->u.net->sport = uh->source; in ipv4_skb_to_auditdata() 75 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata() 83 ad->u.net->sport = dh->dccph_sport; in ipv4_skb_to_auditdata() 84 ad->u.net->dport = dh->dccph_dport; in ipv4_skb_to_auditdata() [all …]
|
| /kernel/linux/linux-4.19/security/ |
| D | lsm_audit.c | 37 * @ad : the audit data to fill 43 struct common_audit_data *ad, u8 *proto) in ipv4_skb_to_auditdata() argument 52 ad->u.net->v4info.saddr = ih->saddr; in ipv4_skb_to_auditdata() 53 ad->u.net->v4info.daddr = ih->daddr; in ipv4_skb_to_auditdata() 67 ad->u.net->sport = th->source; in ipv4_skb_to_auditdata() 68 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata() 76 ad->u.net->sport = uh->source; in ipv4_skb_to_auditdata() 77 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata() 85 ad->u.net->sport = dh->dccph_sport; in ipv4_skb_to_auditdata() 86 ad->u.net->dport = dh->dccph_dport; in ipv4_skb_to_auditdata() [all …]
|
| /kernel/linux/linux-5.10/security/smack/ |
| D | smack_lsm.c | 420 struct smk_audit_info ad, *saip = NULL; in smk_ptrace_rule_check() local 426 smk_ad_init(&ad, func, LSM_AUDIT_DATA_TASK); in smk_ptrace_rule_check() 427 smk_ad_setfield_u_tsk(&ad, tracer); in smk_ptrace_rule_check() 428 saip = &ad; in smk_ptrace_rule_check() 876 struct smk_audit_info ad; in smack_sb_statfs() local 878 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_sb_statfs() 879 smk_ad_setfield_u_fs_path_dentry(&ad, dentry); in smack_sb_statfs() 881 rc = smk_curacc(sbp->smk_floor, MAY_READ, &ad); in smack_sb_statfs() 1024 struct smk_audit_info ad; in smack_inode_link() local 1027 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_inode_link() [all …]
|
| /kernel/linux/linux-4.19/security/smack/ |
| D | smack_lsm.c | 421 struct smk_audit_info ad, *saip = NULL; in smk_ptrace_rule_check() local 427 smk_ad_init(&ad, func, LSM_AUDIT_DATA_TASK); in smk_ptrace_rule_check() 428 smk_ad_setfield_u_tsk(&ad, tracer); in smk_ptrace_rule_check() 429 saip = &ad; in smk_ptrace_rule_check() 895 struct smk_audit_info ad; in smack_sb_statfs() local 897 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_sb_statfs() 898 smk_ad_setfield_u_fs_path_dentry(&ad, dentry); in smack_sb_statfs() 900 rc = smk_curacc(sbp->smk_floor, MAY_READ, &ad); in smack_sb_statfs() 1084 struct smk_audit_info ad; in smack_inode_link() local 1087 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_inode_link() [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | fsl-diu-fb.c | 336 struct diu_ad *ad; member 355 * @ad[]: Area Descriptors for each real AOI 377 struct diu_ad ad[NUM_AOIS] __aligned(8); member 503 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel() local 509 wr_reg_wa(&hw->desc[0], ad->paddr); in fsl_diu_enable_panel() 513 if (hw->desc[1] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel() 515 ad->next_ad = in fsl_diu_enable_panel() 516 cpu_to_le32(cmfbi->ad->paddr); in fsl_diu_enable_panel() 518 ad->next_ad = 0; in fsl_diu_enable_panel() 519 wr_reg_wa(&hw->desc[1], ad->paddr); in fsl_diu_enable_panel() [all …]
|
| /kernel/linux/linux-4.19/arch/arm/crypto/ |
| D | ghash-ce-core.S | 81 * 'rq' to overlap with 'ad' or 'bd'. 83 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 84 vext.8 t0l, \ad, \ad, #1 @ A1 89 vext.8 t1l, \ad, \ad, #2 @ A2 90 vmull.p8 t4q, \ad, \b1 @ E = A*B1 95 vext.8 t2l, \ad, \ad, #3 @ A3 96 vmull.p8 t3q, \ad, \b2 @ G = A*B2 107 vmull.p8 t4q, \ad, \b3 @ I = A*B3 109 vmull.p8 t3q, \ad, \b4 @ K = A*B4 122 vmull.p8 \rq, \ad, \bd @ D = A*B
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | chacha20poly1305.c | 58 const u8 *ad, const size_t ad_len, u32 *chacha_state) in __chacha20poly1305_encrypt() argument 70 poly1305_update(&poly1305_state, ad, ad_len); in __chacha20poly1305_encrypt() 91 const u8 *ad, const size_t ad_len, in chacha20poly1305_encrypt() argument 105 __chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, chacha_state); in chacha20poly1305_encrypt() 113 const u8 *ad, const size_t ad_len, in xchacha20poly1305_encrypt() argument 120 __chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, chacha_state); in xchacha20poly1305_encrypt() 126 const u8 *ad, const size_t ad_len, u32 *chacha_state) in __chacha20poly1305_decrypt() argument 144 poly1305_update(&poly1305_state, ad, ad_len); in __chacha20poly1305_decrypt() 169 const u8 *ad, const size_t ad_len, in chacha20poly1305_decrypt() argument 184 ret = __chacha20poly1305_decrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_decrypt() [all …]
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | asm-uaccess.h | 38 * <ad> anything 41 * <ad> contains current->thread.current_ds 43 .macro get_fs ad, sp 44 GET_CURRENT(\ad,\sp) 46 addi \ad, \ad, TASK_THREAD 47 l32i \ad, \ad, THREAD_CURRENT_DS - TASK_THREAD 49 l32i \ad, \ad, THREAD_CURRENT_DS
|
| /kernel/linux/linux-5.10/include/net/ |
| D | bond_3ad.h | 33 /* rx machine states(43.4.11 in the 802.3ad standard) */ 44 /* periodic machine states(43.4.12 in the 802.3ad standard) */ 53 /* mux machine states(43.4.13 in the 802.3ad standard) */ 62 /* tx machine states(43.4.15 in the 802.3ad standard) */ 68 /* churn machine states(43.4.17 in the 802.3ad standard) */ 87 /* timers types(43.4.9 in the 802.3ad standard) */ 98 /* Link Aggregation Control Protocol(LACP) data unit structure(43.4.2.2 in the 802.3ad standard) */ 134 /* Marker Protocol Data Unit(PDU) structure(43.5.3.2 in the 802.3ad standard) */ 179 /* aggregator structure(43.4.5 in the 802.3ad standard) */ 207 /* port structure(43.4.6 in the 802.3ad standard) */ [all …]
|
| /kernel/linux/linux-4.19/arch/xtensa/include/asm/ |
| D | asm-uaccess.h | 40 * <ad> anything 43 * <ad> contains current->thread.current_ds 45 .macro get_fs ad, sp 46 GET_CURRENT(\ad,\sp) 48 addi \ad, \ad, TASK_THREAD 49 l32i \ad, \ad, THREAD_CURRENT_DS - TASK_THREAD 51 l32i \ad, \ad, THREAD_CURRENT_DS
|
| /kernel/linux/linux-4.19/include/net/ |
| D | bond_3ad.h | 50 /* rx machine states(43.4.11 in the 802.3ad standard) */ 61 /* periodic machine states(43.4.12 in the 802.3ad standard) */ 70 /* mux machine states(43.4.13 in the 802.3ad standard) */ 79 /* tx machine states(43.4.15 in the 802.3ad standard) */ 85 /* churn machine states(43.4.17 in the 802.3ad standard) */ 104 /* timers types(43.4.9 in the 802.3ad standard) */ 115 /* Link Aggregation Control Protocol(LACP) data unit structure(43.4.2.2 in the 802.3ad standard) */ 151 /* Marker Protocol Data Unit(PDU) structure(43.5.3.2 in the 802.3ad standard) */ 183 /* aggregator structure(43.4.5 in the 802.3ad standard) */ 211 /* port structure(43.4.6 in the 802.3ad standard) */ [all …]
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/ |
| D | fsl-diu-fb.c | 341 struct diu_ad *ad; member 360 * @ad[]: Area Descriptors for each real AOI 382 struct diu_ad ad[NUM_AOIS] __aligned(8); member 508 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel() local 514 wr_reg_wa(&hw->desc[0], ad->paddr); in fsl_diu_enable_panel() 518 if (hw->desc[1] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel() 520 ad->next_ad = in fsl_diu_enable_panel() 521 cpu_to_le32(cmfbi->ad->paddr); in fsl_diu_enable_panel() 523 ad->next_ad = 0; in fsl_diu_enable_panel() 524 wr_reg_wa(&hw->desc[1], ad->paddr); in fsl_diu_enable_panel() [all …]
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | chacha20poly1305.h | 19 const u8 *ad, const size_t ad_len, 25 const u8 *ad, const size_t ad_len, const u64 nonce, 29 const u8 *ad, const size_t ad_len, 34 u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, 39 const u8 *ad, const size_t ad_len, 44 const u8 *ad, const size_t ad_len,
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | bridge_vlan_aware.sh | 114 local mac=de:ad:be:ef:13:37 120 bridge fdb add de:ad:be:ef:13:37 dev $swp1 master extern_learn vlan 1 122 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37 130 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37 135 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37 140 bridge fdb del de:ad:be:ef:13:37 dev $swp2 master vlan 1 &> /dev/null 141 bridge fdb del de:ad:be:ef:13:37 dev $swp1 master vlan 1 &> /dev/null
|
| /kernel/linux/linux-4.19/tools/testing/selftests/net/forwarding/ |
| D | bridge_vlan_aware.sh | 114 local mac=de:ad:be:ef:13:37 120 bridge fdb add de:ad:be:ef:13:37 dev $swp1 master extern_learn vlan 1 122 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37 130 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37 135 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37 140 bridge fdb del de:ad:be:ef:13:37 dev $swp2 master vlan 1 &> /dev/null 141 bridge fdb del de:ad:be:ef:13:37 dev $swp1 master vlan 1 &> /dev/null
|