/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/net/wan/lmc/ |
D | lmc_debug.h | 7 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) argument 9 #define LMC_CONSOLE_LOG(x,y,z) argument 12 #define LMC_CONSOLE_LOG(x,y,z) argument 44 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) argument 46 #define LMC_EVENT_LOG(x,y,z) argument
|
/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/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 | 180 static u32 intel_adjust_tile_offset(int *x, int *y, in intel_adjust_tile_offset() 207 static u32 intel_adjust_aligned_offset(int *x, int *y, in intel_adjust_aligned_offset() 250 u32 intel_plane_adjust_aligned_offset(int *x, int *y, in intel_plane_adjust_aligned_offset() 276 int *x, int *y, in intel_compute_aligned_offset() 330 u32 intel_plane_compute_aligned_offset(int *x, int *y, in intel_plane_compute_aligned_offset() 351 static int intel_fb_offset_to_xy(int *x, int *y, in intel_fb_offset_to_xy() 407 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() 538 int plane_width, int *x, int *y) in convert_plane_offset_to_xy() 575 … u32 calc_plane_aligned_offset(const struct intel_framebuffer *fb, int color_plane, int *x, int *y) in calc_plane_aligned_offset() 637 int y) in plane_view_height_tiles() [all …]
|
/drivers/gpu/drm/ |
D | drm_format_helper.c | 41 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy() local 70 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy_dstclip() local 103 unsigned int x, y; in drm_fb_swab() local 177 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565() local 221 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565_dstclip() local 273 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb888_dstclip() local 313 unsigned int x, y; in drm_fb_xrgb8888_to_gray8() local
|
/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/input/keyboard/ |
D | hpps2atkbd.h | 19 # define CONFLICT(x,y) x argument 21 # define CONFLICT(x,y) y 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/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 615 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr() 623 int *y, int *cb, int *cr) in color_to_ycbcr() 722 static void ycbcr2rgb(const int m[3][3], int y, int cb, int cr, in ycbcr2rgb() 736 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color() 853 int y, cb, cr; in precalculate_color() local 1930 int y, int x, const char *text, unsigned len) in tpg_print_str_2() 1937 int y, int x, const char *text, unsigned len) in tpg_print_str_4() 1944 int y, int x, const char *text, unsigned len) in tpg_print_str_6() 1951 int y, int x, const char *text, unsigned len) in tpg_print_str_8() 1957 int y, int x, const char *text) in tpg_gen_text() [all …]
|
/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/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/scsi/dpt/ |
D | dpti_ioctl.h | 27 # define _IOWR(x,y,z) (((x)<<8)|y) argument 30 # define _IOW(x,y,z) (((x)<<8)|y) argument 33 # define _IOR(x,y,z) (((x)<<8)|y) argument 36 # define _IO(x,y) (((x)<<8)|y) argument
|
/drivers/input/touchscreen/ |
D | ili210x.c | 87 unsigned int *x, unsigned int *y, in ili210x_touchdata_to_coords() 143 unsigned int *x, unsigned int *y, in ili211x_touchdata_to_coords() 176 unsigned int *x, unsigned int *y, in ili212x_touchdata_to_coords() 243 unsigned int *x, unsigned int *y, in ili251x_touchdata_to_coords() 279 unsigned int x = 0, y = 0, z = 0; in ili210x_report_events() local
|
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/staging/media/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
|