/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/ |
H A D | rockchip-vop.yaml | 4 $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 D | rockchip-vop2.yaml | 21 - 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 D | rockchip-drm.yaml | 15 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 D | rockchip-lvds.txt | 36 - video port 0 for the VOP input, the remote endpoint maybe vopb or vopl
|
H A D | cdn-dp-rockchip.txt | 26 contained 2 endpoints, connecting to the output of vop.
|
H A D | rockchip,lvds.yaml | 67 Video port 0 for the VOP input.
|
/freebsd/sys/tools/ |
H A D | vnode_if.awk | 300 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 D | RISCVInstrInfoVVLPatterns.td | 625 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 D | RISCVInstrInfoVSDPatterns.td | 74 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 D | vop_table.tcl | 28 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 D | README | 1 vop_table generates a HTML document that shows all the VOP's in
|
/freebsd/share/man/man9/ |
H A D | VOP_DEALLOCATE.9 | 49 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 D | VOP_RENAME.9 | 62 The VOP routine is expected to 69 The VOP routine is expected to
|
H A D | VOP_GETEXTATTR.9 | 131 This is a bad API, and will be replaced by an explicit VOP.
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3566.dtsi | 33 &vop { 34 compatible = "rockchip,rk3566-vop";
|
H A D | rk3568.dtsi | 265 &vop { 266 compatible = "rockchip,rk3568-vop";
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-rockchip.txt | 8 "rockchip,vop-pwm": found integrated in VOP on RK3288 SoC
|
H A D | pwm-rockchip.yaml | 18 - const: rockchip,vop-pwm
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | 30 # 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 D | vfs_default.c | 89 * 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 D | lookup.cc | 172 * 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 D | rk3188.dtsi | 115 vop0: vop@1010c000 { 116 compatible = "rockchip,rk3188-vop"; 132 vop1: vop@1010e000 { 133 compatible = "rockchip,rk3188-vop";
|
H A D | rk3066a.dtsi | 69 vop0: vop@1010c000 { 70 compatible = "rockchip,rk3066-vop"; 95 vop1: vop@1010e000 { 96 compatible = "rockchip,rk3066-vop";
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vnops.c | 267 * 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 D | README | 61 vop_table Generates a HTML document that shows all the VOP's in
|