Home
last modified time | relevance | path

Searched defs:width (Results 101 – 125 of 2090) sorted by relevance

12345678910>>...84

/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dbitblit.c29 int width = DIV_ROUND_UP(vc->vc_font.width, 8); in update_attr() local
47 int sx, int dy, int dx, int height, int width) in bit_bmove()
62 int sx, int height, int width) in bit_clear()
148 u32 width = DIV_ROUND_UP(vc->vc_font.width, 8); in bit_putcs() local
H A Dfbcon_ud.c29 int width = (vc->vc_font.width + 7) >> 3; in ud_update_attr() local
49 int sx, int dy, int dx, int height, int width) in ud_bmove()
67 int sx, int height, int width) in ud_clear()
157 u32 width = (vc->vc_font.width + 7)/8; in ud_putcs() local
/OK3568_Linux_fs/kernel/drivers/pinctrl/actions/
H A Dpinctrl-owl.h18 #define MUX_PG(group_name, reg, shift, width) \ argument
36 #define DRV_PG(group_name, reg, shift, width) \ argument
52 #define SR_PG(group_name, reg, shift, width) \ argument
176 unsigned int width; member
188 unsigned int width; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_client_modeset.c145 drm_connector_has_preferred_mode(struct drm_connector *connector, int width, int height) in drm_connector_has_preferred_mode()
260 bool *enabled, int width, int height) in drm_client_target_cloned()
372 bool *enabled, int width, int height) in drm_client_target_preferred()
488 int n, int width, int height) in drm_client_pick_crtcs()
564 bool *enabled, int width, int height) in drm_client_firmware_config()
764 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height) in drm_client_modeset_probe()
H A Ddrm_client.c249 drm_client_buffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format) in drm_client_buffer_create()
361 u32 width, u32 height, u32 format) in drm_client_buffer_addfb()
407 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format) in drm_client_framebuffer_create()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtgafb.c623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
836 u32 color, dx, dy, width, height, vxres, vyres; local
924 u32 dx, dy, width, height, vxres, vyres, color; local
1053 u32 height, u32 width)
1098 u32 height, u32 width)
1147 u32 height, u32 width, u32 line_length,
1257 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.h98 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
115 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
130 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
145 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/clk/hisilicon/
H A Dclk.h51 u8 width; member
64 u8 width; member
77 u8 width; member
90 u8 width; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_dynamic_shape_input_demo/src/
H A Drknn_dynshape_inference.cc143 int width = npy_shape[2]; in load_npy() local
186 int width = 0; in load_image() local
439 …int width = input_attrs[i].fmt == RKNN_TENSOR_NHWC ? input_attrs[i].dims[2] : input_attrs[i].dims[… in main() local
523 …int width = cur_input_attrs[i].fmt == RKNN_TENSOR_NHWC ? cur_input_attrs[i].dims[2] : cur_input_at… in main() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dwidgets.py74 def update(self, pbar, width): argument
299 def update(self, pbar, width): argument
339 def update(self, pbar, width): argument
370 def update(self, pbar, width): argument
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c158 static RK_S32 check_stride_by_pixel(RK_S32 workaround, RK_S32 width, in check_stride_by_pixel()
187 RK_U32 get_vepu_pixel_stride(VepuStrideCfg *cfg, RK_U32 width, RK_U32 stride, MppFrameFormat fmt) in get_vepu_pixel_stride()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/
H A Dclk-regmap-divider.c20 #define div_mask(width) ((1 << (width)) - 1) argument
92 u32 reg, u8 shift, u8 width, in devm_clk_regmap_register_divider()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-muxgrf.c15 u32 width; member
59 int shift, int width, int mux_flags) in rockchip_clk_register_muxgrf()
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaApi.cpp58 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBuffer()
64 int c_RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBufferCache()
/OK3568_Linux_fs/kernel/drivers/clk/zte/
H A Dclk-zx296702.c197 void __iomem *reg, u8 shift, u8 width, in zx_divtbl()
205 void __iomem *reg, u8 shift, u8 width) in zx_div()
212 int num_parents, void __iomem *reg, u8 shift, u8 width) in zx_mux()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/
H A Dutf.hpp165 static int width(code_point value) in width() function
381 static int width(code_point u) in width() function
436 static int width(code_point /*u*/) in width() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dbtext.c45 unsigned int width, height, depth, pitch; in btext_initialize() local
100 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
118 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dswitchib.c191 u16 speed, u16 width) in mlxsw_sib_port_speed_set()
207 u8 module, u8 width) in __mlxsw_sib_port_create()
279 u8 module, u8 width) in mlxsw_sib_port_create()
332 u8 module, width; in mlxsw_sib_ports_create() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c198 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar()
295 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar()
313 u64 offset, size_t size, int width) in matching_bar()
373 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar()
391 u64 offset, size_t size, int width) in find_unused_bar_noblock()
424 u64 offset, size_t size, int width) in find_unused_bar_and_lock()
453 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar()
464 u64 offset, size_t size, int width, int nonblocking) in nfp_alloc_bar()
743 } width; member
931 int n, width; in nfp6000_area_read() local
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c89 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
106 int width, int list_height) in dialog_checklist()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dchecklist.c101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
118 int width, int list_height) in dialog_checklist()
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dchecklist.c88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
105 int width, int list_height) in dialog_checklist()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp20 const uint32_t width, in createStyleImage()
108 const uint16_t width = getUInt16(value, "width", 0); in parseSprite() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/tracker/
H A DObjectTracker.java35 public ObjectTracker(int width, int height, int maxTrackLifetime) { in ObjectTracker()
110 int[] track_output_id, int width, int height); in native_track()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.cpp66 FakeCamHwIsp20::prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) in prepare()
960 FakeCamHwIsp21::prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) in prepare()
1012 FakeCamHwIsp3x::prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) in prepare()
1064 FakeCamHwIsp32::prepare(uint32_t width, uint32_t height, int mode, int t_delay, int g_delay) in prepare()

12345678910>>...84