Home
last modified time | relevance | path

Searched full:vop (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-vop.yaml4 $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
7 title: Rockchip SoC display controller (VOP)
10 VOP (Video Output Processor) is the display controller for the Rockchip
21 - rockchip,px30-vop-big
22 - rockchip,px30-vop-lit
23 - rockchip,rk3036-vop
24 - rockchip,rk3066-vop
25 - rockchip,rk3126-vop
26 - rockchip,rk3188-vop
27 - rockchip,rk3228-vop
[all...]
H A Drockchip-vop2.yaml21 - rockchip,rk3566-vop
22 - rockchip,rk3568-vop
23 - rockchip,rk3588-vop
36 - const: vop
42 The VOP interrupt is shared by several interrupt sources, such as
55 - description: Peripheral(vop grf/dsi) clock.
72 also used for query vop memory bisr enable status, etc.
80 rockchip,vop-grf:
83 Phandle to VOP GRF regs used for control data path between vopr and hdmi/edp.
88 Phandle to PMU GRF used for query vop memor
[all...]
H A Drockchip-drm.yaml15 vop devices or other display interface nodes that comprise the
28 of vop devices. vop definitions as defined in
29 Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
H A Drockchip-lvds.txt36 - video port 0 for the VOP input, the remote endpoint maybe vopb or vopl
H A Dcdn-dp-rockchip.txt26 contained 2 endpoints, connecting to the output of vop.
H A Drockchip,lvds.yaml67 Video port 0 for the VOP input.
/freebsd/sys/tools/
H A Dvnode_if.awk300 ctrstr = ctrargs "(KTR_VOP, \"VOP\", \"" uname "\", (uintptr_t)a,\n\t ";
328 printh("int " uname "_APV(struct vop_vector *vop, struct " name "_args *);");
383 …printc("SDT_PROBE_DEFINE2(vfs, vop, " name ", entry, \"struct vnode *\", \"struct " name "_args *\…
384 …printc("SDT_PROBE_DEFINE3(vfs, vop, " name ", return, \"struct vnode *\", \"struct " name "_args *…
392 printc("\nint\n" uname "_APV(struct vop_vector *vop, struct " name "_args *a)");
398 printc("\tVNASSERT(vop != NULL, a->a_" args[0]", (\"No "name"(%p, %p)\", a->a_" args[0]", a));")
405 printc("\t\trc = vop->"name"(a);")
407 printc("\t\tSDT_PROBE2(vfs, vop, " name ", entry, a->a_" args[0] ", a);");
408 printc("\t\trc = vop->"name"(a);")
409 printc("\t\tSDT_PROBE3(vfs, vop, " name ", return, a->a_" args[0] ", a, rc);");
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td625 class VPatBinaryVL_V<SDPatternOperator vop,
638 : Pat<(result_type (vop
653 multiclass VPatBinaryRM_VL_V<SDNode vop,
665 def : Pat<(result_type (vop
681 class VPatBinaryVL_V_RM<SDPatternOperator vop,
694 : Pat<(result_type (vop
713 multiclass VPatTiedBinaryNoMaskVL_V<SDNode vop,
722 def : Pat<(result_type (vop
734 (result_type (vop
747 class VPatTiedBinaryMaskVL_V<SDNode vop,
[all …]
H A DRISCVInstrInfoVSDPatterns.td74 class VPatBinarySDNode_VV<SDPatternOperator vop,
83 Pat<(result_type (vop
95 class VPatBinarySDNode_VV_RM<SDPatternOperator vop,
104 Pat<(result_type (vop
119 class VPatBinarySDNode_XI<SDPatternOperator vop,
131 Pat<(result_type (vop
143 multiclass VPatBinarySDNode_VV_VX<SDPatternOperator vop, string instruction_name,
148 def : VPatBinarySDNode_VV<vop, instruction_name,
151 def : VPatBinarySDNode_XI<vop, instruction_name, "VX",
159 multiclass VPatBinarySDNode_VV_VX_VI<SDPatternOperator vop, string instruction_name,
[all …]
/freebsd/tools/tools/vop_table/
H A Dvop_table.tcl28 if {![regexp {vop.*_desc} "$a"]} continue
161 puts $fo [format "%-2s %s" "F" "<fs>_<vop>"]
162 puts $fo [format "%-2s %s" "V" "vop_<vop>"]
163 puts $fo [format "%-2s %s" "N" "vop_no<vop>"]
164 puts $fo [format "%-2s %s" "S" "vop_std<vop>"]
H A DREADME1 vop_table generates a HTML document that shows all the VOP's in
/freebsd/share/man/man9/
H A DVOP_DEALLOCATE.949 This VOP call zeroes/deallocates storage for an offset range in a file.
94 parameters are passed into this VOP call.
96 The vnode type is not supported by this VOP call.
H A DVOP_RENAME.962 The VOP routine is expected to
69 The VOP routine is expected to
H A DVOP_GETEXTATTR.9131 This is a bad API, and will be replaced by an explicit VOP.
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566.dtsi33 &vop {
34 compatible = "rockchip,rk3566-vop";
H A Drk3568.dtsi265 &vop {
266 compatible = "rockchip,rk3568-vop";
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-rockchip.txt8 "rockchip,vop-pwm": found integrated in VOP on RK3288 SoC
H A Dpwm-rockchip.yaml18 - const: rockchip,vop-pwm
/freebsd/sys/kern/
H A Dvnode_if.src30 # Above each of the vop descriptors in lines starting with %%
31 # is a specification of the locking protocol used by each vop call.
48 # to call before/after the vop call.
826 # be added above these spares. When merging a new VOP to a stable branch,
827 # the new VOP should replace one of the spares.
H A Dvfs_default.c89 * implement a particular VOP.
228 * Default vop for filesystems that do not support name lookup
1464 bp_by_off(struct vop_vector *vop, struct vop_generic_args *a) in bp_by_off() argument
1467 return (*(vop_bypass_t **)((char *)vop + a->a_desc->vdesc_vop_offset)); in bp_by_off()
1471 vop_sigdefer(struct vop_vector *vop, struct vop_generic_args *a) in vop_sigdefer() argument
1476 bp = bp_by_off(vop, a); in vop_sigdefer()
/freebsd/tests/sys/fs/fusefs/
H A Dlookup.cc172 * up a successful VOP_LOOKUP with another VOP. in TEST_F()
193 * up a successful VOP_LOOKUP with another VOP. in TEST_F()
429 * up a successful VOP_LOOKUP with another VOP. in TEST_F()
459 * up a successful VOP_LOOKUP with another VOP. in TEST_F()
488 * up a successful VOP_LOOKUP with another VOP. in TEST_F()
544 * up a successful VOP_LOOKUP with another VOP. in TEST_F()
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3188.dtsi115 vop0: vop@1010c000 {
116 compatible = "rockchip,rk3188-vop";
132 vop1: vop@1010e000 {
133 compatible = "rockchip,rk3188-vop";
H A Drk3066a.dtsi69 vop0: vop@1010c000 {
70 compatible = "rockchip,rk3066-vop";
95 vop1: vop@1010e000 {
96 compatible = "rockchip,rk3066-vop";
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c267 * vnode is relocked during the VOP call, in null_bypass()
270 * Add a transient hold around VOP call. in null_bypass()
309 * If lowervp was unlocked during VOP in null_bypass()
409 * which cannot be handled by VOP, at least passing over lower in null_lookup()
758 * vop lock. in null_lock()
768 * in which case it is not legal to be sleeping in its VOP. in null_lock()
/freebsd/tools/tools/
H A DREADME61 vop_table Generates a HTML document that shows all the VOP's in

12345