Home
last modified time | relevance | path

Searched defs:y (Results 151 – 175 of 1296) sorted by relevance

12345678910>>...52

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py182 def draw_text(ctx, text, color, x, y): argument
197 def draw_legend_box(ctx, label, fill_color, x, y, s): argument
202 def draw_legend_line(ctx, label, fill_color, x, y, s): argument
208 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument
827 def draw_processes_recursively(ctx, proc, proc_tree, y, proc_h, rect, clip) : argument
859 def draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect, clip): argument
895 def draw_process_connecting_lines(ctx, px, py, x, y, proc_h): argument
/openbmc/linux/drivers/iio/adc/
H A Dstm32-dfsdm.h44 #define DFSDM_CHCFGR1(y) ((y) * 0x20 + 0x00) argument
45 #define DFSDM_CHCFGR2(y) ((y) * 0x20 + 0x04) argument
46 #define DFSDM_AWSCDR(y) ((y) * 0x20 + 0x08) argument
47 #define DFSDM_CHWDATR(y) ((y) * 0x20 + 0x0C) argument
48 #define DFSDM_CHDATINR(y) ((y) * 0x20 + 0x10) argument
192 #define DFSDM_ICR_CLRCKABF_CH_MASK(y) BIT(16 + (y)) argument
193 #define DFSDM_ICR_CLRCKABF_CH(v, y) \ argument
197 #define DFSDM_ICR_CLRSCDF_CH_MASK(y) BIT(24 + (y)) argument
198 #define DFSDM_ICR_CLRSCDF_CH(v, y) \ argument
/openbmc/linux/arch/powerpc/boot/
H A Dtypes.h28 #define min(x,y) ({ \ argument
34 #define max(x,y) ({ \ argument
/openbmc/qemu/linux-user/sparc/
H A Dtarget_syscall.h10 uint32_t y; member
18 abi_ulong y; member
/openbmc/linux/crypto/
H A Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F()
53 static inline u32 G(u32 x, u32 y, u32 z) in G()
58 static inline u32 H(u32 x, u32 y, u32 z) in H()
/openbmc/linux/drivers/macintosh/ams/
H A Dams-core.c26 void ams_sensors(s8 *x, s8 *y, s8 *z) in ams_sensors()
47 s8 x, y, z; in ams_show_current() local
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c651 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr()
659 int *y, int *cb, int *cr) in color_to_ycbcr()
758 static void ycbcr2rgb(const int m[3][3], int y, int cb, int cr, in ycbcr2rgb()
772 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color()
889 int y, cb, cr; in precalculate_color() local
1968 int y, int x, const char *text, unsigned len) in tpg_print_str_2()
1975 int y, int x, const char *text, unsigned len) in tpg_print_str_4()
1982 int y, int x, const char *text, unsigned len) in tpg_print_str_6()
1989 int y, int x, const char *text, unsigned len) in tpg_print_str_8()
1995 int y, int x, const char *text) in tpg_gen_text()
[all …]
/openbmc/qemu/ui/
H A Dvnc.c666 int x, int y, int w, int h) in vnc_dpy_update()
674 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update()
779 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y) in vnc_server_fb_ptr()
984 int x, int y, bool visible) in vnc_mouse_set()
1148 int y; in vnc_update_client() local
2075 int x, int y, int w, int h) in framebuffer_update_request()
2950 static VncRectStat *vnc_stat_rect(VncDisplay *vd, int x, int y) in vnc_stat_rect()
2957 void vnc_sent_lossy_rect(VncState *vs, int x, int y, int w, int h) in vnc_sent_lossy_rect()
2973 static int vnc_refresh_lossy_rect(VncDisplay *vd, int x, int y) in vnc_refresh_lossy_rect()
3013 int x, y; in vnc_update_stats() local
[all …]
H A Ddbus-console.c85 int x, int y, int w, int h) in dbus_gfx_update()
100 uint32_t x, uint32_t y, in dbus_gl_scanout_texture()
125 uint32_t x, uint32_t y, in dbus_gl_scanout_update()
414 double x, double y) in dbus_touch_send_event()
453 guint x, guint y) in dbus_mouse_set_pos()
/openbmc/u-boot/common/
H A Dlcd_console_rotation.c11 static void lcd_putc_xy90(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy90()
64 static void lcd_putc_xy180(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy180()
113 static void lcd_putc_xy270(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy270()
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c588 #define Y_OFFSET(pix, x, y) ((x) + pix->bytesperline * (y)) argument
589 #define U_OFFSET(pix, x, y) ((pix->bytesperline * pix->height) + \ argument
591 #define V_OFFSET(pix, x, y) ((pix->bytesperline * pix->height) + \ argument
594 #define U2_OFFSET(pix, x, y) ((pix->bytesperline * pix->height) + \ argument
596 #define V2_OFFSET(pix, x, y) ((pix->bytesperline * pix->height) + \ argument
599 #define UV_OFFSET(pix, x, y) ((pix->bytesperline * pix->height) + \ argument
601 #define UV2_OFFSET(pix, x, y) ((pix->bytesperline * pix->height) + \ argument
/openbmc/linux/include/rdma/
H A Duverbs_named_ioctl.h15 #define _UVERBS_PASTE(x, y) x ## y argument
16 #define _UVERBS_NAME(x, y) _UVERBS_PASTE(x, y) argument
/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c65 u16 y; member
74 u16 y; member
139 unsigned int *x, unsigned int *y) in scale_touch_coordinates()
152 unsigned int x, y; in parse_multi_touch() local
267 unsigned int y = coord->y; in report_single_touch() local
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-mod.c17 MPI y; member
99 MPI y = ctx->y; in mpi_mod_barrett() local
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_malone.c50 #define STREAM_CONFIG_FORMAT_SET(x, y) CONFIG_SET(x, y, 0, 0x0000000F) argument
51 #define STREAM_CONFIG_STRBUFIDX_SET(x, y) CONFIG_SET(x, y, 8, 0x00000300) argument
52 #define STREAM_CONFIG_NOSEQ_SET(x, y) CONFIG_SET(x, y, 10, 0x00000400) argument
53 #define STREAM_CONFIG_DEBLOCK_SET(x, y) CONFIG_SET(x, y, 11, 0x00000800) argument
54 #define STREAM_CONFIG_DERING_SET(x, y) CONFIG_SET(x, y, 12, 0x00001000) argument
55 #define STREAM_CONFIG_IBWAIT_SET(x, y) CONFIG_SET(x, y, 13, 0x00002000) argument
56 #define STREAM_CONFIG_FBC_SET(x, y) CONFIG_SET(x, y, 14, 0x00004000) argument
63 #define STREAM_CONFIG_RC4_EN_SET(x, y) CONFIG_SET(x, y, 27, 0x08000000) argument
64 #define STREAM_CONFIG_MCX_SET(x, y) CONFIG_SET(x, y, 28, 0x10000000) argument
65 #define STREAM_CONFIG_PES_SET(x, y) CONFIG_SET(x, y, 29, 0x20000000) argument
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S96 #define GG1_1(x, y, z, o, t) \ argument
98 #define GG1_2(x, y, z, o, t) \ argument
100 #define GG1_3(x, y, z, o, t) argument
102 #define FF1_1(x, y, z, o, t) GG1_1(x, y, z, o, t) argument
103 #define FF1_2(x, y, z, o, t) argument
106 #define GG2_1(x, y, z, o, t) \ argument
108 #define GG2_2(x, y, z, o, t) \ argument
110 #define GG2_3(x, y, z, o, t) \ argument
113 #define FF2_1(x, y, z, o, t) \ argument
115 #define FF2_2(x, y, z, o, t) \ argument
[all …]
/openbmc/linux/drivers/video/console/
H A Dmdacon.c425 static inline u16 *mda_addr(unsigned int x, unsigned int y) in mda_addr()
430 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc()
436 int count, int y, int x) in mdacon_putcs()
445 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear()
/openbmc/qemu/tests/qtest/
H A Drtc-test.c318 static void set_datetime_bcd(int h, int min, int s, int d, int m, int y) in set_datetime_bcd()
329 static void set_datetime_dec(int h, int min, int s, int d, int m, int y) in set_datetime_dec()
340 static void set_datetime(int mode, int h, int min, int s, int d, int m, int y) in set_datetime()
360 #define assert_datetime_bcd(h, min, s, d, m, y) \ argument
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_wt.h34 #define WT_PARM(x,y) (((WT_BAR(x))+ 0x80 +(((x)&0x1f)<<2)+(y))<<2) /* 0x0200 */ argument
35 #define WT_DELAY(x,y) (((WT_BAR(x))+ 0x100 +(((x)&0x1f)<<2)+(y))<<2) /* 0x0400 */ argument
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon.h41 #define ATH_LPF_RSSI(x, y, len) \ argument
43 #define ATH_RSSI_LPF(x, y) do { \ argument
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_hw.c740 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
791 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawLine()
798 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawBlock()
809 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
814 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
910 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
931 u16 y, u, v; in RGB2YUV() local
/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl_sp7021.c13 #define D_PIS(x, y) "P" __stringify(x) "_0" __stringify(y) argument
14 #define D(x, y) ((x) * 8 + (y)) argument
15 #define P(x, y) PINCTRL_PIN(D(x, y), D_PIS(x, y)) argument
/openbmc/u-boot/fs/zfs/
H A Dzfs_sha256.c49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h34 #define EX_TABLE(x, y) \ argument
43 #define ALT_FTR_SECTION_END(x, y) .endif argument
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-generate-simple_ipa-pass.h24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument

12345678910>>...52