Searched refs:dl_flags (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | property.c | 1103 u32 dl_flags) in of_link_to_phandle() 1156 if (dl_flags & DL_FLAG_SYNC_STATE_ONLY) { in of_link_to_phandle() 1181 if (!device_link_add(dev, sup_dev, dl_flags)) in of_link_to_phandle() 1409 u32 dl_flags; in of_link_property() local 1412 dl_flags = fw_devlink_get_flags(); in of_link_property() 1414 dl_flags = DL_FLAG_SYNC_STATE_ONLY; in of_link_property() 1421 if (of_link_to_phandle(dev, phandle, dl_flags) in of_link_property() 1102 of_link_to_phandle(struct device *dev, struct device_node *sup_np, u32 dl_flags) of_link_to_phandle() argument
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_dl.h | 66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
|
H A D | vsp1_drm.c | 542 unsigned int dl_flags = 0; in vsp1_du_pipeline_configure() local 545 dl_flags |= VSP1_DL_FRAME_END_INTERNAL; in vsp1_du_pipeline_configure() 547 dl_flags |= VSP1_DL_FRAME_END_WRITEBACK; in vsp1_du_pipeline_configure() 570 vsp1_dl_list_commit(dl, dl_flags); in vsp1_du_pipeline_configure()
|
H A D | vsp1_dl.c | 917 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags) in vsp1_dl_list_commit() argument 932 dl->flags = dl_flags & ~VSP1_DL_FRAME_END_COMPLETED; in vsp1_dl_list_commit()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_dl.h | 66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
|
H A D | vsp1_drm.c | 547 unsigned int dl_flags = 0; in vsp1_du_pipeline_configure() local 550 dl_flags |= VSP1_DL_FRAME_END_INTERNAL; in vsp1_du_pipeline_configure() 552 dl_flags |= VSP1_DL_FRAME_END_WRITEBACK; in vsp1_du_pipeline_configure() 575 vsp1_dl_list_commit(dl, dl_flags); in vsp1_du_pipeline_configure()
|
H A D | vsp1_dl.c | 917 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags) in vsp1_dl_list_commit() argument 932 dl->flags = dl_flags & ~VSP1_DL_FRAME_END_COMPLETED; in vsp1_dl_list_commit()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_sm_mt8183.h | 112 u64 dl_flags; /* 1 << (enum mdp_comp_type) */ member
|
Completed in 8 milliseconds