Searched refs:dl (Results 1 - 25 of 162) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_devlink.c12 static int ionic_dl_flash_update(struct devlink *dl, argument
16 struct ionic *ionic = devlink_priv(dl);
21 static int ionic_dl_info_get(struct devlink *dl, struct devlink_info_req *req, argument
24 struct ionic *ionic = devlink_priv(dl);
61 struct devlink *dl; local
63 dl = devlink_alloc(&ionic_dl_ops, sizeof(struct ionic), dev);
64 if (!dl)
67 return devlink_priv(dl);
72 struct devlink *dl = priv_to_devlink(ionic); local
74 devlink_free(dl);
79 struct devlink *dl = priv_to_devlink(ionic); local
98 struct devlink *dl = priv_to_devlink(ionic); local
[all...]
/linux-master/sound/soc/intel/avs/boards/
H A Dmax98357a.c53 struct snd_soc_dai_link *dl; local
55 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
57 if (!dl || !platform)
62 dl->name = devm_kasprintf(dev, GFP_KERNEL,
64 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
65 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
66 if (!dl
[all...]
H A Dmax98373.c102 struct snd_soc_dai_link *dl; local
104 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
106 if (!dl || !platform)
111 dl->name = devm_kasprintf(dev, GFP_KERNEL,
113 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
114 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs) * 2, GFP_KERNEL);
115 if (!dl
[all...]
H A Dmax98927.c99 struct snd_soc_dai_link *dl; local
101 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
103 if (!dl || !platform)
108 dl->name = devm_kasprintf(dev, GFP_KERNEL,
110 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
111 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs) * 2, GFP_KERNEL);
112 if (!dl
[all...]
H A Dssm4567.c90 struct snd_soc_dai_link *dl; local
92 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
94 if (!dl || !platform)
99 dl->name = devm_kasprintf(dev, GFP_KERNEL,
101 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
102 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs) * 2, GFP_KERNEL);
103 if (!dl
[all...]
H A Drt298.c138 struct snd_soc_dai_link *dl; local
140 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
142 if (!dl || !platform)
147 dl->name = devm_kasprintf(dev, GFP_KERNEL,
149 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
150 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
151 if (!dl
[all...]
H A Drt286.c121 struct snd_soc_dai_link *dl; local
123 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
125 if (!dl || !platform)
130 dl->name = devm_kasprintf(dev, GFP_KERNEL,
132 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
133 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
134 if (!dl
[all...]
H A Drt5663.c140 struct snd_soc_dai_link *dl; local
142 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
144 if (!dl || !platform)
149 dl->name = devm_kasprintf(dev, GFP_KERNEL,
151 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
152 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
153 if (!dl
[all...]
H A Drt274.c152 struct snd_soc_dai_link *dl; local
154 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
156 if (!dl || !platform)
161 dl->name = devm_kasprintf(dev, GFP_KERNEL,
163 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
164 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
165 if (!dl
[all...]
H A Drt5514.c91 struct snd_soc_dai_link *dl; local
93 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
95 if (!dl || !platform)
100 dl->name = devm_kasprintf(dev, GFP_KERNEL,
102 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
103 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
104 if (!dl
[all...]
H A Dhdaudio.c21 struct snd_soc_dai_link *dl; local
26 dl = devm_kcalloc(dev, pcm_count, sizeof(*dl), GFP_KERNEL);
28 if (!dl || !platform)
35 dl[i].name = devm_kasprintf(dev, GFP_KERNEL, "%s link%d", cname, i);
36 if (!dl[i].name)
39 dl[i].id = i;
40 dl[i].nonatomic = 1;
41 dl[i].no_pcm = 1;
42 dl[
[all...]
H A Dda7219.c171 struct snd_soc_dai_link *dl; local
173 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
175 if (!dl || !platform)
180 dl->name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d-Codec", ssp_port);
181 dl->name = devm_kasprintf(dev, GFP_KERNEL,
183 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
184 dl->codecs = devm_kzalloc(dev, sizeof(*dl
[all...]
H A Dnau8825.c178 struct snd_soc_dai_link *dl; local
180 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
182 if (!dl || !platform)
187 dl->name = devm_kasprintf(dev, GFP_KERNEL,
189 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
190 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
191 if (!dl
[all...]
H A Des8336.c201 struct snd_soc_dai_link *dl; local
203 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
205 if (!dl || !platform)
210 dl->name = devm_kasprintf(dev, GFP_KERNEL,
212 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
213 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
214 if (!dl
[all...]
H A Drt5682.c210 struct snd_soc_dai_link *dl; local
212 dl = devm_kzalloc(dev, sizeof(*dl), GFP_KERNEL);
214 if (!dl || !platform)
219 dl->name = devm_kasprintf(dev, GFP_KERNEL,
221 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL);
222 dl->codecs = devm_kzalloc(dev, sizeof(*dl->codecs), GFP_KERNEL);
223 if (!dl
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_devlink.c6 static int otx2_cpt_dl_egrp_create(struct devlink *dl, u32 id, argument
9 struct otx2_cpt_devlink *cpt_dl = devlink_priv(dl);
15 static int otx2_cpt_dl_egrp_delete(struct devlink *dl, u32 id, argument
18 struct otx2_cpt_devlink *cpt_dl = devlink_priv(dl);
24 static int otx2_cpt_dl_uc_info(struct devlink *dl, u32 id, argument
32 static int otx2_cpt_dl_t106_mode_get(struct devlink *dl, u32 id, argument
35 struct otx2_cpt_devlink *cpt_dl = devlink_priv(dl);
47 static int otx2_cpt_dl_t106_mode_set(struct devlink *dl, u32 id, argument
50 struct otx2_cpt_devlink *cpt_dl = devlink_priv(dl);
112 static int otx2_cpt_devlink_info_get(struct devlink *dl, argument
142 struct devlink *dl; local
171 struct devlink *dl = cptpf->dl; local
[all...]
H A Dotx2_cpt_devlink.h12 struct devlink *dl; member in struct:otx2_cpt_devlink
/linux-master/fs/ocfs2/
H A Ddcache.c209 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; local
212 (unsigned long long)parent_blkno, dl);
226 dentry->d_fsdata = dl = NULL;
229 if (dl) {
230 mlog_bug_on_msg(dl->dl_parent_blkno != parent_blkno,
234 (unsigned long long)dl->dl_parent_blkno);
251 dl = alias->d_fsdata;
252 mlog_bug_on_msg(!dl, "parent %llu, ino %llu\n",
256 mlog_bug_on_msg(dl->dl_parent_blkno != parent_blkno,
260 (unsigned long long)dl
358 ocfs2_drop_dentry_lock(struct ocfs2_super *osb, struct ocfs2_dentry_lock *dl) argument
367 ocfs2_dentry_lock_put(struct ocfs2_super *osb, struct ocfs2_dentry_lock *dl) argument
385 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; local
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_devlink.h12 struct devlink *dl; member in struct:otx2_devlink
H A Dotx2_devlink.c85 struct devlink *dl; local
88 dl = devlink_alloc(&otx2_devlink_ops,
90 if (!dl) {
95 otx2_dl = devlink_priv(dl);
96 otx2_dl->dl = dl;
98 pfvf->dl = otx2_dl;
100 err = devlink_params_register(dl, otx2_dl_params,
108 devlink_register(dl);
112 devlink_free(dl);
119 struct devlink *dl = otx2_dl->dl; local
[all...]
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_dump.h16 struct done_list_struct *dl);
22 struct done_list_struct *dl) { }
21 asd_dump_frame_rcvd(struct asd_phy *phy, struct done_list_struct *dl) argument
/linux-master/drivers/gpu/drm/xe/instructions/
H A Dxe_gsc_commands.h26 #define __GSC_INSTR(op, dl) \
29 REG_FIELD_PREP(GSC_CMD_DATA_AND_LEN, dl))
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c177 * @pre_cmd: pre command to be issued through extended dl header
178 * @post_cmd: post command to be issued through extended dl header
532 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) argument
534 struct vsp1_dl_manager *dlm = dl->dlm;
536 if (dl->pre_cmd)
537 return dl->pre_cmd;
539 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool);
541 return dl->pre_cmd;
550 struct vsp1_dl_list *dl; local
553 dl
578 vsp1_dl_list_bodies_put(struct vsp1_dl_list *dl) argument
588 vsp1_dl_list_free(struct vsp1_dl_list *dl) argument
606 struct vsp1_dl_list *dl = NULL; local
628 __vsp1_dl_list_put(struct vsp1_dl_list *dl) argument
672 vsp1_dl_list_put(struct vsp1_dl_list *dl) argument
691 vsp1_dl_list_get_body0(struct vsp1_dl_list *dl) argument
712 vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
735 vsp1_dl_list_add_chain(struct vsp1_dl_list *head, struct vsp1_dl_list *dl) argument
751 vsp1_dl_list_fill_header(struct vsp1_dl_list *dl, bool is_last) argument
851 vsp1_dl_list_hw_enqueue(struct vsp1_dl_list *dl) argument
866 vsp1_dl_list_commit_continuous(struct vsp1_dl_list *dl) argument
903 vsp1_dl_list_commit_singleshot(struct vsp1_dl_list *dl) argument
917 vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags) argument
1127 struct vsp1_dl_list *dl; local
1157 struct vsp1_dl_list *dl, *next; local
[all...]
H A Dvsp1_dl.h63 void vsp1_dl_list_put(struct vsp1_dl_list *dl);
64 struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl);
65 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
76 int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb);
77 int vsp1_dl_list_add_chain(struct vsp1_dl_list *head, struct vsp1_dl_list *dl);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.h19 static inline struct bnxt *bnxt_get_bp_from_dl(struct devlink *dl) argument
21 return ((struct bnxt_dl *)devlink_priv(dl))->bp;
26 devlink_remote_reload_actions_performed(bp->dl, 0,
31 static inline bool bnxt_dl_get_remote_reset(struct devlink *dl) argument
33 return ((struct bnxt_dl *)devlink_priv(dl))->remote_reset;
36 static inline void bnxt_dl_set_remote_reset(struct devlink *dl, bool value) argument
38 ((struct bnxt_dl *)devlink_priv(dl))->remote_reset = value;

Completed in 171 milliseconds

1234567