/linux-4.1.27/include/linux/ |
D | zorro.h | 74 static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z) in zorro_dev_driver() 107 #define zorro_resource_start(z) ((z)->resource.start) argument 108 #define zorro_resource_end(z) ((z)->resource.end) argument 109 #define zorro_resource_len(z) (resource_size(&(z)->resource)) argument 110 #define zorro_resource_flags(z) ((z)->resource.flags) argument 112 #define zorro_request_device(z, name) \ argument 114 #define zorro_release_device(z) \ argument 121 static inline void *zorro_get_drvdata (struct zorro_dev *z) in zorro_get_drvdata() 126 static inline void zorro_set_drvdata (struct zorro_dev *z, void *data) in zorro_set_drvdata()
|
D | cpuset.h | 58 static inline int cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed() 174 static inline int cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
|
D | mmzone.h | 248 #define min_wmark_pages(z) (z->watermark[WMARK_MIN]) argument 249 #define low_wmark_pages(z) (z->watermark[WMARK_LOW]) argument 250 #define high_wmark_pages(z) (z->watermark[WMARK_HIGH]) argument 1000 struct zoneref *z = next_zones_zonelist(zonelist->_zonerefs, in first_zones_zonelist() local 1017 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument 1032 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
|
D | kernel.h | 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
|
D | gfp.h | 247 enum zone_type z; in gfp_zone() local
|
D | swap.h | 342 static inline int zone_reclaim(struct zone *z, gfp_t mask, unsigned int order) in zone_reclaim()
|
/linux-4.1.27/drivers/zorro/ |
D | zorro-driver.c | 31 const struct zorro_dev *z) in zorro_match_device() 47 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_probe() local 66 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_remove() local 128 struct zorro_dev *z = to_zorro_dev(dev); in zorro_bus_match() local 145 struct zorro_dev *z; in zorro_uevent() local
|
D | zorro-sysfs.c | 44 struct zorro_dev *z; in show_serial() local 54 struct zorro_dev *z = to_zorro_dev(dev); in zorro_show_resource() local 68 struct zorro_dev *z = to_zorro_dev(container_of(kobj, struct device, in zorro_read_config() local 95 struct zorro_dev *z = to_zorro_dev(dev); in modalias_show() local 102 int zorro_create_sysfs_dev_files(struct zorro_dev *z) in zorro_create_sysfs_dev_files()
|
D | zorro.c | 53 struct zorro_dev *z; in zorro_find_device() local 113 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource() 132 struct zorro_dev *z; in amiga_zorro_probe() local
|
D | proc.c | 32 struct zorro_dev *z = PDE_DATA(file_inode(file)); in proc_bus_zorro_read() local 82 struct zorro_dev *z = &zorro_autocon[slot]; in zorro_seq_show() local
|
/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 | bch.c | 796 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() 844 struct gf_poly *z = bch->poly_2t[3]; in factor_polynomial() local
|
D | inflate.c | 350 unsigned z; /* number of entries in current table */ in huft_build() 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/lib/raid6/ |
D | sse2.c | 45 int d, z, z0; in raid6_sse21_gen_syndrome() local 97 int d, z, z0; in raid6_sse21_xor_syndrome() local 155 int d, z, z0; in raid6_sse22_gen_syndrome() local 208 int d, z, z0; in raid6_sse22_xor_syndrome() local 287 int d, z, z0; in raid6_sse24_gen_syndrome() local 374 int d, z, z0; in raid6_sse24_xor_syndrome() local
|
D | avx2.c | 46 int d, z, z0; in raid6_avx21_gen_syndrome() local 105 int d, z, z0; in raid6_avx22_gen_syndrome() local 169 int d, z, z0; in raid6_avx24_gen_syndrome() local
|
D | mmx.c | 44 int d, z, z0; in raid6_mmx1_gen_syndrome() local 92 int d, z, z0; in raid6_mmx2_gen_syndrome() local
|
D | sse1.c | 49 int d, z, z0; in raid6_sse11_gen_syndrome() local 108 int d, z, z0; in raid6_sse12_gen_syndrome() 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 | 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()
|
D | cast5_generic.c | 412 static void key_schedule(u32 *x, u32 *z, u32 *k) in key_schedule() 492 u32 z[4]; in cast5_setkey() local
|
D | twofish_common.c | 482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
|
D | vmac.c | 330 u64 rh, rl, t, z = 0; in l3hash() local
|
/linux-4.1.27/arch/alpha/lib/ |
D | csum_partial_copy.c | 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
|
/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 90 #define FPU_code_access_ok(z) argument 95 #define FPU_code_access_ok(z) FPU_access_ok(VERIFY_READ,(void __user *)FPU_EIP,z) argument
|
/linux-4.1.27/drivers/scsi/ |
D | zorro7xx.c | 74 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one() 153 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one()
|
D | eata_pio.c | 165 unsigned int x, z; in eata_pio_int_handler() local 516 int z; in get_pio_board_data() local 566 int z; in get_pio_conf_PIO() local 633 int z; in print_selftest() local
|
D | a2091.c | 183 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe() 242 static void a2091_remove(struct zorro_dev *z) in a2091_remove()
|
D | gvp11.c | 288 static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in gvp11_probe() 383 static void gvp11_remove(struct zorro_dev *z) in gvp11_remove()
|
D | NCR5380.c | 90 #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (voi… argument 93 #define REMOVE(w,x,y,z) argument
|
D | atari_NCR5380.c | 88 #define REMOVE(w, x, y, z) \ argument 98 #define REMOVE(w,x,y,z) 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
|
D | ams-pmu.c | 127 static void ams_pmu_get_xyz(s8 *x, s8 *y, s8 *z) in ams_pmu_get_xyz()
|
D | ams-i2c.c | 156 static void ams_i2c_get_xyz(s8 *x, s8 *y, s8 *z) in ams_i2c_get_xyz()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | hydra.c | 84 static int hydra_init_one(struct zorro_dev *z, in hydra_init_one() 114 static int hydra_init(struct zorro_dev *z) in hydra_init() 255 static void hydra_remove_one(struct zorro_dev *z) in hydra_remove_one()
|
D | zorro8390.c | 261 static void zorro8390_remove_one(struct zorro_dev *z) in zorro8390_remove_one() 406 static int zorro8390_init_one(struct zorro_dev *z, in zorro8390_init_one()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | zmii.h | 69 # define zmii_attach(x,y,z) (-ENXIO) 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 77 # define rgmii_set_speed(x,y,z) do { } while(0) argument
|
/linux-4.1.27/lib/zlib_inflate/ |
D | infutil.h | 23 #define WS(z) ((struct inflate_workspace *)(z->workspace)) argument
|
D | inflate.c | 757 int zlib_inflateIncomp(z_stream *z) in zlib_inflateIncomp()
|
/linux-4.1.27/drivers/input/touchscreen/ |
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 | egalax_ts.c | 73 int id, ret, x, y, z; in egalax_ts_interrupt() local
|
D | da9052_tsi.c | 61 u16 x, y, z; in da9052_ts_read() local
|
D | 88pm860x-ts.c | 170 #define pm860x_touch_dt_init(x, y, z) (-1) argument
|
D | stmpe-ts.c | 129 int x, y, z; in stmpe_ts_handler() local
|
D | ti_am335x_tsc.c | 271 unsigned int z1, z2, z; in titsc_irq() local
|
D | cyttsp_core.h | 45 u8 z; member
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | softfloat.c | 75 int32 z; in roundAndPackInt32() local 530 floatx80 z; in packFloatx80() local 871 int32 z; in float32_to_int32_round_to_zero() local 974 float32 z; in float32_round_to_int() local 1685 int32 z; in float64_to_int32_round_to_zero() local 1758 int32 z; in float64_to_uint32_round_to_zero() local 1869 float64 z; in float64_round_to_int() local 2574 int32 z; in floatx80_to_int32_round_to_zero() local 2676 floatx80 z; in floatx80_round_to_int() local 2819 floatx80 z; in subFloatx80Sigs() local [all …]
|
/linux-4.1.27/arch/mips/math-emu/ |
D | dp_sqrt.c | 35 union ieee754dp y, z, t; in ieee754dp_sqrt() 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/tile/lib/ |
D | strchr_64.c | 22 int z, g; in strchr() local
|
D | strchr_32.c | 21 int z, g; in strchr() local
|
/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
|
/linux-4.1.27/net/decnet/ |
D | dn_table.c | 185 static struct dn_zone *dn_new_zone(struct dn_hash *table, int z) in dn_new_zone() 379 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, u32 tb_id, in dn_rtmsg_fib() 533 int z = r->rtm_dst_len; in dn_fib_table_insert() local 668 int z = r->rtm_dst_len; in dn_fib_table_delete() local 745 static inline int dn_flush_list(struct dn_fib_node **fp, int z, struct dn_hash *table) in dn_flush_list()
|
/linux-4.1.27/mm/ |
D | oom_kill.c | 203 struct zoneref *z; in constrained_alloc() local 655 struct zoneref *z; in oom_zonelist_trylock() local 685 struct zoneref *z; in oom_zonelist_unlock() local
|
D | mmzone.c | 55 struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
|
D | mm_init.c | 34 struct zoneref *z; in mminit_verify_zonelist() local
|
D | page_alloc.c | 1497 struct zone *z; in drain_all_pages() local 1877 static bool __zone_watermark_ok(struct zone *z, unsigned int order, in __zone_watermark_ok() 1912 bool zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, in zone_watermark_ok() 1919 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe() 1996 static int zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, in zlc_zone_worth_trying() 2019 static void zlc_mark_zone_full(struct zonelist *zonelist, struct zoneref *z) in zlc_mark_zone_full() 2066 static int zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, in zlc_zone_worth_trying() 2072 static void zlc_mark_zone_full(struct zonelist *zonelist, struct zoneref *z) in zlc_mark_zone_full() 2113 struct zoneref *z; in get_page_from_freelist() local 2611 struct zoneref *z; in wake_all_kswapds() local [all …]
|
D | nobootmem.c | 150 struct zone *z; in reset_node_managed_pages() local
|
D | vmstat.c | 326 long o, n, t, z; in mod_state() local 580 void zone_statistics(struct zone *preferred_zone, struct zone *z, gfp_t flags) in zone_statistics()
|
D | memory_hotplug.c | 579 unsigned long z = zone_end_pfn(zone); /* zone_end_pfn namespace clash */ in shrink_zone_span() local 1069 struct zone *z; in reset_node_present_pages() local
|
D | bootmem.c | 249 struct zone *z; in reset_node_managed_pages() local
|
D | vmscan.c | 2455 struct zoneref *z; in shrink_zones() local 2680 struct zoneref *z; in throttle_direct_reclaim() local
|
D | compaction.c | 1485 struct zoneref *z; in try_to_compact_pages() local
|
D | migrate.c | 1534 int z; in migrate_balanced_pgdat() local
|
D | page-writeback.c | 203 struct zone *z = &NODE_DATA(node)->node_zones[ZONE_HIGHMEM]; in highmem_dirtyable_memory() local
|
D | hugetlb.c | 636 struct zoneref *z; in dequeue_huge_page_vma() local 822 struct zone *z; in alloc_gigantic_page() local
|
D | slab.c | 2765 #define cache_free_debugcheck(x,objp,z) (objp) argument 3015 struct zoneref *z; in fallback_alloc() local
|
D | slub.c | 1670 struct zoneref *z; in get_any_partial() local
|
/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/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/arch/mips/include/asm/mach-lantiq/ |
D | lantiq.h | 26 #define ltq_ebu_w32_mask(x, y, z) \ argument
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | kgdb_test.c | 52 noinline int kgdb_test(char *name, int len, int count, int z) in kgdb_test()
|
/linux-4.1.27/fs/cachefiles/ |
D | proc.c | 27 unsigned x, y, z, t; in cachefiles_histogram_show() local
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 184 static void lis3lv02d_get_xyz(struct lis3lv02d *lis3, int *x, int *y, int *z) in lis3lv02d_get_xyz() 271 s16 x, y, z; in lis3lv02d_selftest() local 452 int x, y, z; in lis3lv02d_joystick_poll() local 809 int x, y, z; in lis3lv02d_position_show() local
|
D | lis3lv02d.h | 267 int x, y, z; member
|
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
D | kernel.h | 26 #define WARN(x, y, z) (x) argument
|
/linux-4.1.27/net/tipc/ |
D | addr.c | 102 u32 z = tipc_zone(addr); in tipc_addr_domain_valid() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | fm2fb.c | 229 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) in fm2fb_probe()
|
D | controlfb.c | 70 #define DIRTY(z) ((x)->z != (y)->z) argument 71 #define DIRTY_CMAP(z) (memcmp(&((x)->z), &((y)->z), sizeof((y)->z))) argument
|
D | cirrusfb.c | 2196 static int cirrusfb_zorro_register(struct zorro_dev *z, in cirrusfb_zorro_register() 2311 void cirrusfb_zorro_unregister(struct zorro_dev *z) in cirrusfb_zorro_unregister()
|
D | leo.c | 156 u32 z; member
|
/linux-4.1.27/arch/arm/mach-ks8695/include/mach/ |
D | regs-switch.h | 28 #define KS8695_SEPXCZ(x,z) (0x0c + (((x)-1)*3 + ((z)-1))*4) /* Port Configuration Registers */ argument
|
/linux-4.1.27/net/bluetooth/ |
D | ecc.c | 593 static void apply_z(u64 *x1, u64 *y1, u64 *z) in apply_z() 607 u64 z[NUM_ECC_DIGITS]; in xycz_initial_double() local 696 u64 z[NUM_ECC_DIGITS]; in ecc_point_mult() local
|
D | smp.c | 218 const u8 x[16], u8 z, u8 res[16]) in smp_f4() 3415 const u8 z = 0x00; in test_f4() local
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | ariadne.c | 685 static void ariadne_remove_one(struct zorro_dev *z) in ariadne_remove_one() 713 static int ariadne_init_one(struct zorro_dev *z, in ariadne_init_one()
|
D | a2065.c | 673 static int a2065_init_one(struct zorro_dev *z, in a2065_init_one() 759 static void a2065_remove_one(struct zorro_dev *z) in a2065_remove_one()
|
/linux-4.1.27/drivers/uwb/ |
D | drp-ie.c | 144 int z, i, num_fields = 0, next = 0; in uwb_drp_ie_from_bm() 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
|
/linux-4.1.27/drivers/mmc/host/ |
D | dw_mmc-exynos.h | 31 #define SDMMC_CLKSEL_TIMING(x, y, z) (SDMMC_CLKSEL_CCLK_SAMPLE(x) | \ argument
|
/linux-4.1.27/drivers/platform/x86/ |
D | classmate-laptop.c | 165 int16_t *z) in cmpc_get_accel_v4() 199 int16_t x, y, z; in cmpc_accel_handler_v4() local 519 unsigned char *z) in cmpc_get_accel() 548 unsigned char x, y, z; in cmpc_accel_handler() local
|
D | hp_accel.c | 170 #define DEFINE_CONV(name, x, y, z) \ argument
|
D | toshiba_acpi.c | 795 u32 *xy, u32 *z) in toshiba_accelerometer_get() 1991 u16 x, y, z; in position_show() local
|
/linux-4.1.27/drivers/ide/ |
D | buddha.c | 161 struct zorro_dev *z = NULL; in buddha_init() local
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 151 bits64 z; in shift64RightJamming() local 349 bits32 z; in shift32RightJamming() local 660 bits64 z, tmp; in estimateDiv128To64() local
|
/linux-4.1.27/drivers/staging/iio/light/ |
D | tsl2x7x_core.c | 962 int y, z; in tsl2x7x_als_time_show() local 1031 int y, z, filter_delay; in tsl2x7x_als_persistence_show() local 1049 int y, z, filter_delay; in tsl2x7x_als_persistence_store() local 1077 int y, z, filter_delay; in tsl2x7x_prox_persistence_show() local 1095 int y, z, filter_delay; in tsl2x7x_prox_persistence_store() local
|
/linux-4.1.27/drivers/video/backlight/ |
D | 88pm860x_bl.c | 190 #define pm860x_backlight_dt_init(x, y, z) (-1) argument
|
/linux-4.1.27/drivers/input/misc/ |
D | mma8450.c | 111 int x, y, z; in mma8450_poll() local
|
D | mpu3050.c | 107 s16 z; member
|
D | kxtj9.c | 120 s16 x, y, z; in kxtj9_report_acceleration_data() local
|
D | bma150.c | 324 s16 x, y, z; in bma150_report_xyz() local
|
D | adxl34x.c | 187 int z; member
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | coprocessor.h | 115 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
|
/linux-4.1.27/drivers/parport/ |
D | parport_mfc3.c | 293 struct zorro_dev *z = NULL; in parport_mfc3_init() local
|
/linux-4.1.27/arch/mips/lantiq/xway/ |
D | dma.c | 58 #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ argument
|
/linux-4.1.27/drivers/firewire/ |
D | ohci.c | 1054 static struct descriptor *find_branch_descriptor(struct descriptor *d, int z) in find_branch_descriptor() 1072 int z; in context_tasklet() local 1189 int z, dma_addr_t *d_bus) in context_get_descriptors() 1232 struct descriptor *d, int z, int extra) in context_append() 1305 int z, tcode; in at_context_queue_packet() local 3210 u32 z, header_z, payload_z, irq; in queue_iso_transmit() local 3313 u32 z, header_z, rest; in queue_iso_packet_per_buffer() local 3393 int page, offset, rest, z, i, length; in queue_iso_buffer_fill() local
|
/linux-4.1.27/drivers/input/mouse/ |
D | navpoint.c | 86 int x, y, z; in navpoint_packet() local
|
D | alps.c | 249 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local 546 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v3() local 815 int x, y, z, left, right, middle; in alps_process_packet_v6() local 1086 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v7() local
|
D | vmmouse.c | 150 u32 status, x, y, z; in vmmouse_report_events() local
|
D | cypress_ps2.h | 138 int z; /* also named as touch pressure. */ member
|
D | hgpk.c | 357 int z = packet[5]; in hgpk_process_advanced_packet() local
|
D | synaptics.h | 153 int z; member
|
D | appletouch.c | 348 int fact, int *z, int *fingers) in atp_calculate_abs()
|
D | cyapa_gen5.c | 225 u8 z; member
|
/linux-4.1.27/arch/frv/kernel/ |
D | traps.c | 113 unsigned long x, y, z; in atomic_operation() local
|
/linux-4.1.27/drivers/regulator/ |
D | max8925-regulator.c | 273 #define max8925_regulator_dt_init(x, y, z) (-1) argument
|
D | 88pm8607.c | 343 #define pm8607_regulator_dt_init(x, y, z) (-1) argument
|
/linux-4.1.27/include/sound/ |
D | soundfont.h | 30 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | psw.h | 67 unsigned int z:1; member
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_audio.c | 142 int z, j; in reverse_bits() local
|
/linux-4.1.27/net/nfc/hci/ |
D | llc_shdlc.c | 120 static bool llc_shdlc_x_lt_y_lteq_z(int x, int y, int z) in llc_shdlc_x_lt_y_lteq_z() 129 static bool llc_shdlc_x_lteq_y_lt_z(int x, int y, int z) in llc_shdlc_x_lteq_y_lt_z()
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-modules.c | 435 __u16 x, y, z; in wiimod_accel_in_accel() local 829 __s16 x, y, z, bx, by; in wiimod_nunchuk_in_ext() local 2040 __s32 x, y, z; in wiimod_mp_in_mp() local
|
D | hid-rmi.c | 322 int z; in rmi_f11_process_touch() local
|
D | hid-logitech-hidpp.c | 584 u8 z; member
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 331 #define Ch(x, y , z) (z ^ (x & (y ^ z))) argument 332 #define Maj(x, y, z) (((x | y) & z) | (x & y)) argument
|
/linux-4.1.27/arch/sparc/crypto/ |
D | opcodes.h | 6 #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb6100.c | 42 #define dprintk(x, y, z, format, arg...) do { \ argument
|
D | stb0899_priv.h | 34 #define dprintk(x, y, z, format, arg...) do { \ argument
|
D | tda10048.c | 343 u64 t, z; in tda10048_set_wref() local
|
D | mb86a16.c | 57 #define dprintk(x, y, z, format, arg...) do { \ argument
|
/linux-4.1.27/drivers/md/ |
D | raid0.c | 291 struct strip_zone *z = conf->strip_zone; in find_zone() local
|
/linux-4.1.27/drivers/input/tablet/ |
D | wacom_serial4.c | 316 int x, y, z; in wacom_handle_packet() local
|
D | aiptek.c | 440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
|
/linux-4.1.27/include/math-emu/ |
D | op-1.h | 55 #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) argument
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga3d_surfacedefs.h | 867 u32 x, u32 y, u32 z) in svga3dsurface_get_pixel_offset()
|
D | svga3d_reg.h | 1419 uint32 z; member 1440 uint32 z; member 1450 uint32 z; member
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | mantis_common.h | 38 #define dprintk(y, z, format, arg...) do { \ argument
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 38 #define dprintk(x, y, z, format, arg...) do { \ argument
|
D | dst.c | 54 #define dprintk(x, y, z, format, arg...) do { \ argument
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 681 struct zoneref *z; in show_mem() local
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfp.h | 115 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
|
D | vfpsingle.c | 290 u32 z, a; in vfp_estimate_sqrt_significand() local
|
/linux-4.1.27/drivers/input/joystick/ |
D | adi.c | 142 unsigned char u, v, w, x, z; in adi_read_packet() local
|
D | analog.c | 464 int i, j, t, v, w, x, y, z; in analog_init_device() local
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0.h | 39 #define hwwrite(x,y,z) writel((z),(x)+(y)) argument
|
/linux-4.1.27/drivers/tty/ |
D | tty_ioctl.c | 245 #define NOSET_MASK(x, y, z) (x = ((x) & ~(z)) | ((y) & (z))) in unset_locked_termios() argument
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | octeon-model.h | 311 #define __OCTEON_MATCH_MASK__(x, y, z) (((x) & (z)) == ((y) & (z))) argument
|
/linux-4.1.27/arch/tile/mm/ |
D | init.c | 696 struct zone *z; in set_non_bootmem_pages_init() local
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 426 int wbufsize, z; in do_write_buffer() local
|
D | cfi_cmdset_0002.c | 1806 int z, words; in do_write_buffer() local
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | dvma.h | 25 #define dvma_map_align_vme(x, y, z) (dvma_map_align (x, y, z) & 0xfffff) argument
|
/linux-4.1.27/net/irda/ |
D | irlap_frame.c | 1149 int w, x, y, z; in irlap_recv_frmr_frame() local
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.c | 355 int i, k, z = 0; in asd_assign_edbs2escbs() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emufx.c | 1172 int err, i, z, gpr, nctl; in _snd_emu10k1_audigy_init_efx() local 1814 int err, i, z, gpr, tmp, playback, capture; in _snd_emu10k1_init_efx() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | cpu_mf.h | 106 unsigned int z:2; /* zeros */ member
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | time.c | 1081 unsigned long w, x, y, z; in div128_by_32() local
|
/linux-4.1.27/arch/m68k/kernel/ |
D | head.S | 1622 #define putZc(z,n) jbne 1f; putc z; jbra 2f; 1: putc n; 2: argument
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_Ti3026.c | 313 unsigned int loopfeed, loopin, looppost, loopdiv, z; in Ti3026_setpclk() local
|
/linux-4.1.27/drivers/net/ethernet/ |
D | lantiq_etop.c | 82 #define ltq_etop_w32_mask(x, y, z) \ argument
|
/linux-4.1.27/drivers/hwmon/ |
D | applesmc.c | 722 s16 x, y, z; in applesmc_position_show() local
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | mdp_hw.h | 229 #define MDP_GET_PACK_PATTERN(a, x, y, z, bit) \ argument
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 1699 int n, z, num = (symbolic ? 1 : (16 / bytesperword)); in kdb_md() local
|
/linux-4.1.27/arch/s390/kvm/ |
D | gaccess.c | 165 unsigned long z : 1; /* Zero Bit */ member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib.h | 71 #define queue_delayed_work_rsl(x, y, z) queue_delayed_work(x, y, z) argument 72 #define INIT_DELAYED_WORK_RSL(x, y, z) INIT_DELAYED_WORK(x, y) argument 75 #define INIT_WORK_RSL(x, y, z) INIT_WORK(x, y) argument 77 #define container_of_work_rsl(x, y, z) container_of(x, y, z) argument 78 #define container_of_dwork_rsl(x, y, z) \ argument
|
/linux-4.1.27/kernel/power/ |
D | snapshot.c | 1129 static inline void *saveable_highmem_page(struct zone *z, unsigned long p) in saveable_highmem_page()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 2832 #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) in pfm_write_pmcs() argument
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 7960 int z; in flashcard() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 2862 #define container_of_dwork_rtl(x, y, z) \ argument
|