Searched full:vpe (Results 1 – 5 of 5) sorted by relevance
4 $id: http://devicetree.org/schemas/media/ti,vpe.yaml#7 title: Texas Instruments DRA7x Video Processing Engine (VPE)13 The Video Processing Engine (VPE) is a key component for image post14 processing applications. VPE consist of a single memory to memory20 const: ti,dra7-vpe24 - description: The VPE main register region51 vpe: vpe@489d0000 {52 compatible = "ti,dra7-vpe";
44 struct virtchnl_pf_event *vpe);1187 struct virtchnl_pf_event *vpe = in iavf_vc_completion() local1190 switch (vpe->event) { in iavf_vc_completion()1192 iavf_handle_link_event(sc, vpe); in iavf_vc_completion()1200 vpe->event); in iavf_vc_completion()1286 * @vpe: virtchnl PF link event structure1292 iavf_handle_link_event(struct iavf_sc *sc, struct virtchnl_pf_event *vpe) in iavf_handle_link_event() argument1294 MPASS(vpe->event == VIRTCHNL_EVENT_LINK_CHANGE); in iavf_handle_link_event()1299 vpe->event_data.link_event_adv.link_status, in iavf_handle_link_event()1300 vpe->event_data.link_event_adv.link_speed); in iavf_handle_link_event()[all …]
42 /* vpe clocks */
4202 vpe: vpe@0 { label4203 compatible = "ti,dra7-vpe";
600 * the GIC-700 behaves. We don't handle vPE tables at in gicv3_its_table_init()