Searched defs:width (Results 1 – 17 of 17) sorted by relevance
| /include/ |
| A D | video_font_data.h | 8 #define VIDEO_FONT_BYTE_WIDTH(width) ((width / 8) + (width % 8 > 0)) argument 9 #define VIDEO_FONT_CHAR_PIXEL_BYTES(width, height) (height * VIDEO_FONT_BYTE_WIDTH(width)) argument 10 #define VIDEO_FONT_SIZE(chars, width, height) (chars * VIDEO_FONT_CHAR_PIXEL_BYTES(width, height)) argument 14 int width; member
|
| A D | bitfield.h | 43 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask() 49 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract() 58 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace()
|
| A D | sandbox-clk.h | 47 u8 width) in sandbox_clk_divider() 77 u8 shift, u8 width, in sandbox_clk_mux()
|
| A D | video_osd.h | 12 uint width; member
|
| A D | regmap.h | 93 enum regmap_size_t width; member 111 enum regmap_size_t width; member
|
| A D | k3-clk.h | 47 int width; member 56 int width; member 74 int width; member
|
| A D | bmp_layout.h | 33 __u32 width; member
|
| A D | video.h | 404 static inline void video_damage(struct udevice *vid, int x, int y, int width, in video_damage()
|
| A D | upl.h | 242 uint width; member
|
| A D | expo.h | 474 uint width; member
|
| A D | efi.h | 414 u32 width; member
|
| A D | vsc9953.h | 189 #define VSC9953_ENC_BITFIELD(target, offset, width) \ argument
|
| A D | efi_api.h | 1495 u32 width; member
|
| A D | ec_commands.h | 4515 uint16_t width; member
|
| /include/fsl-mc/ |
| A D | fsl_mc_cmd.h | 13 static inline uint64_t mc_enc(int lsoffset, int width, uint64_t val) in mc_enc() 17 static inline uint64_t mc_dec(uint64_t val, int lsoffset, int width) in mc_dec()
|
| /include/linux/ |
| A D | clk-provider.h | 129 u8 width; member 137 #define clk_div_mask(width) ((1 << (width)) - 1) argument
|
| A D | fb.h | 125 __u32 width; /* width of picture in mm */ member 205 __u32 width; member 214 __u32 width; member 223 __u32 width; /* Size of image */ member 348 __u32 width; /* Size of image */ member
|
Completed in 48 milliseconds