Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/drivers/scsi/
Dimm.h129 #define w_dtr(x,y) outb(y, (x)) argument
130 #define w_str(x,y) outb(y, (x)+1) argument
131 #define w_epp(x,y) outb(y, (x)+4) argument
132 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument
133 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ argument
136 #define w_ctr(x,y) outb_p(y, (x)+2) argument
138 #define w_ctr(x,y) outb(y, (x)+2) argument
Dppa.h136 #define w_dtr(x,y) outb(y, (x)) argument
137 #define w_str(x,y) outb(y, (x)+1) argument
138 #define w_epp(x,y) outb(y, (x)+4) argument
139 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument
140 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ argument
143 #define w_ctr(x,y) outb_p(y, (x)+2) argument
145 #define w_ctr(x,y) outb(y, (x)+2) argument
Deata_pio.h48 #define DBG(x, y) if ((x)) {y;} argument
50 #define DBG(x, y) argument
/drivers/net/wan/lmc/
Dlmc_debug.h6 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) argument
8 #define LMC_CONSOLE_LOG(x,y,z) argument
11 #define LMC_CONSOLE_LOG(x,y,z) argument
43 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) argument
45 #define LMC_EVENT_LOG(x,y,z) argument
/drivers/isdn/capi/
Dcapiutil.c191 #define byteTLcpy(x, y) *(u8 *)(x) = *(u8 *)(y); argument
192 #define wordTLcpy(x, y) *(u16 *)(x) = *(u16 *)(y); argument
193 #define dwordTLcpy(x, y) memcpy(x, y, 4); argument
194 #define structTLcpy(x, y, l) memcpy(x, y, l) argument
195 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument
197 #define byteTRcpy(x, y) *(u8 *)(y) = *(u8 *)(x); argument
198 #define wordTRcpy(x, y) *(u16 *)(y) = *(u16 *)(x); argument
199 #define dwordTRcpy(x, y) memcpy(y, x, 4); argument
200 #define structTRcpy(x, y, l) memcpy(y, x, l) argument
201 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
/drivers/net/ethernet/ibm/emac/
Dzmii.h69 # define zmii_attach(x,y,z) (-ENXIO) argument
70 # define zmii_detach(x,y) do { } while(0) argument
71 # define zmii_get_mdio(x,y) do { } while(0) argument
72 # define zmii_put_mdio(x,y) do { } while(0) argument
73 # define zmii_set_speed(x,y,z) do { } while(0) argument
Drgmii.h73 # define rgmii_attach(x,y,z) (-ENXIO) argument
74 # define rgmii_detach(x,y) do { } while(0) argument
77 # define rgmii_set_speed(x,y,z) do { } while(0) argument
/drivers/gpu/drm/omapdrm/
Dtcm-sita.c277 s32 x, y; in scan_r2l_t2b() local
351 s32 x, y; in scan_l2r_t2b() local
428 s16 x, y; in scan_r2l_b2t_one_dim() local
561 u16 x = 0, y = 0; in is_area_free() local
575 s32 x, y; in fill_area() local
672 s16 x = 0, y = 0; in get_neighbor_stats() local
/drivers/input/keyboard/
Dhpps2atkbd.h19 # define CONFLICT(x,y) x argument
21 # define CONFLICT(x,y) y argument
/drivers/video/fbdev/sis/
Dsis_accel.h173 #define SiS300SetupSRCXY(x,y) \ argument
183 #define SiS300SetupDSTXY(x,y) \ argument
188 #define SiS300SetupDSTRect(x,y) \ argument
303 #define SiS310SetupSRCXY(x,y) \ argument
313 #define SiS310SetupDSTXY(x,y) \ argument
318 #define SiS310SetupDSTRect(x,y) \ argument
/drivers/mmc/host/
Ddw_mmc-exynos.h29 #define SDMMC_CLKSEL_UP_SAMPLE(x, y) (((x) & ~SDMMC_CLKSEL_CCLK_SAMPLE(7)) |\ argument
31 #define SDMMC_CLKSEL_TIMING(x, y, z) (SDMMC_CLKSEL_CCLK_SAMPLE(x) | \ argument
42 #define DQS_CTRL_RD_DELAY(x, y) (((x) & ~0x3FF) | ((y) & 0x3FF)) argument
/drivers/media/platform/vivid/
Dvivid-tpg.c466 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr()
474 int *y, int *cb, int *cr) in color_to_ycbcr()
574 static void ycbcr2rgb(const int m[3][3], int y, int cb, int cr, in ycbcr2rgb()
588 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color()
778 int y, cb, cr; in precalculate_color() local
806 int y, cb, cr; in precalculate_color() local
1619 int y, int x, char *text, unsigned len) in tpg_print_str_2()
1626 int y, int x, char *text, unsigned len) in tpg_print_str_4()
1633 int y, int x, char *text, unsigned len) in tpg_print_str_6()
1640 int y, int x, char *text, unsigned len) in tpg_print_str_8()
[all …]
/drivers/gpu/drm/radeon/
Dradeon_cursor.c142 static int radeon_cursor_move_locked(struct drm_crtc *crtc, int x, int y) in radeon_cursor_move_locked()
263 int x, int y) in radeon_crtc_cursor_move()
330 int x, y; in radeon_crtc_cursor_set2() local
/drivers/misc/echo/
Dfir.h120 static inline int32_t dot_asm(short *x, short *y, int len) in dot_asm()
148 int32_t y; in fir16() local
198 int32_t y; in fir32() local
/drivers/input/touchscreen/
Dwacom_w8001.c63 u16 y; member
72 u16 y; member
133 unsigned int *x, unsigned int *y) in scale_touch_coordinates()
146 unsigned int x, y; in parse_multi_touch() local
266 unsigned int y = coord->y; in report_single_touch() local
/drivers/gpu/ipu-v3/
Dipu-cpmem.c559 #define Y_OFFSET(pix, x, y) ((x) + pix->width * (y)) argument
560 #define U_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
562 #define V_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
565 #define U2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
567 #define V2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
570 #define UV_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
572 #define UV2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
/drivers/platform/x86/
Dhdaps.c179 int *x, int *y) in __hdaps_read_pair()
276 int x, y; in hdaps_device_init() local
336 int x, y; in hdaps_mousedev_poll() local
357 int ret, x, y; in hdaps_position_show() local
369 int ret, x, y; in hdaps_variance_show() local
/drivers/scsi/dpt/
Ddpti_ioctl.h30 # define _IOWR(x,y,z) (((x)<<8)|y) argument
33 # define _IOW(x,y,z) (((x)<<8)|y) argument
36 # define _IOR(x,y,z) (((x)<<8)|y) argument
39 # define _IO(x,y) (((x)<<8)|y) argument
/drivers/macintosh/ams/
Dams-input.c35 s8 x, y, z; in ams_idev_poll() local
58 s8 x, y, z; in ams_input_enable() local
Dams-core.c39 void ams_sensors(s8 *x, s8 *y, s8 *z) in ams_sensors()
60 s8 x, y, z; in ams_show_current() local
/drivers/input/joystick/
Danalog.c147 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) argument
164 #define DELTA(x,y) ((y)-(x)) argument
168 #define DELTA(x,y) ((y)-(x)) argument
174 #define DELTA(x,y) ((y)-(x)) argument
190 static inline unsigned int delta(u64 x, u64 y) in delta()
464 int i, j, t, v, w, x, y, z; in analog_init_device() local
/drivers/gpu/drm/r128/
Dr128_state.c275 int x, int y, int w, int h, int r, int g, int b) in r128_clear_box()
375 int y = pbox[i].y1; in r128_cce_dispatch_clear() local
475 int y = pbox[i].y1; in r128_cce_dispatch_swap() local
887 int count, x, y; in r128_cce_dispatch_write_span() local
972 int count, *x, *y; in r128_cce_dispatch_write_pixels() local
1080 int count, x, y; in r128_cce_dispatch_read_span() local
1121 int count, *x, *y; in r128_cce_dispatch_read_pixels() local
/drivers/media/pci/ttpci/
Dav7110_hw.c759 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
810 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawLine()
817 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawBlock()
828 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
833 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
929 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
950 u16 y, u, v; in RGB2YUV() local
/drivers/net/wireless/ath/ath9k/
Dcommon.h41 #define ATH_LPF_RSSI(x, y, len) \ argument
43 #define ATH_RSSI_LPF(x, y) do { \ argument
/drivers/video/console/
Dmdacon.c413 #define MDA_ADDR(x,y) ((u16 *) mda_vram_base + (y)*mda_num_columns + (x)) argument
415 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc()
421 int count, int y, int x) in mdacon_putcs()
430 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear()

12345678910>>...20