/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/gpu/drm/ |
D | drm_format_helper.c | 41 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy() local 69 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy_dstclip() local 102 unsigned int x, y; in drm_fb_swab() local 176 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565() local 220 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565_dstclip() local 272 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb888_dstclip() local 312 unsigned int x, y; in drm_fb_xrgb8888_to_gray8() local
|
/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/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/input/touchscreen/ |
D | of_touchscreen.c | 149 unsigned int *x, unsigned int *y) in touchscreen_apply_prop_to_x_y() 174 unsigned int x, unsigned int y) in touchscreen_set_mt_pos() 196 unsigned int x, unsigned int y, in touchscreen_report_pos()
|
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/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/keyboard/ |
D | hpps2atkbd.h | 19 # define CONFLICT(x,y) x argument 21 # define CONFLICT(x,y) y argument
|
/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/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/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/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/joystick/ |
D | analog.c | 131 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… argument 148 #define DELTA(x,y) ((y)-(x)) argument 152 #define DELTA(x,y) ((y)-(x)) argument 158 #define DELTA(x,y) ((y)-(x)) argument 174 static inline unsigned int delta(u64 x, u64 y) in delta() 448 int i, j, t, v, w, x, y, z; in analog_init_device() 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
|