Home
last modified time | relevance | path

Searched defs:z (Results 1 – 183 of 183) sorted by relevance

/linux-4.4.14/include/linux/
Dzorro.h74 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()
Dcpuset.h58 static inline int cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
180 static inline int cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
Dmmzone.h248 #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
945 struct zoneref *z = next_zones_zonelist(zonelist->_zonerefs, in first_zones_zonelist() local
962 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
977 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
Dkernel.h733 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
734 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
Dgfp.h362 enum zone_type z; in gfp_zone() local
Dswap.h342 static inline int zone_reclaim(struct zone *z, gfp_t mask, unsigned int order) in zone_reclaim()
/linux-4.4.14/drivers/zorro/
Dzorro-driver.c31 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
Dzorro-sysfs.c44 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()
Dzorro.c53 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
Dproc.c32 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.4.14/lib/
Dmd5.c5 #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
Dhalfmd4.c7 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
8 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument
9 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
Dbch.c796 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
Dinflate.c350 unsigned z; /* number of entries in current table */ in huft_build() local
/linux-4.4.14/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
/linux-4.4.14/lib/raid6/
Dsse2.c45 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
Davx2.c46 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
Dmmx.c44 int d, z, z0; in raid6_mmx1_gen_syndrome() local
92 int d, z, z0; in raid6_mmx2_gen_syndrome() local
Dsse1.c49 int d, z, z0; in raid6_sse11_gen_syndrome() local
108 int d, z, z0; in raid6_sse12_gen_syndrome() local
/linux-4.4.14/crypto/
Dtea.c64 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
Drmd320.c42 #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
Drmd160.c42 #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
Drmd128.c40 #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
Drmd256.c40 #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
Dmd4.c48 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()
Dsha256_generic.c30 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()
Dsha512_generic.c26 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()
Dcast5_generic.c412 static void key_schedule(u32 *x, u32 *z, u32 *k) in key_schedule()
492 u32 z[4]; in cast5_setkey() local
Dtwofish_common.c482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
Dvmac.c330 u64 rh, rl, t, z = 0; in l3hash() local
/linux-4.4.14/arch/alpha/lib/
Dcsum_partial_copy.c23 #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.4.14/arch/x86/math-emu/
Dfpu_system.h80 #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.4.14/drivers/scsi/
Dzorro7xx.c74 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()
Deata_pio.c165 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
Da2091.c183 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()
Dgvp11.c288 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()
DNCR5380.c90 #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
Datari_NCR5380.c88 #define REMOVE(w, x, y, z) \ argument
98 #define REMOVE(w,x,y,z) argument
/linux-4.4.14/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
Dams-pmu.c127 static void ams_pmu_get_xyz(s8 *x, s8 *y, s8 *z) in ams_pmu_get_xyz()
Dams-i2c.c156 static void ams_i2c_get_xyz(s8 *x, s8 *y, s8 *z) in ams_i2c_get_xyz()
/linux-4.4.14/drivers/net/ethernet/8390/
Dhydra.c84 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()
Dzorro8390.c261 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.4.14/drivers/net/ethernet/ibm/emac/
Dzmii.h69 # define zmii_attach(x,y,z) (-ENXIO) argument
73 # define zmii_set_speed(x,y,z) do { } while(0) argument
Drgmii.h73 # define rgmii_attach(x,y,z) (-ENXIO) argument
77 # define rgmii_set_speed(x,y,z) do { } while(0) argument
/linux-4.4.14/arch/arm/nwfpe/
Dsoftfloat.c75 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.4.14/drivers/input/touchscreen/
Dintel-mid-touch.c192 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
Dda9052_tsi.c61 u16 x, y, z; in da9052_ts_read() local
Degalax_ts.c73 int id, ret, x, y, z; in egalax_ts_interrupt() local
D88pm860x-ts.c170 #define pm860x_touch_dt_init(x, y, z) (-1) argument
Dstmpe-ts.c129 int x, y, z; in stmpe_ts_handler() local
Dti_am335x_tsc.c271 unsigned int z1, z2, z; in titsc_irq() local
Dcyttsp_core.h45 u8 z; member
/linux-4.4.14/lib/zlib_inflate/
Dinfutil.h23 #define WS(z) ((struct inflate_workspace *)(z->workspace)) argument
Dinflate.c757 int zlib_inflateIncomp(z_stream *z) in zlib_inflateIncomp()
/linux-4.4.14/arch/x86/purgatory/
Dsha256.c23 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.4.14/arch/mips/math-emu/
Ddp_sqrt.c35 union ieee754dp y, z, t; in ieee754dp_sqrt() local
Dsp_maddf.c17 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, in ieee754sp_maddf()
Dsp_msubf.c17 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, in ieee754sp_msubf()
Ddp_msubf.c17 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, in ieee754dp_msubf()
Ddp_maddf.c17 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, in ieee754dp_maddf()
/linux-4.4.14/arch/tile/lib/
Dstrchr_64.c22 int z, g; in strchr() local
Dstrchr_32.c21 int z, g; in strchr() local
/linux-4.4.14/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
/linux-4.4.14/net/decnet/
Ddn_table.c185 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.4.14/scripts/mod/
Dsumversion.c52 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.4.14/drivers/ata/
Dpata_cs5536.c50 #define rdmsr(x, y, z) do { } while (0) argument
51 #define wrmsr(x, y, z) do { } while (0) argument
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/
Dlantiq.h26 #define ltq_ebu_w32_mask(x, y, z) \ argument
/linux-4.4.14/mm/
Dmmzone.c55 struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
Dmm_init.c35 struct zoneref *z; in mminit_verify_zonelist() local
Dpage_alloc.c1708 struct zoneref *z; in unreserve_highatomic_pageblock() local
1978 struct zone *z; in drain_all_pages() local
2373 static bool __zone_watermark_ok(struct zone *z, unsigned int order, in __zone_watermark_ok()
2441 bool zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, in zone_watermark_ok()
2448 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, in zone_watermark_ok_safe()
2504 struct zoneref *z; in get_page_from_freelist() local
2923 struct zoneref *z; in wake_all_kswapds() local
3560 struct zoneref *z; in nr_free_zone_pages() local
4115 struct zone *z; in build_zonelists_in_zone_order() local
4494 struct zone *z; in memmap_init_zone() local
Doom_kill.c212 struct zoneref *z; in constrained_alloc() local
Dnobootmem.c163 struct zone *z; in reset_node_managed_pages() local
Dvmstat.c326 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()
Dmemory_hotplug.c588 unsigned long z = zone_end_pfn(zone); /* zone_end_pfn namespace clash */ in shrink_zone_span() local
1081 struct zone *z; in reset_node_present_pages() local
Dbootmem.c250 struct zone *z; in reset_node_managed_pages() local
Dvmscan.c2519 struct zoneref *z; in shrink_zones() local
2745 struct zoneref *z; in throttle_direct_reclaim() local
Dcompaction.c1525 struct zoneref *z; in try_to_compact_pages() local
Dmigrate.c1555 int z; in migrate_balanced_pgdat() local
Dslab.c2756 #define cache_free_debugcheck(x,objp,z) (objp) argument
3006 struct zoneref *z; in fallback_alloc() local
Dhugetlb.c885 struct zoneref *z; in dequeue_huge_page_vma() local
1070 struct zone *z; in alloc_gigantic_page() local
Dpage-writeback.c296 struct zone *z = &NODE_DATA(node)->node_zones[ZONE_HIGHMEM]; in highmem_dirtyable_memory() local
Dslub.c1713 struct zoneref *z; in get_any_partial() local
/linux-4.4.14/drivers/misc/lis3lv02d/
Dlis3lv02d.c184 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
Dlis3lv02d.h267 int x, y, z; member
/linux-4.4.14/arch/blackfin/kernel/
Dkgdb_test.c52 noinline int kgdb_test(char *name, int len, int count, int z) in kgdb_test()
/linux-4.4.14/fs/cachefiles/
Dproc.c27 unsigned x, y, z, t; in cachefiles_histogram_show() local
/linux-4.4.14/net/tipc/
Daddr.c95 u32 z = tipc_zone(addr); in tipc_addr_domain_valid() local
/linux-4.4.14/drivers/video/fbdev/
Dfm2fb.c229 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) in fm2fb_probe()
Dcontrolfb.c70 #define DIRTY(z) ((x)->z != (y)->z) argument
71 #define DIRTY_CMAP(z) (memcmp(&((x)->z), &((y)->z), sizeof((y)->z))) argument
Dcirrusfb.c2196 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()
Dleo.c156 u32 z; member
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
Dregs-switch.h28 #define KS8695_SEPXCZ(x,z) (0x0c + (((x)-1)*3 + ((z)-1))*4) /* Port Configuration Registers */ argument
/linux-4.4.14/net/bluetooth/
Decc.c593 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
Dsmp.c224 const u8 x[16], u8 z, u8 res[16]) in smp_f4()
3542 const u8 z = 0x00; in test_f4() local
/linux-4.4.14/drivers/net/ethernet/amd/
Dariadne.c685 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()
Da2065.c673 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.4.14/drivers/uwb/
Ddrp-ie.c144 int z, i, num_fields = 0, next = 0; in uwb_drp_ie_from_bm() local
/linux-4.4.14/net/netfilter/
Dxt_policy.c41 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument
/linux-4.4.14/drivers/platform/x86/
Dclassmate-laptop.c165 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
Dhp_accel.c170 #define DEFINE_CONV(name, x, y, z) \ argument
Dtoshiba_acpi.c739 u32 *xy, u32 *z) in toshiba_accelerometer_get()
1779 u16 x, y, z; in position_show() local
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-exynos.h31 #define SDMMC_CLKSEL_TIMING(x, y, z) (SDMMC_CLKSEL_CCLK_SAMPLE(x) | \ argument
/linux-4.4.14/drivers/ide/
Dbuddha.c161 struct zorro_dev *z = NULL; in buddha_init() local
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c151 bits64 z; in shift64RightJamming() local
349 bits32 z; in shift32RightJamming() local
660 bits64 z, tmp; in estimateDiv128To64() local
/linux-4.4.14/drivers/staging/iio/light/
Dtsl2x7x_core.c962 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.4.14/drivers/input/misc/
Dmma8450.c111 int x, y, z; in mma8450_poll() local
Dmpu3050.c107 s16 z; member
Dkxtj9.c120 s16 x, y, z; in kxtj9_report_acceleration_data() local
Dbma150.c324 s16 x, y, z; in bma150_report_xyz() local
Dadxl34x.c187 int z; member
/linux-4.4.14/drivers/video/backlight/
D88pm860x_bl.c191 #define pm860x_backlight_dt_init(x, y, z) (-1) argument
/linux-4.4.14/arch/xtensa/include/asm/
Dcoprocessor.h115 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
/linux-4.4.14/drivers/parport/
Dparport_mfc3.c293 struct zorro_dev *z = NULL; in parport_mfc3_init() local
/linux-4.4.14/arch/mips/lantiq/xway/
Ddma.c58 #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ argument
/linux-4.4.14/drivers/firewire/
Dohci.c1054 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.4.14/drivers/input/mouse/
Dnavpoint.c86 int x, y, z; in navpoint_packet() local
Dalps.c249 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local
555 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v3() local
823 int x, y, z, left, right, middle; in alps_process_packet_v6() local
1094 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v7() local
Dvmmouse.c150 u32 status, x, y, z; in vmmouse_report_events() local
Dcypress_ps2.h138 int z; /* also named as touch pressure. */ member
Dhgpk.c357 int z = packet[5]; in hgpk_process_advanced_packet() local
Dsynaptics.h153 int z; member
Dappletouch.c348 int fact, int *z, int *fingers) in atp_calculate_abs()
Dcyapa_gen5.c184 u8 z; member
/linux-4.4.14/arch/frv/kernel/
Dtraps.c113 unsigned long x, y, z; in atomic_operation() local
/linux-4.4.14/include/sound/
Dsoundfont.h30 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
/linux-4.4.14/drivers/regulator/
Dmax8925-regulator.c273 #define max8925_regulator_dt_init(x, y, z) (-1) argument
D88pm8607.c343 #define pm8607_regulator_dt_init(x, y, z) (-1) argument
/linux-4.4.14/lib/mpi/
Dmpicoder.c440 int x, i, j, z, lzeros, ents; in mpi_read_raw_from_sgl() local
/linux-4.4.14/arch/parisc/include/asm/
Dpsw.h67 unsigned int z:1; member
/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c120 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.4.14/drivers/hid/
Dhid-wiimote-modules.c435 __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
Dhid-rmi.c339 int z; in rmi_f11_process_touch() local
Dhid-logitech-hidpp.c641 u8 z; member
/linux-4.4.14/drivers/md/
Draid0.c288 struct strip_zone *z = conf->strip_zone; in find_zone() local
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_security.h331 #define Ch(x, y, z) (z ^ (x & (y ^ z))) argument
332 #define Maj(x, y, z) (((x | y) & z) | (x & y)) argument
/linux-4.4.14/drivers/media/dvb-frontends/
Dstb6100.c42 #define dprintk(x, y, z, format, arg...) do { \ argument
Dstb0899_priv.h34 #define dprintk(x, y, z, format, arg...) do { \ argument
Dtda10048.c343 u64 t, z; in tda10048_set_wref() local
Dmb86a16.c57 #define dprintk(x, y, z, format, arg...) do { \ argument
/linux-4.4.14/arch/sparc/crypto/
Dopcodes.h6 #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) argument
/linux-4.4.14/include/uapi/drm/
Dvirtgpu_drm.h98 uint32_t z; member
/linux-4.4.14/drivers/input/tablet/
Dwacom_serial4.c316 int x, y, z; in wacom_handle_packet() local
Daiptek.c440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
/linux-4.4.14/include/math-emu/
Dop-1.h55 #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) argument
/linux-4.4.14/arch/arm/vfp/
Dvfp.h115 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
Dvfpsingle.c290 u32 z, a; in vfp_estimate_sqrt_significand() local
/linux-4.4.14/arch/parisc/mm/
Dinit.c691 struct zoneref *z; in show_mem() local
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst_ca.c38 #define dprintk(x, y, z, format, arg...) do { \ argument
Ddst.c54 #define dprintk(x, y, z, format, arg...) do { \ argument
/linux-4.4.14/drivers/input/joystick/
Dadi.c142 unsigned char u, v, w, x, z; in adi_read_packet() local
Danalog.c464 int i, j, t, v, w, x, y, z; in analog_init_device() local
/linux-4.4.14/drivers/iio/magnetometer/
Dmmc35240.c82 #define MMC35240_Z_COEFF(z) (z + 13500) argument
Dbmc150_magn.c408 static s32 bmc150_magn_compensate_z(struct bmc150_magn_trim_regs *tregs, s16 z, in bmc150_magn_compensate_z()
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c248 #define NOSET_MASK(x, y, z) (x = ((x) & ~(z)) | ((y) & (z))) in unset_locked_termios() argument
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_common.h39 #define dprintk(y, z, format, arg...) do { \ argument
/linux-4.4.14/arch/mips/include/asm/octeon/
Docteon-model.h311 #define __OCTEON_MATCH_MASK__(x, y, z) (((x) & (z)) == ((y) & (z))) argument
/linux-4.4.14/arch/tile/mm/
Dinit.c696 struct zone *z; in set_non_bootmem_pages_init() local
/linux-4.4.14/sound/pci/au88x0/
Dau88x0.h39 #define hwwrite(x,y,z) writel((z),(x)+(y)) argument
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0020.c426 int wbufsize, z; in do_write_buffer() local
Dcfi_cmdset_0002.c1806 int z, words; in do_write_buffer() local
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h1098 u32 x, u32 y, u32 z) in svga3dsurface_get_pixel_offset()
Dsvga3d_types.h68 uint32 z; member
95 uint32 z; member
108 uint32 z; member
/linux-4.4.14/arch/m68k/include/asm/
Ddvma.h25 #define dvma_map_align_vme(x, y, z) (dvma_map_align (x, y, z) & 0xfffff) argument
/linux-4.4.14/net/irda/
Dirlap_frame.c1149 int w, x, y, z; in irlap_recv_frmr_frame() local
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_hwi.c355 int i, k, z = 0; in asd_assign_edbs2escbs() local
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c1172 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.4.14/arch/powerpc/kernel/
Dtime.c1081 unsigned long w, x, y, z; in div128_by_32() local
/linux-4.4.14/arch/m68k/kernel/
Dhead.S1622 #define putZc(z,n) jbne 1f; putc z; jbra 2f; 1: putc n; 2: argument
/linux-4.4.14/arch/s390/include/asm/
Dcpu_mf.h101 unsigned int z:2; /* zeros */ member
/linux-4.4.14/drivers/net/ethernet/
Dlantiq_etop.c82 #define ltq_etop_w32_mask(x, y, z) \ argument
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_Ti3026.c313 unsigned int loopfeed, loopin, looppost, loopdiv, z; in Ti3026_setpclk() local
/linux-4.4.14/include/uapi/linux/
Dvirtio_gpu.h202 __le32 x, y, z; member
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib.h71 #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.4.14/drivers/hwmon/
Dapplesmc.c722 s16 x, y, z; in applesmc_position_show() local
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c1699 int n, z, num = (symbolic ? 1 : (16 / bytesperword)); in kdb_md() local
/linux-4.4.14/arch/s390/kvm/
Dgaccess.c165 unsigned long z : 1; /* Zero Bit */ member
/linux-4.4.14/kernel/power/
Dsnapshot.c1129 static inline void *saveable_highmem_page(struct zone *z, unsigned long p) in saveable_highmem_page()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c3718 u8 z; in handle_verify_cap() local
4991 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, in write_vc_local_fabric()
5073 static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, in read_vc_remote_fabric()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c2832 #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) in pfm_write_pmcs() argument
/linux-4.4.14/drivers/net/wireless/
Dairo.c7971 int z; in flashcard() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2878 #define container_of_dwork_rtl(x, y, z) \ argument