Searched refs:vop (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 61 #define VOP_WIN_GET_YRGBADDR(vop, win) \ argument 62 vop_readl(vop, win->base + win->phy->yrgb_mst.offset) 64 #define to_vop(x) container_of(x, struct vop, crtc) 77 struct vop *vop; member 83 struct vop { struct 379 static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v) in vop_writel() argument 381 writel(v, vop->regs + offset); in vop_writel() 382 vop->regsbak[offset >> 2] = v; in vop_writel() 385 static inline uint32_t vop_readl(struct vop *vop, uint32_t offset) in vop_readl() argument 387 return readl(vop->regs + offset); in vop_readl() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/ |
D | rockchip-drm.txt | 5 vop devices or other display interface nodes that comprise the 11 of vop devices. vop definitions as defined in 12 Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
|
D | rockchip-vop.txt | 1 device-tree bindings for rockchip soc display controller (vop) 9 "rockchip,rk3288-vop"; 38 compatible = "rockchip,rk3288-vop";
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 152 u8 *vop; in solo_update_mode() local 162 vop = vop_6110_ntsc_cif; in solo_update_mode() 165 vop = vop_6110_pal_cif; in solo_update_mode() 170 vop = vop_6010_ntsc_cif; in solo_update_mode() 173 vop = vop_6010_pal_cif; in solo_update_mode() 183 vop = vop_6110_ntsc_d1; in solo_update_mode() 186 vop = vop_6110_pal_d1; in solo_update_mode() 191 vop = vop_6010_ntsc_d1; in solo_update_mode() 194 vop = vop_6010_pal_d1; in solo_update_mode() 200 memcpy(solo_enc->vop, vop, vop_len); in solo_update_mode() [all …]
|
D | solo6x10.h | 171 u8 vop[64]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-rockchip.txt | 7 "rockchip,vop-pwm": found integrated in VOP on RK3288 SoC
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 80 - vop-supply: The supply connected to LCDC_VDD.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | rk3288.dtsi | 783 vopb: vop@ff930000 { 784 compatible = "rockchip,rk3288-vop"; 816 vopl: vop@ff940000 { 817 compatible = "rockchip,rk3288-vop";
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.c | 2630 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2658 vop = 0; in rtl8xxxu_init_queue_priority() 2688 vop = 0; in rtl8xxxu_init_queue_priority() 2703 vop = viq ^ 3; in rtl8xxxu_init_queue_priority() 2725 usb_sndbulkpipe(priv->udev, priv->out_ep[vop]); in rtl8xxxu_init_queue_priority()
|