/openbmc/qemu/audio/ |
H A D | audio_template.h | 39 static void glue(audio_init_nb_voices_, TYPE)(AudioState *s, in glue() function 78 static void glue (audio_pcm_hw_free_resources_, TYPE) (HW *hw) in glue() function 86 static void glue(audio_pcm_hw_alloc_resources_, TYPE)(HW *hw) in glue() function 103 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw) in glue() function 115 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw) in glue() function 158 static int glue (audio_pcm_sw_init_, TYPE) ( in glue() function 204 static void glue (audio_pcm_sw_fini_, TYPE) (SW *sw) in glue() function 211 static void glue (audio_pcm_hw_add_sw_, TYPE) (HW *hw, SW *sw) in glue() function 216 static void glue (audio_pcm_hw_del_sw_, TYPE) (SW *sw) in glue() function 221 static void glue (audio_pcm_hw_gc_, TYPE) (HW **hwp) in glue() function [all …]
|
H A D | mixeng_template.h | 38 static inline mixeng_real glue (conv_, ET) (IN_T v) in glue() function 57 static inline IN_T glue (clip_, ET) (mixeng_real v) in glue() function 74 static inline int64_t glue (conv_, ET) (IN_T v) in glue() function 84 static inline IN_T glue (clip_, ET) (int64_t v) in glue() function 100 static void glue (glue (conv_, ET), _to_stereo) in glue() function 113 static void glue (glue (conv_, ET), _to_mono) in glue() function 127 static void glue (glue (clip_, ET), _from_stereo) in glue() function 139 static void glue (glue (clip_, ET), _from_mono) in glue() function
|
H A D | dsound_template.h | 46 static int glue (dsound_unlock_, TYPE) ( in glue() function 65 static int glue (dsound_lock_, TYPE) ( in glue() function
|
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop.h | 25 static inline void glue(rop_8_, ROP_NAME)(CirrusVGAState *s, in glue() function 32 static inline void glue(rop_tr_8_, ROP_NAME)(CirrusVGAState *s, in glue() function 43 static inline void glue(rop_16_, ROP_NAME)(CirrusVGAState *s, in glue() function 51 static inline void glue(rop_tr_16_, ROP_NAME)(CirrusVGAState *s, in glue() function 63 static inline void glue(rop_32_, ROP_NAME)(CirrusVGAState *s, in glue() function 79 glue(cirrus_bitblt_rop_fwd_, ROP_NAME)(CirrusVGAState *s, in glue() function 105 glue(cirrus_bitblt_rop_bkwd_, ROP_NAME)(CirrusVGAState *s, in glue() function 126 glue(glue(cirrus_bitblt_rop_fwd_transp_, ROP_NAME),_8)(CirrusVGAState *s, in glue() function 155 glue(glue(cirrus_bitblt_rop_bkwd_transp_, ROP_NAME),_8)(CirrusVGAState *s, in glue() function 179 glue(glue(cirrus_bitblt_rop_fwd_transp_, ROP_NAME),_16)(CirrusVGAState *s, in glue() function [all …]
|
H A D | pl110_template.h | 38 static void glue(pl110_draw_line1_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, i… in glue() function 66 static void glue(pl110_draw_line2_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, i… in glue() function 94 static void glue(pl110_draw_line4_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, i… in glue() function 122 static void glue(pl110_draw_line8_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, i… in glue() function 146 static void glue(pl110_draw_line16_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, … in glue() function 192 static void glue(pl110_draw_line32_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, … in glue() function 222 static void glue(pl110_draw_line16_555_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int wid… in glue() function 260 static void glue(pl110_draw_line12_,NAME)(void *opaque, uint8_t *d, const uint8_t *src, int width, … in glue() function
|
H A D | cirrus_vga_rop2.h | 42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() function 99 glue(glue(glue(cirrus_colorexpand_transp_, ROP_NAME), _),DEPTH) in glue() function 148 glue(glue(glue(cirrus_colorexpand_, ROP_NAME), _),DEPTH) in glue() function 184 glue(glue(glue(cirrus_colorexpand_pattern_transp_, ROP_NAME), _),DEPTH) in glue() function 228 glue(glue(glue(cirrus_colorexpand_pattern_, ROP_NAME), _),DEPTH) in glue() function 262 glue(glue(glue(cirrus_fill_, ROP_NAME), _),DEPTH) in glue() function
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-muldiv.h | 2 void glue(glue(test_, OP), b)(long op0, long op1) in glue() function 20 void glue(glue(test_, OP), w)(long op0h, long op0, long op1) in glue() function 38 void glue(glue(test_, OP), l)(long op0h, long op0, long op1) in glue() function 57 void glue(glue(test_, OP), q)(long op0h, long op0, long op1) in glue() function
|
H A D | test-i386.h | 120 void glue(test_, OP)(void) in glue() function
|
H A D | test-i386-shift.h | 165 void glue(test_, OP)(void) in glue() function
|
H A D | test-i386.c | 55 #define glue(x, y) xglue(x, y) macro
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 57 void glue(helper_psrlw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 72 void glue(helper_psllw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 87 void glue(helper_psraw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 100 void glue(helper_psrld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 115 void glue(helper_pslld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 130 void glue(helper_psrad, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 143 void glue(helper_psrlq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 158 void glue(helper_psllq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 174 void glue(helper_psrldq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function 192 void glue(helper_pslldq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() function [all …]
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | sunxi.c | 226 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_enable() local 268 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_disable() local 292 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_init() local 344 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_exit() local 364 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_pre_root_reset_end() local 371 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_post_root_reset_end() local 437 struct sunxi_glue *glue = dev_get_priv(dev); in musb_usb_probe() local 502 struct sunxi_glue *glue = dev_get_priv(dev); in musb_usb_remove() local
|
H A D | musb_dsps.c | 153 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_enable() local 186 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_disable() local 205 struct dsps_glue *glue = platform_get_drvdata(pdev); in otg_timer() local 259 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_try_idle() local 299 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_interrupt() local 414 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_init() local 482 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_exit() local 527 static int __devinit dsps_create_musb_pdev(struct dsps_glue *glue, u8 id) in dsps_create_musb_pdev() 603 static void __devexit dsps_delete_musb_pdev(struct dsps_glue *glue) in dsps_delete_musb_pdev() 614 struct dsps_glue *glue; in dsps_probe() local [all …]
|
H A D | am35x.c | 507 struct am35x_glue *glue; in am35x_probe() local 610 struct am35x_glue *glue = platform_get_drvdata(pdev); in am35x_remove() local 626 struct am35x_glue *glue = dev_get_drvdata(dev); in am35x_suspend() local 642 struct am35x_glue *glue = dev_get_drvdata(dev); in am35x_resume() local
|
H A D | pic32.c | 219 struct fdt_resource mc, glue; in musb_usb_probe() local
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | dwc3-generic.c | 148 struct dwc3_glue_data *glue = dev_get_platdata(dev); in dwc3_ti_select_dr_mode() local 256 struct dwc3_glue_data *glue) in dwc3_glue_reset_init() 276 struct dwc3_glue_data *glue) in dwc3_glue_clk_init() 300 struct dwc3_glue_data *glue = dev_get_platdata(dev); in dwc3_glue_probe() local 334 struct dwc3_glue_data *glue = dev_get_platdata(dev); in dwc3_glue_remove() local
|
/openbmc/qemu/include/hw/m68k/ |
H A D | q800.h | 54 GLUEState glue; member
|
/openbmc/qemu/scripts/ |
H A D | cocci-macro-file.h | 36 #define glue(x, y) xglue(x, y) macro
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 35 #define glue( global() macro
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 35 #define glue( global() macro
|
/openbmc/qemu/include/qemu/ |
H A D | compiler.h | 30 #define glue(x, y) xglue(x, y) macro
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu_disp.c | 261 int wave, int glue, int sync) in ipu_dc_write_tmpl()
|