Home
last modified time | relevance | path

Searched refs:dl_flags (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
Dproperty.c1085 u32 dl_flags) in of_link_to_phandle() argument
1138 if (dl_flags & DL_FLAG_SYNC_STATE_ONLY) { in of_link_to_phandle()
1163 if (!device_link_add(dev, sup_dev, dl_flags)) in of_link_to_phandle()
1391 u32 dl_flags; in of_link_property() local
1394 dl_flags = fw_devlink_get_flags(); in of_link_property()
1396 dl_flags = DL_FLAG_SYNC_STATE_ONLY; in of_link_property()
1403 if (of_link_to_phandle(dev, phandle, dl_flags) in of_link_property()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_dl.h66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
Dvsp1_drm.c542 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()
Dvsp1_dl.c917 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()