/linux-4.1.27/drivers/scsi/ |
D | imm.h | 129 #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
|
D | ppa.h | 136 #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
|
D | eata_pio.h | 48 #define DBG(x, y) if ((x)) {y;} argument 50 #define DBG(x, y) argument
|
/linux-4.1.27/Documentation/auxdisplay/ |
D | cfag12864b-example.c | 42 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument 48 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument 51 #define CFAG12864B_CHECK(x, y) (1) argument 93 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set() 103 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset() 116 static unsigned char cfag12864b_isset(unsigned char x, unsigned char y) in cfag12864b_isset() 129 static void cfag12864b_not(unsigned char x, unsigned char y) in cfag12864b_not()
|
/linux-4.1.27/lib/ |
D | md5.c | 5 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 6 #define F2(x, y, z) F1(z, x, y) argument 7 #define F3(x, y, z) (x ^ y ^ z) argument 8 #define F4(x, y, z) (y ^ (x | ~z)) argument 10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | halfmd4.c | 6 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 7 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument 8 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
|
D | int_sqrt.c | 19 unsigned long b, m, y = 0; in int_sqrt() local
|
D | extable.c | 26 const struct exception_table_entry *x = a, *y = b; in cmp_ex() local
|
/linux-4.1.27/drivers/net/wan/lmc/ |
D | lmc_debug.h | 6 #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
|
/linux-4.1.27/arch/mips/include/asm/ |
D | debug.h | 34 #define db_verify(x, y) db_assert(x y) argument 35 #define db_verify_warn(x, y) db_warn(x y) argument 42 #define db_verify(x, y) x argument 43 #define db_verify_warn(x, y) x argument
|
D | vga.h | 20 #define vga_writeb(x, y) (*(y) = (x)) argument
|
/linux-4.1.27/tools/perf/util/include/linux/ |
D | kernel.h | 34 #define max(x, y) ({ \ argument 42 #define min(x, y) ({ \ argument 50 #define roundup(x, y) ( \ argument 103 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 104 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument 105 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | zmii.h | 69 # 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
|
D | rgmii.h | 73 # 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
|
D | tah.h | 87 # define tah_attach(x,y) (-ENXIO) argument 88 # define tah_detach(x,y) do { } while(0) argument
|
/linux-4.1.27/arch/x86/mm/ |
D | physaddr.c | 15 unsigned long y = x - __START_KERNEL_map; in __phys_addr() local 35 unsigned long y = x - __START_KERNEL_map; in __phys_addr_symbol() local 47 unsigned long y = x - __START_KERNEL_map; in __virt_addr_valid() local
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capiutil.c | 191 #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
|
/linux-4.1.27/sound/core/seq/ |
D | seq_queue.h | 128 #define u64_div(x,y,q) do {u32 __tmp; udiv_qrnnd(q, __tmp, (x)>>32, x, y);} while (0) argument 129 #define u64_mod(x,y,r) do {u32 __tmp; udiv_qrnnd(__tmp, q, (x)>>32, x, y);} while (0) argument 130 #define u64_divmod(x,y,q,r) udiv_qrnnd(q, r, (x)>>32, x, y) argument 133 #define u64_div(x,y,q) ((q) = (u32)((u64)(x) / (u64)(y))) argument 134 #define u64_mod(x,y,r) ((r) = (u32)((u64)(x) % (u64)(y))) argument 135 #define u64_divmod(x,y,q,r) (u64_div(x,y,q), u64_mod(x,y,r)) argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | xor_32.h | 22 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" argument 23 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" argument 24 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n" argument 25 #define XO2(x, y) " pxor 8*("#x")(%3), %%mm"#y" ;\n" argument 26 #define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n" argument 27 #define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n" argument
|
D | xor.h | 51 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" argument 52 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" argument 57 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" argument 58 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n" argument 59 #define XO3(x, y) " xorps "OFFS(x)"(%[p4]), %%xmm"#y" ;\n" argument 60 #define XO4(x, y) " xorps "OFFS(x)"(%[p5]), %%xmm"#y" ;\n" argument
|
D | vga.h | 18 #define vga_writeb(x, y) (*(y) = (x)) argument
|
D | page_64.h | 14 unsigned long y = x - __START_KERNEL_map; in __phys_addr_nodebug() local
|
/linux-4.1.27/arch/alpha/lib/ |
D | csum_partial_copy.c | 17 #define ldq_u(x,y) \ argument 20 #define stq_u(x,y) \ argument 23 #define extql(x,y,z) \ argument 26 #define extqh(x,y,z) \ argument 29 #define mskql(x,y,z) \ argument 32 #define mskqh(x,y,z) \ argument 35 #define insql(x,y,z) \ argument 38 #define insqh(x,y,z) \ argument
|
D | divide.S | 60 #define DIV_ONLY(x,y...) x,##y argument 61 #define MOD_ONLY(x,y...) argument 68 #define DIV_ONLY(x,y...) argument 69 #define MOD_ONLY(x,y...) x,##y argument
|
D | ev6-divide.S | 70 #define DIV_ONLY(x,y...) x,##y argument 71 #define MOD_ONLY(x,y...) argument 78 #define DIV_ONLY(x,y...) argument 79 #define MOD_ONLY(x,y...) x,##y argument
|
D | copy_user.S | 30 #define EXI(x,y...) \ argument 37 #define EXO(x,y...) \ argument
|
D | ev6-copy_user.S | 41 #define EXI(x,y...) \ argument 48 #define EXO(x,y...) \ argument
|
D | clear_user.S | 29 #define EX(x,y...) \ argument
|
D | ev6-clear_user.S | 47 #define EX(x,y...) \ argument
|
/linux-4.1.27/tools/thermal/tmon/ |
D | tui.c | 33 #define min(x, y) ({ \ argument 39 #define max(x, y) ({ \ argument 210 int i, j, x, y = 0; in show_cooling_device() local 287 int j, x = 0, y = 0; in show_dialogue() local 324 void write_dialogue_win(char *buf, int y, int x) in write_dialogue_win() 533 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn, in draw_hbar() 558 static void draw_tp_line(int tz, int y) in draw_tp_line() 593 int y = 0; in show_data_w() local
|
/linux-4.1.27/net/ceph/crush/ |
D | hash.c | 29 __u32 y = 1232; in crush_hash32_rjenkins1() local 39 __u32 y = 1232; in crush_hash32_rjenkins1_2() local 50 __u32 y = 1232; in crush_hash32_rjenkins1_3() local 63 __u32 y = 1232; in crush_hash32_rjenkins1_4() local 78 __u32 y = 1232; in crush_hash32_rjenkins1_5() local
|
/linux-4.1.27/crypto/ |
D | tea.c | 64 u32 y, z, n, sum = 0; in tea_encrypt() local 92 u32 y, z, n, sum; in tea_decrypt() local 137 u32 y, z, sum = 0; in xtea_encrypt() local 158 u32 y, z, sum; in xtea_decrypt() local 181 u32 y, z, sum = 0; in xeta_encrypt() local 202 u32 y, z, sum; in xeta_decrypt() local
|
D | rmd320.c | 42 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument 43 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument 44 #define F3(x, y, z) ((x | ~y) ^ z) argument 45 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument 46 #define F5(x, y, z) (x ^ (y | ~z)) argument
|
D | rmd160.c | 42 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument 43 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument 44 #define F3(x, y, z) ((x | ~y) ^ z) argument 45 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument 46 #define F5(x, y, z) (x ^ (y | ~z)) argument
|
D | rmd128.c | 40 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument 41 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument 42 #define F3(x, y, z) ((x | ~y) ^ z) argument 43 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
|
D | rmd256.c | 40 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument 41 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument 42 #define F3(x, y, z) ((x | ~y) ^ z) argument 43 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
|
D | md4.c | 48 static inline u32 F(u32 x, u32 y, u32 z) in F() 53 static inline u32 G(u32 x, u32 y, u32 z) in G() 58 static inline u32 H(u32 x, u32 y, u32 z) in H()
|
D | arc4.c | 26 u32 x, y; member 57 u32 x, y, a, b; in arc4_crypt() local
|
D | twofish_generic.c | 119 u32 x, y; in twofish_encrypt() local 156 u32 x, y; in twofish_decrypt() local
|
D | sha256_generic.c | 30 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() 35 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
|
D | sha512_generic.c | 26 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() 31 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj()
|
/linux-4.1.27/arch/mips/math-emu/ |
D | sp_simple.c | 27 union ieee754sp y; in ieee754sp_neg() local 39 union ieee754sp y; in ieee754sp_abs() local
|
D | dp_simple.c | 27 union ieee754dp y; in ieee754dp_neg() local 39 union ieee754dp y; in ieee754dp_abs() local
|
D | dp_mul.c | 24 union ieee754dp ieee754dp_mul(union ieee754dp x, union ieee754dp y) in ieee754dp_mul() 132 #define DPXMULT(x, y) ((u64)(x) * (u64)y) in ieee754dp_mul() argument
|
D | sp_add.c | 24 union ieee754sp ieee754sp_add(union ieee754sp x, union ieee754sp y) in ieee754sp_add()
|
D | dp_add.c | 24 union ieee754dp ieee754dp_add(union ieee754dp x, union ieee754dp y) in ieee754dp_add()
|
D | sp_sub.c | 24 union ieee754sp ieee754sp_sub(union ieee754sp x, union ieee754sp y) in ieee754sp_sub()
|
D | dp_sub.c | 24 union ieee754dp ieee754dp_sub(union ieee754dp x, union ieee754dp y) in ieee754dp_sub()
|
D | sp_div.c | 24 union ieee754sp ieee754sp_div(union ieee754sp x, union ieee754sp y) in ieee754sp_div()
|
D | dp_div.c | 24 union ieee754dp ieee754dp_div(union ieee754dp x, union ieee754dp y) in ieee754dp_div()
|
D | sp_fdp.c | 33 union ieee754sp y; in ieee754sp_fdp() local
|
D | sp_cmp.c | 24 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) in ieee754sp_cmp()
|
D | dp_cmp.c | 24 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) in ieee754dp_cmp()
|
D | dp_sqrt.c | 35 union ieee754dp y, z, t; in ieee754dp_sqrt() local
|
D | sp_mul.c | 24 union ieee754sp ieee754sp_mul(union ieee754sp x, union ieee754sp y) in ieee754sp_mul()
|
/linux-4.1.27/include/linux/ |
D | math64.h | 9 #define div64_long(x, y) div64_s64((x), (y)) argument 10 #define div64_ul(x, y) div64_u64((x), (y)) argument 60 #define div64_long(x, y) div_s64((x), (y)) argument 61 #define div64_ul(x, y) div_u64((x), (y)) argument
|
D | kernel.h | 62 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 63 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument 64 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument 78 #define roundup(x, y) ( \ argument 84 #define rounddown(x, y) ( \ argument 720 #define min(x, y) ({ \ argument 726 #define max(x, y) ({ \ argument 732 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument 733 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument 740 #define min_not_zero(x, y) ({ \ argument [all …]
|
D | vmstat.h | 84 #define count_vm_numa_events(x, y) count_vm_events(x, y) argument 87 #define count_vm_numa_events(x, y) do { (void)(y); } while (0) argument 92 #define count_vm_tlb_events(x, y) count_vm_events(x, y) argument 95 #define count_vm_tlb_events(x, y) do { (void)(y); } while (0) argument
|
D | firmware.h | 31 #define __fw_concat1(x, y) x##y argument 32 #define __fw_concat(x, y) __fw_concat1(x, y) argument
|
D | acct.h | 31 #define acct_collect(x,y) do { } while (0) argument
|
D | signal.h | 128 #define _sig_or(x,y) ((x) | (y)) argument 131 #define _sig_and(x,y) ((x) & (y)) in _SIG_SET_BINOP() argument 134 #define _sig_andn(x,y) ((x) & ~(y)) in _SIG_SET_BINOP() argument
|
/linux-4.1.27/drivers/input/keyboard/ |
D | hpps2atkbd.h | 19 # define CONFLICT(x,y) x argument 21 # define CONFLICT(x,y) y argument
|
/linux-4.1.27/arch/x86/lib/ |
D | checksum_32.S | 276 #define SRC(y...) \ argument 280 #define DST(y...) \ argument
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | asmmacro.h | 49 # define EX(y,x...) \ argument 52 # define EXCLR(y,x...) \ argument 63 # define MCA_RECOVER_RANGE(y) \ argument
|
D | vga.h | 23 #define vga_writeb(x,y) (*(y) = (x)) argument
|
/linux-4.1.27/fs/udf/ |
D | udftime.c | 61 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument 122 long int days, rem, y; in udf_time_to_disk_stamp() local 143 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in udf_time_to_disk_stamp() argument
|
/linux-4.1.27/arch/xtensa/lib/ |
D | checksum.S | 183 #define SRC(y...) \ argument 189 #define DST(y...) \ argument
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | checklist.c | 66 int y, int x, int height) in print_arrows() 104 int y = height - 2; in print_buttons() local 120 int i, x, y, box_x, box_y; in dialog_checklist() local
|
D | yesno.c | 30 int y = height - 2; in print_buttons() local 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | menubox.c | 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 158 int y = height - 2; in print_buttons() local 187 int i, j, x, y, box_x, box_y; in dialog_menu() local
|
D | inputbox.c | 32 int y = height - 2; in print_buttons() local 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
|
D | util.c | 354 void end_dialog(int x, int y) in end_dialog() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | types.h | 15 #define min(x,y) ({ \ argument 21 #define max(x,y) ({ \ argument
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 277 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
|
/linux-4.1.27/drivers/mmc/host/ |
D | dw_mmc-exynos.h | 29 #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
|
/linux-4.1.27/scripts/kconfig/ |
D | nconf.gui.c | 153 { int length, x, y; in print_in_middle() local 216 int x, y; in fill_window() local 255 int i, x, y; in btn_dialog() local 367 int i, x, y; in dialog_inputbox() local 548 int x, y, lines, columns; in show_scroll_win() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_cursor.c | 120 static int radeon_cursor_move_locked(struct drm_crtc *crtc, int x, int y) in radeon_cursor_move_locked() 220 int x, int y) in radeon_crtc_cursor_move() 316 int x, y; in radeon_crtc_cursor_set2() local
|
D | radeon_legacy_crtc.c | 354 int radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y, in radeon_crtc_set_base() 362 int x, int y, enum mode_set_atomic state) in radeon_crtc_set_base_atomic() 369 int x, int y, int atomic) in radeon_crtc_do_set_base() 1038 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_system.h | 80 #define FPU_access_ok(x,y,z) if ( !access_ok(x,y,z) ) \ argument 98 #define FPU_get_user(x,y) get_user((x),(y)) argument 99 #define FPU_put_user(x,y) put_user((x),(y)) argument
|
D | reg_add_sub.c | 102 FPU_REG x, y; in FPU_add() local 233 FPU_REG x, y; in FPU_sub() local
|
D | fpu_emu.h | 169 static inline void reg_copy(FPU_REG const *x, FPU_REG *y) in reg_copy() 176 #define setexponentpos(x,y) { (*(short *)&((x)->exp)) = \ argument 179 #define setexponent16(x,y) { (*(short *)&((x)->exp)) = (y); } argument 180 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); } argument
|
D | reg_mul.c | 60 FPU_REG x, y; in FPU_mul() local
|
D | reg_divide.c | 29 FPU_REG x, y; in FPU_div() local
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_accel.h | 173 #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
|
D | sis_accel.c | 159 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect() 261 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect()
|
/linux-4.1.27/arch/hexagon/lib/ |
D | checksum.c | 34 #define SIGN(x, y) ((0x8000ULL*x)<<y) argument 35 #define CARRY(x, y) ((0x0002ULL*x)<<y) argument 36 #define SELECT(x, y) ((0x0001ULL*x)<<y) argument
|
/linux-4.1.27/drivers/misc/echo/ |
D | fir.h | 120 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
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/ |
D | lantiq.h | 24 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) argument 26 #define ltq_ebu_w32_mask(x, y, z) \ argument
|
/linux-4.1.27/arch/m68k/atari/ |
D | atakeyb.c | 381 void ikbd_mouse_thresh(int x, int y) in ikbd_mouse_thresh() 390 void ikbd_mouse_scale(int x, int y) in ikbd_mouse_scale() 398 void ikbd_mouse_pos_get(int *x, int *y) in ikbd_mouse_pos_get() 408 void ikbd_mouse_pos_set(int x, int y) in ikbd_mouse_pos_set()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | entry.h | 13 # define PASTE2(x,y) x##y argument 14 # define PASTE(x,y) PASTE2(x,y) argument
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/ |
D | lantiq_soc.h | 52 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) argument 55 #define ltq_sys1_w32(x, y) ltq_w32((x), ltq_sys1_membase + (y)) argument
|
/linux-4.1.27/arch/x86/boot/ |
D | video.c | 64 int x, y; in store_mode_params() local 234 int x, y; member 261 int y; in restore_screen() local
|
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
D | kernel.h | 16 #define max(x, y) ({ \ argument 26 #define WARN(x, y, z) (x) argument
|
/linux-4.1.27/drivers/macintosh/ams/ |
D | ams-input.c | 35 s8 x, y, z; in ams_idev_poll() local 58 s8 x, y, z; in ams_input_enable() local
|
D | ams-core.c | 39 void ams_sensors(s8 *x, s8 *y, s8 *z) in ams_sensors() 60 s8 x, y, z; in ams_show_current() local
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | wacom_w8001.c | 63 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
|
D | intel-mid-touch.c | 192 u16 *x, u16 *y, u16 *z) in mrstouch_nec_adc_read() 300 u16 *x, u16 *y, u16 *z) in mrstouch_fs_adc_read() 387 unsigned int x, unsigned int y, unsigned int z) in mrstouch_report_event() 406 u16 x, y, z; in mrstouch_pendet_irq() local
|
D | 88pm860x-ts.c | 56 int x, y, pen_down; in pm860x_touch_handler() local 170 #define pm860x_touch_dt_init(x, y, z) (-1) argument
|
D | ucb1400_ts.c | 150 static void ucb1400_ts_report_event(struct input_dev *idev, u16 pressure, u16 x, u16 y) in ucb1400_ts_report_event() 191 unsigned int x, y, p; in ucb1400_irq() local
|
D | chipone_icn8318.c | 35 __be16 y; member 94 int i, ret, x, y; in icn8318_irq() local
|
/linux-4.1.27/include/scsi/fc/ |
D | fc_encaps.h | 61 #define FC_XY(x, y) ((((x) & 0xff) << 8) | ((y) & 0xff)) argument 62 #define FC_XYXY(x, y) ((FCIP_XY(x, y) << 16) | FCIP_XY(x, y)) argument 63 #define FC_XYNN(x, y) (FCIP_XYXY(x, y) ^ 0xffff) argument
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | rtc.h | 50 long int days, rem, y; in get_rtc_time() local 74 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in get_rtc_time() argument
|
D | io.h | 285 #define outb(x, y) BUG() argument 286 #define outw(x, y) BUG() argument 287 #define outl(x, y) BUG() argument
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | mmu_context.h | 217 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y)) argument 221 # define activate_mm(x,y) ev4_activate_mm((x),(y)) argument 224 # define activate_mm(x,y) ev5_activate_mm((x),(y)) argument
|
/linux-4.1.27/drivers/platform/x86/ |
D | hdaps.c | 179 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
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-cpmem.c | 503 #define Y_OFFSET(pix, x, y) ((x) + pix->width * (y)) argument 504 #define U_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument 506 #define V_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument 509 #define U2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument 511 #define V2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument 514 #define UV_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument 516 #define UV2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | common.h | 41 #define ATH_LPF_RSSI(x, y, len) \ argument 43 #define ATH_RSSI_LPF(x, y) do { \ argument
|
/linux-4.1.27/arch/sparc/lib/ |
D | copy_user.S | 22 #define EX(x,y,a,b) \ argument 34 #define EX2(x,y,c,d,e,a,b) \ argument 47 #define EXO2(x,y) \ argument
|
D | checksum_32.S | 150 #define EX(x,y,a,b) \ argument 162 #define EX2(x,y) \ argument 170 #define EX3(x,y) \ argument
|
D | copy_in_user.S | 11 #define EX(x,y) \ argument
|
D | bzero.S | 82 #define EX_ST(x,y) \ argument
|
D | GENbzero.S | 7 #define EX_ST(x,y) \ argument
|
D | NGbzero.S | 7 #define EX_ST(x,y) \ argument
|
D | memset.S | 16 #define EX(x,y,a,b) \ argument
|
/linux-4.1.27/drivers/scsi/dpt/ |
D | dpti_ioctl.h | 30 # 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
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_wt.h | 33 #define WT_PARM(x,y) (((WT_BAR(x))+ 0x80 +(((x)&0x1f)<<2)+(y))<<2) /* 0x0200 */ argument 34 #define WT_DELAY(x,y) (((WT_BAR(x))+ 0x100 +(((x)&0x1f)<<2)+(y))<<2) /* 0x0400 */ argument
|
D | au88x0.h | 38 #define hwread(x,y) readl((x)+(y)) argument 39 #define hwwrite(x,y,z) writel((z),(x)+(y)) argument 49 #define SRC_RATIO(x,y) ((((x<<15)/y) + 1)/2) argument
|
/linux-4.1.27/arch/tile/include/asm/ |
D | smp.h | 62 static inline int xy_to_cpu(int x, int y) in xy_to_cpu() 96 #define xy_to_cpu(x, y) 0 argument
|
/linux-4.1.27/arch/arm/include/asm/ |
D | compiler.h | 14 #define __asmeq(x, y) \ argument
|
D | vga.h | 11 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) argument
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | compiler.h | 28 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" argument
|
/linux-4.1.27/include/uapi/linux/ |
D | aio_abi.h | 66 #define PADDED(x,y) x, y argument 68 #define PADDED(x,y) y, x argument
|
/linux-4.1.27/arch/alpha/kernel/ |
D | machvec_impl.h | 43 #define CAT1(x,y) x##y argument 44 #define CAT(x,y) CAT1(x,y) argument
|
/linux-4.1.27/arch/sh/lib/ |
D | div64-generic.c | 10 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
|
/linux-4.1.27/drivers/input/joystick/ |
D | analog.c | 147 #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
|
/linux-4.1.27/net/netfilter/ |
D | xt_policy.c | 41 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument 44 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() argument
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 759 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
|
/linux-4.1.27/drivers/gpu/drm/r128/ |
D | r128_state.c | 275 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
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon_rotate.h | 23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) in pattern_test_bit() 31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) in pattern_set_bit()
|
D | mdacon.c | 413 #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()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_debug.h | 115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument 119 #define HIGHWATERMARK(x,y) argument
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | string.h | 25 #define struct_cpy(x, y) \ argument
|
/linux-4.1.27/tools/perf/ui/tui/ |
D | progress.c | 10 int bar, y; in tui_progress__update() local
|
D | util.c | 75 int x, y, len, key; in ui_browser__input_window() local 167 int x, y; in ui__question_window() local
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | bugs.c | 21 static double __initdata y = 3145727.0; variable
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-driver.c | 332 int fw_len, rv = 0, i, x, y; in go7007_start_encoder() local 424 unsigned x, y; in go7007_motion_regions() local 484 int x, y, i, stride = ((go->width >> 4) + 7) >> 3; in write_bitmap_word() local
|
/linux-4.1.27/arch/metag/kernel/ |
D | module.c | 47 const Elf32_Rela *x, *y; in relacmp() local 70 uint32_t *x, *y, tmp; in relaswap() local
|
/linux-4.1.27/arch/parisc/kernel/ |
D | asm-offsets.c | 53 #define align_frame(x,y) (((x)+FRAME_SIZE+(y)-1) - (((x)+(y)-1)%(y))) argument
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga3d_surfacedefs.h | 39 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1) / (y)) argument 40 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) argument 41 #define min_t(type, x, y) ((x) < (y) ? (x) : (y)) argument 867 u32 x, u32 y, u32 z) in svga3dsurface_get_pixel_offset()
|
D | svga_escape.h | 85 int32 x, y; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | debug.h | 243 #define INTERNAL_ERRMSG(x,y...) "E" __FILE__ "%d: " x, __LINE__, y argument 244 #define INTERNAL_WRNMSG(x,y...) "W" __FILE__ "%d: " x, __LINE__, y argument 245 #define INTERNAL_INFMSG(x,y...) "I" __FILE__ "%d: " x, __LINE__, y argument 246 #define INTERNAL_DEBMSG(x,y...) "D" __FILE__ "%d: " x, __LINE__, y argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | module_32.c | 61 const Elf32_Rela *x, *y; in relacmp() local 84 uint32_t *x, *y, tmp; in relaswap() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | time.h | 189 #define mulhwu(x,y) \ argument 193 #define mulhdu(x,y) \ argument
|
D | vga.h | 48 #define vga_writeb(x,y) (*(y) = (x)) argument
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-utils.h | 37 #define min(x, y) ({ \ argument
|
/linux-4.1.27/include/asm-generic/ |
D | vga.h | 22 #define vga_writeb(x, y) (*(y) = (x)) argument
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | vga.h | 17 #define vga_writeb(x,y) (*(y) = (x)) argument
|
/linux-4.1.27/lib/mpi/ |
D | generic_mpih-add1.c | 37 mpi_limb_t x, y, cy; in mpihelp_add_n() local
|
D | generic_mpih-sub1.c | 36 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | vga.h | 18 #define vga_writeb(x,y) (*(y) = (x)) argument
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | cpu.h | 19 #define IODESC_ENT(y) \ argument
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | kgdb.c | 160 u8 *x = NULL, *y = NULL; in kgdb_arch_do_singlestep() local 363 u8 *x = kgdb_sstep_bp_addr[0], *y = kgdb_sstep_bp_addr[1]; in kgdb_arch_undo_singlestep() local
|
/linux-4.1.27/arch/x86/purgatory/ |
D | sha256.c | 23 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() 28 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
|
/linux-4.1.27/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 99 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument 123 #define enc_round_end(ab, x, y, n) \ argument 136 #define dec_round_end(ba, x, y, n) \ argument
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 445 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr() 453 int *y, int *cb, int *cr) in color_to_ycbcr() 526 static void ycbcr2rgb(const int m[3][3], int y, int cb, int cr, in ycbcr2rgb() 540 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color() 700 int y, cb, cr; in precalculate_color() local 728 int y, cb, cr; in precalculate_color() local 1399 int y, int x, char *text) in tpg_gen_text() 1563 static unsigned tpg_calc_buffer_line(const struct tpg_data *tpg, unsigned y, in tpg_calc_buffer_line()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | irqs.h | 13 #define GPIO_IRQ(x, y) (_GPIO_IRQ_BASE + (32 * x) + y) argument
|
/linux-4.1.27/tools/perf/util/ |
D | xyarray.h | 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pxa168fb.h | 18 #define SPU_DMA_PITCH_Y(y) (y) argument 25 #define CFG_DMA_OVSA_VLN(y) ((y) << 16) /* 0~0xfff */ argument 30 #define CFG_DMA_VLN(y) ((y) << 16) argument 35 #define CFG_DZM_VLN(y) ((y) << 16) argument 47 #define CFG_GRA_OVSA_VLN(y) ((y) << 16) argument 52 #define CFG_GRA_VLN(y) ((y) << 16) argument 57 #define CFG_GZM_VLN(y) ((y) << 16) argument 62 #define CFG_HWC_OVSA_VLN(y) ((y) << 16) argument 67 #define CFG_HWC_VLN(y) ((y) << 16) argument 72 #define CFG_V_TOTAL(y) ((y) << 16) argument [all …]
|
D | tridentfb.c | 181 #define point(x, y) ((y) << 16 | (x)) argument 207 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect() 218 u32 x, u32 y, u32 w, u32 h, u32 c, u32 b) in blade_image_blit() 309 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect() 381 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect() 449 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect() 642 int x, y, tmp; in get_nativex() local
|
D | arcfb.c | 149 unsigned int chipindex, unsigned char y) in ks108_set_start_line() 155 unsigned int chipindex, unsigned char y) in ks108_set_yaddr() 346 unsigned int left, right, distance, y; in arcfb_lcd_update() local 448 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
|
D | vt8623fb.c | 159 int x, y; in vt8623fb_iplan_imageblit() local 184 int x, y; in vt8623fb_iplan_fillrect() local 215 int x, y; in vt8623fb_cfb4_imageblit() local
|
/linux-4.1.27/include/drm/ |
D | drm_fb_helper.h | 38 int x, y; member 44 int x, y; member
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-lantiq.c | 61 #define ltq_pci_w32(x, y) ltq_w32((x), ltq_pci_membase + (y)) argument 64 #define ltq_pci_cfg_w32(x, y) ltq_w32((x), ltq_pci_mapped_cfg + (y)) argument
|
/linux-4.1.27/drivers/input/mouse/ |
D | hgpk.c | 127 static int hgpk_discard_decay_hack(struct psmouse *psmouse, int x, int y) in hgpk_discard_decay_hack() 215 int l, int r, int x, int y) in hgpk_spewing_hack() 352 int y = packet[4] | ((packet[3] & 0x70) << 3); in hgpk_process_advanced_packet() local 435 int y = ((packet[0] << 3) & 0x100) - packet[2]; in hgpk_process_simple_packet() local
|
D | rpcmouse.c | 41 short x, y, dx, dy, b; in rpcmouse_irq() local
|
D | gpio_mouse.c | 26 int x, y; in gpio_mouse_scan() local
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 269 int x, int y, in drm_crtc_helper_set_mode() 935 struct drm_display_mode *adjusted_mode, int x, int y, in drm_helper_crtc_mode_set() 997 int drm_helper_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in drm_helper_crtc_mode_set_base()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb6100.h | 73 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ argument 76 #define CHKRANGE(val, x, y) (((val >= x) && (val < y)) ? 1 : 0) argument
|
D | stb0899_priv.h | 34 #define dprintk(x, y, z, format, arg...) do { \ argument 50 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ argument 58 #define GETBYTE(x, y) (((x) >> (y)) & 0xff) argument 63 #define MSB(y) ((y >> 8) & 0xff) argument
|
/linux-4.1.27/include/linux/platform_data/ |
D | gpio-lpc32xx.h | 48 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
|
/linux-4.1.27/arch/mips/lantiq/xway/ |
D | dcdc.c | 20 #define dcdc_w8(x, y) ltq_w8((x), dcdc_membase + (y)) argument
|
D | dma.c | 57 #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y)) argument 58 #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ argument
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | hw.h | 58 #define IGA2_HOR_BLANK_END_SHADOW_FORMULA(x, y) (((x+y)/8)-1) argument 62 #define IGA2_VER_BLANK_END_SHADOW_FORMULA(x, y) ((x+y)-1) argument 64 #define IGA2_VER_SYNC_END_SHADOW_FORMULA(x, y) (x+y) argument 93 #define IGA1_FETCH_COUNT_FORMULA(x, y) \ argument 100 #define IGA2_FETCH_COUNT_FORMULA(x, y) \ argument 340 #define CLE266_LCD_HOR_SCF_FORMULA(x, y) (((x-1)*1024)/(y-1)) argument 342 #define CLE266_LCD_VER_SCF_FORMULA(x, y) (((x-1)*1024)/(y-1)) argument 344 #define K800_LCD_HOR_SCF_FORMULA(x, y) (((x-1)*4096)/(y-1)) argument 346 #define K800_LCD_VER_SCF_FORMULA(x, y) (((x-1)*2048)/(y-1)) argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 638 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set() 823 int x, int y, bool atomic) in nv04_crtc_do_mode_set_base() 901 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base() 913 int x, int y, enum mode_set_atomic state) in nv04_crtc_mode_set_base_atomic() 1029 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move()
|
D | cursor.c | 21 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y) in nv04_cursor_set_pos()
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 355 #define SISUSB_VADDR(x,y) \ argument 360 #define SISUSB_HADDR(x,y) \ argument 367 sisusbcon_putc(struct vc_data *c, int ch, int y, int x) in sisusbcon_putc() 391 int count, int y, int x) in sisusbcon_putcs() 425 sisusbcon_clear(struct vc_data *c, int y, int x, int height, int width) in sisusbcon_clear()
|
/linux-4.1.27/include/linux/raid/ |
D | pq.h | 156 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ argument 160 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y)) argument
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_mode.c | 18 unsigned long x, y; in displayControlAdjust_SM750LE() local
|
/linux-4.1.27/arch/s390/mm/ |
D | extable.c | 42 const struct exception_table_entry *x = a, *y = b; in cmp_ex() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-magicmouse.c | 113 short y; member 184 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 285 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
|
D | hid-lg3ff.c | 66 int x, y; in hid_lg3ff_play() local
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-lpc32xx.c | 65 #define GPIO012_PIN_IN_SEL(x, y) (((x) >> (y)) & 1) argument 67 #define GPIO3_PIN_IN_SEL(x, y) (((x) >> GPIO3_PIN_IN_SHIFT(y)) & 1) argument 69 #define GPI3_PIN_IN_SEL(x, y) (((x) >> (y)) & 1) argument 70 #define GPO3_PIN_IN_SEL(x, y) (((x) >> (y)) & 1) argument
|
/linux-4.1.27/drivers/mfd/ |
D | ucb1x00-ts.c | 57 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() 217 unsigned int x, y, p; in ucb1x00_thread() local
|
/linux-4.1.27/arch/sparc/prom/ |
D | memory.c | 51 const struct sparc_phys_banks *x = a, *y = b; in sp_banks_cmp() local
|
/linux-4.1.27/arch/tile/kernel/ |
D | hardwall.c | 195 static int contains(struct hardwall_info *r, int x, int y) in contains() 204 int x, y, cpu, ulhc, lrhc; in check_rectangle() local 277 int y = cpu_y(cpu); in hardwall_setup_func() local 295 int x, y, cpu, delta; in hardwall_protect_rectangle() local 805 unsigned int y = cpu_y(cpu); in reset_xdn_network_state() local
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 150 int x, int y, struct armada_regs *regs, bool interlaced) in armada_drm_crtc_calc_fb() 497 int x, int y, struct drm_framebuffer *old_fb) in armada_drm_crtc_mode_set() 630 static int armada_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in armada_drm_crtc_mode_set_base() 684 unsigned y; in armada_load_cursor_argb() local 876 static int armada_drm_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in armada_drm_crtc_cursor_move()
|
/linux-4.1.27/scripts/mod/ |
D | sumversion.c | 52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() 57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H()
|
/linux-4.1.27/drivers/leds/ |
D | leds.h | 66 #define led_trigger_set(x, y) do {} while (0) argument
|
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 18 int x, y; in test_one() local
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 56 long int days, rem, y; in offtime() local 77 # define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in offtime() argument
|
/linux-4.1.27/kernel/sched/ |
D | clock.c | 179 static inline u64 wrap_min(u64 x, u64 y) in wrap_min() 184 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
|
/linux-4.1.27/drivers/ata/ |
D | pata_cs5536.c | 50 #define rdmsr(x, y, z) do { } while (0) argument 51 #define wrmsr(x, y, z) do { } while (0) argument
|
/linux-4.1.27/kernel/time/ |
D | timeconv.c | 79 long days, rem, y; in time_to_tm() local
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v6.h | 25 #define S5P_MFC_DEC_MV_SIZE_V6(x, y) (MB_WIDTH(x) * \ argument
|
/linux-4.1.27/fs/xfs/ |
D | xfs_linux.h | 170 #define howmany(x, y) (((x)+((y)-1))/(y)) argument 324 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64() 331 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_mode.c | 132 int x, int y, int atomic) in cirrus_crtc_do_set_base() 179 static int cirrus_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in cirrus_crtc_mode_set_base() 196 int x, int y, struct drm_framebuffer *old_fb) in cirrus_crtc_mode_set()
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | irq.h | 35 #define LOONGSON_INT_COREx_INTy(x, y) (1<<(x) | 1<<(y+4)) /* route to int y of core x */ argument
|
/linux-4.1.27/arch/mips/lantiq/falcon/ |
D | sysctrl.c | 66 #define sysctl_w32(m, x, y) ltq_w32((x), sysctl_membase[m] + (y)) argument 71 #define status_w32(x, y) ltq_w32((x), status_membase + (y)) argument
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fb_agm1264k-fl.c | 256 int xs, int xe, int y) in construct_line_bitmap() 278 int x, y; in write_vmem() local
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | ipuv3-plane.h | 28 int y; member
|