/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 38 struct drm_i915_gem_object *obj, in assert_vma() 64 checked_vma_instance(struct drm_i915_gem_object *obj, in checked_vma_instance() 111 struct drm_i915_gem_object *obj; in create_vmas() local 153 struct drm_i915_gem_object *obj, *on; in igt_vma_create() local 311 struct drm_i915_gem_object *obj; in igt_vma_pin1() local 363 unsigned int y) in rotated_index() 370 assert_rotated(struct drm_i915_gem_object *obj, in assert_rotated() 374 unsigned int x, y; in assert_rotated() local 440 unsigned int y) in remapped_index() 447 assert_remapped(struct drm_i915_gem_object *obj, in assert_remapped() [all …]
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_render_cl.c | 102 uint8_t x, uint8_t y) in vc4_full_res_offset() 116 uint32_t x, uint32_t y) in vc4_tile_coordinates() 125 uint8_t x, uint8_t y, bool first, bool last) in emit_tile() 366 int y = positive_y ? min_y_tile + yi : max_y_tile - yi; in vc4_create_rcl_bo() local 384 struct drm_gem_dma_object *obj, in vc4_full_res_bounds_check() 410 struct drm_gem_dma_object **obj, in vc4_rcl_msaa_surface_setup() 436 struct drm_gem_dma_object **obj, in vc4_rcl_surface_setup() 536 struct drm_gem_dma_object **obj, in vc4_rcl_render_config_surface_setup()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | asmmacro.h | 50 # define EX(y,x...) \ argument 53 # define EXCLR(y,x...) \ argument 64 # define MCA_RECOVER_RANGE(y) \ argument 77 #define LOAD_PHYSICAL(pr, reg, obj) \ argument
|
/openbmc/qemu/ui/ |
H A D | console-vc.c | 54 int x, y; member 152 static void vga_putcharxy(QemuConsole *s, int x, int y, int ch, in vga_putcharxy() 175 static void invalidate_xy(QemuTextConsole *s, int x, int y) in invalidate_xy() 193 int y, y1; in console_show_cursor() local 223 int x, y, y1; in console_refresh() local 381 int w1, x, y, last_width, w, h; in text_console_resize() local 558 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy() 585 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy() 625 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor() 650 int x, y; in vc_putchar() local [all …]
|
H A D | console.c | 254 int x, int y, int w, int h) in dpy_gfx_update_texture() 393 qemu_console_finalize(Object *obj) in qemu_console_finalize() 409 qemu_console_init(Object *obj) in qemu_console_init() 423 qemu_graphic_console_finalize(Object *obj) in qemu_graphic_console_finalize() 431 qemu_graphic_console_prop_get_head(Object *obj, Visitor *v, const char *name, in qemu_graphic_console_prop_get_head() 452 qemu_graphic_console_init(Object *obj) in qemu_graphic_console_init() 526 int len, x, y, i; in qemu_create_placeholder_surface() local 604 double x, double y, in console_handle_touch_event() 775 void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h) in dpy_gfx_update() 885 void dpy_text_cursor(QemuConsole *con, int x, int y) in dpy_text_cursor() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 909 static u32 intel_adjust_tile_offset(int *x, int *y, in intel_adjust_tile_offset() 936 static u32 intel_adjust_linear_offset(int *x, int *y, in intel_adjust_linear_offset() 950 static u32 intel_adjust_aligned_offset(int *x, int *y, in intel_adjust_aligned_offset() 991 u32 intel_plane_adjust_aligned_offset(int *x, int *y, in intel_plane_adjust_aligned_offset() 1017 int *x, int *y, in intel_compute_aligned_offset() 1071 u32 intel_plane_compute_aligned_offset(int *x, int *y, in intel_plane_compute_aligned_offset() 1092 static int intel_fb_offset_to_xy(int *x, int *y, in intel_fb_offset_to_xy() 1140 static int intel_fb_check_ccs_xy(const struct drm_framebuffer *fb, int ccs_plane, int x, int y) in intel_fb_check_ccs_xy() 1276 int plane_width, int *x, int *y) in convert_plane_offset_to_xy() 1278 struct drm_i915_gem_object *obj = intel_fb_obj(&fb->base); in convert_plane_offset_to_xy() local [all …]
|
/openbmc/qemu/qobject/ |
H A D | qobject.c | 38 void qobject_destroy(QObject *obj) in qobject_destroy() 56 bool qobject_is_equal(const QObject *x, const QObject *y) in qobject_is_equal()
|
H A D | qbool.c | 45 bool qbool_is_equal(const QObject *x, const QObject *y) in qbool_is_equal() 54 void qbool_destroy_obj(QObject *obj) in qbool_destroy_obj()
|
H A D | qstring.c | 84 bool qstring_is_equal(const QObject *x, const QObject *y) in qstring_is_equal() 94 void qstring_destroy_obj(QObject *obj) in qstring_destroy_obj()
|
H A D | qnum.c | 184 bool qnum_is_equal(const QObject *x, const QObject *y) in qnum_is_equal() 233 void qnum_destroy_obj(QObject *obj) in qnum_destroy_obj()
|
H A D | json-parser.c | 30 int y; member 380 QObject *obj; in parse_array() local 562 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr) in json_token()
|
H A D | qlist.c | 143 bool qlist_is_equal(const QObject *x, const QObject *y) in qlist_is_equal() 169 void qlist_destroy_obj(QObject *obj) in qlist_destroy_obj()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 144 static int radeon_cursor_move_locked(struct drm_crtc *crtc, int x, int y) in radeon_cursor_move_locked() 265 int x, int y) in radeon_crtc_cursor_move() 286 struct drm_gem_object *obj; in radeon_crtc_cursor_set2() local 332 int x, y; in radeon_crtc_cursor_set2() local
|
H A D | radeon_legacy_crtc.c | 360 int radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y, in radeon_crtc_set_base() 368 int x, int y, enum mode_set_atomic state) in radeon_crtc_set_base_atomic() 375 int x, int y, int atomic) in radeon_crtc_do_set_base() 381 struct drm_gem_object *obj; in radeon_crtc_do_set_base() local 1038 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 23 struct rmi_2d_sensor_abs_object *obj, in rmi_2d_sensor_abs_process() 67 struct rmi_2d_sensor_abs_object *obj, in rmi_2d_sensor_abs_report() 113 void rmi_2d_sensor_rel_report(struct rmi_2d_sensor *sensor, int x, int y) in rmi_2d_sensor_rel_report()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 46 u64 x, y; in tiled_offset() local 92 static int check_partial_mapping(struct drm_i915_gem_object *obj, in check_partial_mapping() 185 static int check_partial_mappings(struct drm_i915_gem_object *obj, in check_partial_mappings() 319 struct drm_i915_gem_object *obj; in igt_partial_tiling() local 450 struct drm_i915_gem_object *obj; in igt_smoke_tiling() local 540 static int make_obj_busy(struct drm_i915_gem_object *obj) in make_obj_busy() 616 struct drm_i915_gem_object *obj; in assert_mmap_offset() local 660 struct drm_i915_gem_object *obj; in igt_mmap_offset_exhaustion() local 779 static int gtt_set(struct drm_i915_gem_object *obj) in gtt_set() 805 static int gtt_check(struct drm_i915_gem_object *obj) in gtt_check() [all …]
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 45 struct drm_gem_object *obj; in komeda_fb_afbc_size_check() local 117 struct drm_gem_object *obj; in komeda_fb_none_afbc_size_check() local 239 komeda_fb_get_pixel_addr(struct komeda_fb *kfb, int x, int y, int plane) in komeda_fb_get_pixel_addr() 242 const struct drm_gem_dma_object *obj; in komeda_fb_get_pixel_addr() local
|
/openbmc/qemu/hw/sensor/ |
H A D | lsm303dlhc_mag.c | 58 int16_t y; member 85 static void lsm303dlhc_mag_get_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_x() 96 static void lsm303dlhc_mag_get_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_y() 107 static void lsm303dlhc_mag_get_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_z() 118 static void lsm303dlhc_mag_set_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_x() 141 static void lsm303dlhc_mag_set_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_y() 164 static void lsm303dlhc_mag_set_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_z() 190 static void lsm303dlhc_mag_get_temperature(Object *obj, Visitor *v, in lsm303dlhc_mag_get_temperature() 206 static void lsm303dlhc_mag_set_temperature(Object *obj, Visitor *v, in lsm303dlhc_mag_set_temperature() 511 static void lsm303dlhc_mag_initfn(Object *obj) in lsm303dlhc_mag_initfn()
|
/openbmc/qemu/tests/qtest/ |
H A D | adm1272-test.c | 86 uint16_t y = (c.m * value + c.b) * pow(10, c.R); in pmbus_data2direct_mode() local 190 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults() 249 static void test_tx_rx(void *obj, void *data, QGuestAllocator *alloc) in test_tx_rx() 293 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs() 368 static void test_ro_regs(void *obj, void *data, QGuestAllocator *alloc) in test_ro_regs() 400 static void test_voltage_faults(void *obj, void *data, QGuestAllocator *alloc) in test_voltage_faults()
|
/openbmc/qemu/hw/display/ |
H A D | bochs-display.c | 210 int y, ys, ret; in bochs_display_update() local 267 Object *obj = OBJECT(dev); in bochs_display_realize() local 314 static bool bochs_display_get_big_endian_fb(Object *obj, Error **errp) in bochs_display_get_big_endian_fb() 321 static void bochs_display_set_big_endian_fb(Object *obj, bool value, in bochs_display_set_big_endian_fb() 329 static void bochs_display_init(Object *obj) in bochs_display_init()
|
H A D | jazz_led.c | 121 int y, bpp; in draw_vertical_line() local 153 int y, bpp; in jazz_led_update_display() local 272 static void jazz_led_init(Object *obj) in jazz_led_init()
|
H A D | vhost-user-gpu.c | 45 uint32_t y; member 64 uint32_t y; member 73 uint32_t y; member 574 vhost_user_gpu_instance_init(Object *obj) in vhost_user_gpu_instance_init() 584 vhost_user_gpu_instance_finalize(Object *obj) in vhost_user_gpu_instance_finalize()
|
/openbmc/qemu/hw/misc/ |
H A D | mps2-fpgaio.c | 108 uint64_t y = ticks - s->pscntr + s->prescale; in resync_counter() local 276 static void mps2_fpgaio_init(Object *obj) in mps2_fpgaio_init()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 115 struct drm_gem_object *obj; /* the current pinned obj */ member 134 u64 omap_gem_mmap_offset(struct drm_gem_object *obj) in omap_gem_mmap_offset() 166 static void omap_gem_evict_entry(struct drm_gem_object *obj, in omap_gem_evict_entry() 194 static void omap_gem_evict(struct drm_gem_object *obj) in omap_gem_evict() 221 static int omap_gem_attach_pages(struct drm_gem_object *obj) in omap_gem_attach_pages() 294 static void omap_gem_detach_pages(struct drm_gem_object *obj) in omap_gem_detach_pages() 316 u32 omap_gem_flags(struct drm_gem_object *obj) in omap_gem_flags() 322 size_t omap_gem_mmap_size(struct drm_gem_object *obj) in omap_gem_mmap_size() 346 static vm_fault_t omap_gem_fault_1d(struct drm_gem_object *obj, in omap_gem_fault_1d() 372 static vm_fault_t omap_gem_fault_2d(struct drm_gem_object *obj, in omap_gem_fault_2d() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | loongson_liointc.c | 34 #define PARENT_COREx_IPy(x, y) (NUM_IPS * x + y) argument 221 static void loongson_liointc_init(Object *obj) in loongson_liointc_init()
|