Home
last modified time | relevance | path

Searched full:vpe (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dti,vpe.yaml4 $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 post
14 processing applications. VPE consist of a single memory to memory
20 const: ti,dra7-vpe
24 - description: The VPE main register region
51 vpe: vpe@489d0000 {
52 compatible = "ti,dra7-vpe";
/freebsd/sys/dev/iavf/
H A Diavf_vc_common.c44 struct virtchnl_pf_event *vpe);
1187 struct virtchnl_pf_event *vpe = in iavf_vc_completion() local
1190 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 structure
1292 iavf_handle_link_event(struct iavf_sc *sc, struct virtchnl_pf_event *vpe) in iavf_handle_link_event() argument
1294 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 …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Ddra7.h42 /* vpe clocks */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra7-l4.dtsi4202 vpe: vpe@0 { label
4203 compatible = "ti,dra7-vpe";
/freebsd/sys/arm64/arm64/
H A Dgicv3_its.c600 * the GIC-700 behaves. We don't handle vPE tables at in gicv3_its_table_init()