Searched defs:rgb (Results 1 – 8 of 8) sorted by relevance
92 struct rockchip_rgb *rgb = connector_to_rgb(connector); in rockchip_rgb_atomic_connector_get_property() local116 struct rockchip_rgb *rgb = connector_to_rgb(connector); in rockchip_rgb_connector_get_modes() local124 struct rockchip_rgb *rgb = connector_to_rgb(connector); in rockchip_rgb_connector_best_encoder() local136 struct rockchip_rgb *rgb = encoder_to_rgb(encoder); in rockchip_rgb_encoder_enable() local156 struct rockchip_rgb *rgb = encoder_to_rgb(encoder); in rockchip_rgb_encoder_disable() local237 struct rockchip_rgb *rgb = encoder_to_rgb(encoder); in rockchip_rgb_encoder_loader_protect() local256 struct rockchip_rgb *rgb = dev_get_drvdata(dev); in rockchip_rgb_bind() local321 struct rockchip_rgb *rgb = dev_get_drvdata(dev); in rockchip_rgb_unbind() local341 struct rockchip_rgb *rgb; in rockchip_rgb_probe() local387 static void px30_rgb_enable(struct rockchip_rgb *rgb) in px30_rgb_enable()[all …]
21 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini()
142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro184 __inline static hi_u32 rgb2_yuv(hi_u32 rgb) in rgb2_yuv()206 __inline static hi_u32 rgb2_yuv_full(hi_u32 rgb) in rgb2_yuv_full()231 __inline static hi_u32 rgb2_yuv_8_bit(hi_u32 rgb) in rgb2_yuv_8_bit()253 __inline static hi_u32 rgb2_yuv_full_8_bit(hi_u32 rgb) in rgb2_yuv_full_8_bit()
145 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro187 __inline static hi_u32 rgb2_yuv(hi_u32 rgb) in rgb2_yuv()209 __inline static hi_u32 rgb2_yuv_full(hi_u32 rgb) in rgb2_yuv_full()234 __inline static hi_u32 rgb2_yuv_8_bit(hi_u32 rgb) in rgb2_yuv_8_bit()256 __inline static hi_u32 rgb2_yuv_full_8_bit(hi_u32 rgb) in rgb2_yuv_full_8_bit()
1443 rgb: rgb { label
330 td_u32 rgb : 24; member
1135 hi_void vo_drv_set_dev_bg_color(hi_vo_dev dev, hi_u32 bg_color, hi_bool rgb) in vo_drv_set_dev_bg_color()