Searched refs:dl (Results 76 - 100 of 162) sorted by relevance

1234567

/linux-master/lib/zlib_deflate/
H A Ddefutil.h50 } dl; member in struct:ct_data_s
55 #define Dad dl.dad
56 #define Len dl.len
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_clu.c174 struct vsp1_dl_list *dl,
191 struct vsp1_dl_list *dl,
213 vsp1_dl_list_add_body(dl, clu_dlb);
259 * both the queued and pending dl entries. One extra entry is added to
172 clu_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
189 clu_configure_frame(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_entity.c74 struct vsp1_dl_list *dl,
78 entity->ops->configure_stream(entity, pipe, dl, dlb);
83 struct vsp1_dl_list *dl,
87 entity->ops->configure_frame(entity, pipe, dl, dlb);
92 struct vsp1_dl_list *dl,
96 entity->ops->configure_partition(entity, pipe, dl, dlb);
72 vsp1_entity_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
81 vsp1_entity_configure_frame(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
90 vsp1_entity_configure_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_wpf.c213 struct vsp1_dl_list *dl)
222 "Failed to obtain a dl list, disabling writeback\n");
228 vsp1_dl_list_add_chain(dl, dl_next);
235 struct vsp1_dl_list *dl,
333 ret = wpf_configure_writeback_chain(wpf, dl);
344 struct vsp1_dl_list *dl,
370 struct vsp1_dl_list *dl,
212 wpf_configure_writeback_chain(struct vsp1_rwpf *wpf, struct vsp1_dl_list *dl) argument
233 wpf_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
342 wpf_configure_frame(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
368 wpf_configure_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_lif.c87 struct vsp1_dl_list *dl,
85 lif_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_video.c365 struct vsp1_dl_list *dl,
368 struct vsp1_dl_body *dlb = vsp1_dl_list_get_body0(dl);
374 vsp1_entity_configure_partition(entity, pipe, dl, dlb);
382 struct vsp1_dl_list *dl; local
385 dl = vsp1_dl_list_get(pipe->output->dlm);
394 vsp1_dl_list_add_body(dl, pipe->stream_config);
396 dlb = vsp1_dl_list_get_body0(dl);
399 vsp1_entity_configure_frame(entity, pipe, dl, dlb);
402 vsp1_video_pipeline_run_partition(pipe, dl, 0);
412 * the partitions that had a dl availabl
364 vsp1_video_pipeline_run_partition(struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, unsigned int partition) argument
[all...]
H A Dvsp1_drm.c545 struct vsp1_dl_list *dl; local
554 dl = vsp1_dl_list_get(pipe->output->dlm);
555 dlb = vsp1_dl_list_get_body0(dl);
570 vsp1_entity_configure_stream(entity, pipe, dl, dlb);
571 vsp1_entity_configure_frame(entity, pipe, dl, dlb);
572 vsp1_entity_configure_partition(entity, pipe, dl, dlb);
575 vsp1_dl_list_commit(dl, dl_flags);
H A Dvsp1_hgt.c130 struct vsp1_dl_list *dl,
128 hgt_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_hsit.c132 struct vsp1_dl_list *dl,
130 hsit_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_uds.c258 struct vsp1_dl_list *dl,
306 struct vsp1_dl_list *dl,
256 uds_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
304 uds_configure_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
/linux-master/drivers/pwm/
H A Dcore.c647 struct device_link *dl; local
660 dl = device_link_add(dev, pwmchip_parent(pwm->chip), DL_FLAG_AUTOREMOVE_CONSUMER);
661 if (!dl) {
667 return dl;
713 struct device_link *dl; local
744 dl = pwm_device_link_add(dev, pwm);
745 if (IS_ERR(dl)) {
748 pwm = ERR_CAST(dl);
880 struct device_link *dl; local
972 dl
[all...]
/linux-master/drivers/md/
H A Ddm-raid1.c891 struct dm_dirty_log *dl)
926 dl, region_size, ms->nr_regions);
984 struct dm_dirty_log *dl; local
1004 dl = dm_dirty_log_create(argv[0], ti, mirror_flush, param_count,
1006 if (!dl) {
1011 return dl;
1080 struct dm_dirty_log *dl; local
1083 dl = create_dirty_log(ti, argc, argv, &args_used);
1084 if (!dl)
1093 dm_dirty_log_destroy(dl);
888 alloc_context(unsigned int nr_mirrors, uint32_t region_size, struct dm_target *ti, struct dm_dirty_log *dl) argument
[all...]
/linux-master/include/net/
H A Ddsa.h615 struct dsa_link *dl; local
617 list_for_each_entry(dl, &dst->rtable, list)
618 if (dl->dp->ds == ds && dl->link_dp->ds->index == device)
619 return dl->dp->index;
1247 int dsa_devlink_param_get(struct devlink *dl, u32 id,
1249 int dsa_devlink_param_set(struct devlink *dl, u32 id,
1289 static inline struct dsa_switch *dsa_devlink_to_ds(struct devlink *dl) argument
1291 struct dsa_devlink_priv *dl_priv = devlink_priv(dl);
1299 struct devlink *dl local
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h171 bool *dl, bool *if_is_24bit);
/linux-master/fs/ntfs3/
H A Drun.c105 CLST dl; local
111 dl = end - n->vcn;
118 if (dl > 0) {
119 if (n->len <= dl)
122 n->len -= dl;
123 n->vcn += dl;
125 n->lcn += dl;
126 dl = 0;
151 r->len += n->len - dl;
/linux-master/arch/x86/realmode/rm/
H A Dreboot.S109 andb $0x10, %dl
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c505 struct rfcomm_dev_list_req *dl; local
518 size = sizeof(*dl) + dev_num * sizeof(*di);
520 dl = kzalloc(size, GFP_KERNEL);
521 if (!dl)
524 di = dl->dev_info;
544 dl->dev_num = n;
545 size = sizeof(*dl) + n * sizeof(*di);
547 err = copy_to_user(arg, dl, size);
548 kfree(dl);
/linux-master/arch/x86/boot/
H A Dvideo.c30 boot_params.screen_info.orig_x = oreg.dl;
311 ireg.dl = saved.curx;
H A Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/linux-master/arch/x86/include/asm/
H A Dasm.h73 #define _ASM_ARG2B dl
109 #define _ASM_ARG3B dl
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dfpu.c148 unsigned long du, dl; local
160 dl = x << 29;
163 fpu->fp_regs[n + 1] = dl;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.h118 int head, bool dl);
/linux-master/include/acpi/
H A Dacoutput.h107 #define ACPI_DEBUG_LEVEL(dl) (u32) dl,ACPI_DEBUG_PARAMETERS
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c44 static int ocelot_devlink_sb_pool_get(struct devlink *dl, argument
48 struct ocelot *ocelot = devlink_priv(dl);
53 static int ocelot_devlink_sb_pool_set(struct devlink *dl, unsigned int sb_index, argument
58 struct ocelot *ocelot = devlink_priv(dl);
116 static int ocelot_devlink_sb_occ_snapshot(struct devlink *dl, argument
119 struct ocelot *ocelot = devlink_priv(dl);
124 static int ocelot_devlink_sb_occ_max_clear(struct devlink *dl, argument
127 struct ocelot *ocelot = devlink_priv(dl);
176 struct devlink *dl = ocelot->devlink; local
187 return devlink_port_register(dl, dl
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c2194 struct dump_list *dl, *dl2; local
2202 dl = NOFAIL(malloc(sizeof(*dl)));
2203 dl->file = optarg;
2204 list_add_tail(&dl->list, &dump_lists);
2250 list_for_each_entry_safe(dl, dl2, &dump_lists, list) {
2251 read_dump(dl->file);
2252 list_del(&dl->list);
2253 free(dl);

Completed in 233 milliseconds

1234567