/drivers/scsi/ |
D | imm.h | 130 #define w_dtr(x,y) outb(y, (x)) argument 131 #define w_str(x,y) outb(y, (x)+1) argument 132 #define w_epp(x,y) outb(y, (x)+4) argument 133 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument 134 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ argument 137 #define w_ctr(x,y) outb_p(y, (x)+2) argument 139 #define w_ctr(x,y) outb(y, (x)+2) argument
|
D | ppa.h | 137 #define w_dtr(x,y) outb(y, (x)) argument 138 #define w_str(x,y) outb(y, (x)+1) argument 139 #define w_epp(x,y) outb(y, (x)+4) argument 140 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument 141 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ argument 144 #define w_ctr(x,y) outb_p(y, (x)+2) argument 146 #define w_ctr(x,y) outb(y, (x)+2) argument
|
/drivers/isdn/capi/ |
D | capiutil.c | 193 #define byteTLcpy(x, y) *(u8 *)(x) = *(u8 *)(y); argument 194 #define wordTLcpy(x, y) *(u16 *)(x) = *(u16 *)(y); argument 195 #define dwordTLcpy(x, y) memcpy(x, y, 4); argument 196 #define structTLcpy(x, y, l) memcpy(x, y, l) argument 197 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument 199 #define byteTRcpy(x, y) *(u8 *)(y) = *(u8 *)(x); argument 200 #define wordTRcpy(x, y) *(u16 *)(y) = *(u16 *)(x); argument 201 #define dwordTRcpy(x, y) memcpy(y, x, 4); argument 202 #define structTRcpy(x, y, l) memcpy(y, x, l) argument 203 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
|
/drivers/gpu/drm/vkms/ |
D | vkms_formats.c | 10 static size_t pixel_offset(const struct vkms_frame_info *frame_info, int x, int y) in pixel_offset() 30 int x, int y) in packed_pixels_addr() 37 static void *get_packed_src_addr(const struct vkms_frame_info *frame_info, int y) in get_packed_src_addr() 105 void vkms_compose_row(struct line_buffer *stage_buffer, struct vkms_plane_state *plane, int y) in vkms_compose_row() 125 const struct line_buffer *src_buffer, int y) in argb_u16_to_ARGB8888() 152 const struct line_buffer *src_buffer, int y) in argb_u16_to_XRGB8888() 169 const struct line_buffer *src_buffer, int y) in argb_u16_to_ARGB16161616() 186 const struct line_buffer *src_buffer, int y) in argb_u16_to_XRGB16161616() 203 const struct line_buffer *src_buffer, int y) in argb_u16_to_RGB565()
|
/drivers/net/ethernet/ibm/emac/ |
D | zmii.h | 65 # define zmii_attach(x,y,z) (-ENXIO) argument 66 # define zmii_detach(x,y) do { } while(0) argument 67 # define zmii_get_mdio(x,y) do { } while(0) argument 68 # define zmii_put_mdio(x,y) do { } while(0) argument 69 # define zmii_set_speed(x,y,z) do { } while(0) argument
|
D | rgmii.h | 69 # define rgmii_attach(x,y,z) (-ENXIO) argument 70 # define rgmii_detach(x,y) do { } while(0) argument 73 # define rgmii_set_speed(x,y,z) do { } while(0) argument
|
/drivers/media/platform/samsung/s5p-mfc/ |
D | regs-mfc-v10.h | 67 #define ENC_V100_BASE_SIZE(x, y) \ argument 71 #define ENC_V100_H264_ME_SIZE(x, y) \ argument 75 #define ENC_V100_MPEG4_ME_SIZE(x, y) \ argument 79 #define ENC_V100_VP8_ME_SIZE(x, y) \ argument 82 #define ENC_V100_HEVC_ME_SIZE(x, y) \ argument
|
D | s5p_mfc_opr_v6.h | 22 #define S5P_MFC_DEC_MV_SIZE_V6(x, y) (MB_WIDTH(x) * \ argument 24 #define S5P_MFC_DEC_MV_SIZE_V10(x, y) (MB_WIDTH(x) * \ argument 29 #define s5p_mfc_dec_hevc_mv_size(x, y) \ argument
|
/drivers/gpu/drm/i915/display/ |
D | intel_fb.c | 855 static u32 intel_adjust_tile_offset(int *x, int *y, in intel_adjust_tile_offset() 882 static u32 intel_adjust_linear_offset(int *x, int *y, in intel_adjust_linear_offset() 896 static u32 intel_adjust_aligned_offset(int *x, int *y, in intel_adjust_aligned_offset() 937 u32 intel_plane_adjust_aligned_offset(int *x, int *y, in intel_plane_adjust_aligned_offset() 963 int *x, int *y, in intel_compute_aligned_offset() 1017 u32 intel_plane_compute_aligned_offset(int *x, int *y, in intel_plane_compute_aligned_offset() 1038 static int intel_fb_offset_to_xy(int *x, int *y, in intel_fb_offset_to_xy() 1086 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() 1222 int plane_width, int *x, int *y) in convert_plane_offset_to_xy() 1259 … u32 calc_plane_aligned_offset(const struct intel_framebuffer *fb, int color_plane, int *x, int *y) in calc_plane_aligned_offset() [all …]
|
/drivers/net/mdio/ |
D | mdio-mux-mmioreg.c | 54 uint8_t x, y; in mdio_mux_mmioreg_switch_fn() local 66 uint16_t x, y; in mdio_mux_mmioreg_switch_fn() local 78 uint32_t x, y; in mdio_mux_mmioreg_switch_fn() local
|
/drivers/video/fbdev/sis/ |
D | sis_accel.h | 160 #define SiS300SetupSRCXY(x,y) \ argument 170 #define SiS300SetupDSTXY(x,y) \ argument 175 #define SiS300SetupDSTRect(x,y) \ argument 290 #define SiS310SetupSRCXY(x,y) \ argument 300 #define SiS310SetupDSTXY(x,y) \ argument 305 #define SiS310SetupDSTRect(x,y) \ argument
|
/drivers/input/ |
D | touchscreen.c | 150 unsigned int *x, unsigned int *y) in touchscreen_apply_prop_to_x_y() 175 unsigned int x, unsigned int y) in touchscreen_set_mt_pos() 197 unsigned int x, unsigned int y, in touchscreen_report_pos()
|
/drivers/mmc/host/ |
D | dw_mmc-exynos.h | 25 #define SDMMC_CLKSEL_UP_SAMPLE(x, y) (((x) & ~SDMMC_CLKSEL_CCLK_SAMPLE(7)) |\ argument 27 #define SDMMC_CLKSEL_TIMING(x, y, z) (SDMMC_CLKSEL_CCLK_SAMPLE(x) | \ argument 38 #define DQS_CTRL_RD_DELAY(x, y) (((x) & ~0x3FF) | ((y) & 0x3FF)) argument
|
/drivers/gpu/drm/radeon/ |
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() 332 int x, y; in radeon_crtc_cursor_set2() local
|
/drivers/iio/adc/ |
D | stm32-dfsdm.h | 40 #define DFSDM_CHCFGR1(y) ((y) * 0x20 + 0x00) argument 41 #define DFSDM_CHCFGR2(y) ((y) * 0x20 + 0x04) argument 42 #define DFSDM_AWSCDR(y) ((y) * 0x20 + 0x08) argument 43 #define DFSDM_CHWDATR(y) ((y) * 0x20 + 0x0C) argument 44 #define DFSDM_CHDATINR(y) ((y) * 0x20 + 0x10) argument 188 #define DFSDM_ICR_CLRCKABF_CH_MASK(y) BIT(16 + (y)) argument 189 #define DFSDM_ICR_CLRCKABF_CH(v, y) \ argument 193 #define DFSDM_ICR_CLRSCDF_CH_MASK(y) BIT(24 + (y)) argument 194 #define DFSDM_ICR_CLRSCDF_CH(v, y) \ argument
|
/drivers/input/keyboard/ |
D | hpps2atkbd.h | 19 # define CONFLICT(x,y) x argument 21 # define CONFLICT(x,y) y argument
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 619 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr() 627 int *y, int *cb, int *cr) in color_to_ycbcr() 726 static void ycbcr2rgb(const int m[3][3], int y, int cb, int cr, in ycbcr2rgb() 740 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color() 857 int y, cb, cr; in precalculate_color() local 1936 int y, int x, const char *text, unsigned len) in tpg_print_str_2() 1943 int y, int x, const char *text, unsigned len) in tpg_print_str_4() 1950 int y, int x, const char *text, unsigned len) in tpg_print_str_6() 1957 int y, int x, const char *text, unsigned len) in tpg_print_str_8() 1963 int y, int x, const char *text) in tpg_gen_text() [all …]
|
/drivers/media/platform/amphion/ |
D | vpu_malone.c | 52 #define STREAM_CONFIG_FORMAT_SET(x, y) CONFIG_SET(x, y, 0, 0x0000000F) argument 53 #define STREAM_CONFIG_STRBUFIDX_SET(x, y) CONFIG_SET(x, y, 8, 0x00000300) argument 54 #define STREAM_CONFIG_NOSEQ_SET(x, y) CONFIG_SET(x, y, 10, 0x00000400) argument 55 #define STREAM_CONFIG_DEBLOCK_SET(x, y) CONFIG_SET(x, y, 11, 0x00000800) argument 56 #define STREAM_CONFIG_DERING_SET(x, y) CONFIG_SET(x, y, 12, 0x00001000) argument 57 #define STREAM_CONFIG_IBWAIT_SET(x, y) CONFIG_SET(x, y, 13, 0x00002000) argument 58 #define STREAM_CONFIG_FBC_SET(x, y) CONFIG_SET(x, y, 14, 0x00004000) argument 59 #define STREAM_CONFIG_PLAY_MODE_SET(x, y) CONFIG_SET(x, y, 16, 0x00030000) argument 60 #define STREAM_CONFIG_ENABLE_DCP_SET(x, y) CONFIG_SET(x, y, 20, 0x00100000) argument 61 #define STREAM_CONFIG_NUM_STR_BUF_SET(x, y) CONFIG_SET(x, y, 21, 0x00600000) argument [all …]
|
/drivers/platform/x86/ |
D | hdaps.c | 167 int *x, int *y) in __hdaps_read_pair() 264 int x, y; in hdaps_device_init() local 323 int x, y; in hdaps_mousedev_poll() local 344 int ret, x, y; in hdaps_position_show() local 356 int ret, x, y; in hdaps_variance_show() local
|
/drivers/gpu/ipu-v3/ |
D | ipu-cpmem.c | 588 #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
|
/drivers/gpu/drm/vc4/ |
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
|
/drivers/gpu/drm/r128/ |
D | r128_state.c | 282 int x, int y, int w, int h, int r, int g, int b) in r128_clear_box() 382 int y = pbox[i].y1; in r128_cce_dispatch_clear() local 482 int y = pbox[i].y1; in r128_cce_dispatch_swap() local 894 int count, x, y; in r128_cce_dispatch_write_span() local 979 int count, *x, *y; in r128_cce_dispatch_write_pixels() local 1076 int count, x, y; in r128_cce_dispatch_read_span() local 1117 int count, *x, *y; in r128_cce_dispatch_read_pixels() local
|
/drivers/staging/media/deprecated/saa7146/av7110/ |
D | av7110_hw.c | 740 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
|
/drivers/input/touchscreen/ |
D | wacom_w8001.c | 65 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
|
/drivers/video/console/ |
D | mdacon.c | 425 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()
|