Home
last modified time | relevance | path

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

1234

/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.c42 struct zorro_dev *z = to_zorro_dev(dev); in zorro_show_resource() local
56 struct zorro_dev *z = to_zorro_dev(container_of(kobj, struct device, in zorro_read_config() local
83 struct zorro_dev *z = to_zorro_dev(dev); in modalias_show() local
90 int zorro_create_sysfs_dev_files(struct zorro_dev *z) in zorro_create_sysfs_dev_files()
Dzorro.c50 struct zorro_dev *z; in zorro_find_device() local
110 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource()
128 struct zorro_dev *z; in amiga_zorro_probe() local
Dproc.c50 struct zorro_dev *z = PDE_DATA(file_inode(file)); in proc_bus_zorro_read() local
100 struct zorro_dev *z = &zorro_autocon[slot]; in zorro_seq_show() local
/drivers/net/wan/lmc/
Dlmc_debug.h6 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) argument
8 #define LMC_CONSOLE_LOG(x,y,z) argument
11 #define LMC_CONSOLE_LOG(x,y,z) argument
43 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) argument
45 #define LMC_EVENT_LOG(x,y,z) argument
/drivers/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()
/drivers/net/ethernet/8390/
Dhydra.c83 static int hydra_init_one(struct zorro_dev *z, in hydra_init_one()
113 static int hydra_init(struct zorro_dev *z) in hydra_init()
250 static void hydra_remove_one(struct zorro_dev *z) in hydra_remove_one()
Dzorro8390.c257 static void zorro8390_remove_one(struct zorro_dev *z) in zorro8390_remove_one()
398 static int zorro8390_init_one(struct zorro_dev *z, in zorro8390_init_one()
/drivers/macintosh/ams/
Dams-input.c35 s8 x, y, z; in ams_idev_poll() local
58 s8 x, y, z; in ams_input_enable() local
Dams-core.c39 void ams_sensors(s8 *x, s8 *y, s8 *z) in ams_sensors()
60 s8 x, y, z; in ams_show_current() local
/drivers/net/ethernet/ibm/emac/
Drgmii.h73 # define rgmii_attach(x,y,z) (-ENXIO) argument
77 # define rgmii_set_speed(x,y,z) do { } while(0) argument
Dzmii.h69 # define zmii_attach(x,y,z) (-ENXIO) argument
73 # define zmii_set_speed(x,y,z) do { } while(0) argument
/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
/drivers/usb/gadget/
Dimx_udc.h221 #define dump_intr(x, y, z) do {} while (0) argument
240 #define dump_ep_intr(x, y, z, i) do {} while (0) argument
328 #define dump_req(x, y, z) do {} while (0) argument
343 #define dump_ep_intr(x, y, z, i) do {} while (0) argument
344 #define dump_intr(x, y, z) do {} while (0) argument
347 #define dump_req(x, y, z) do {} while (0) argument
/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
/drivers/ata/
Dpata_cs5536.c51 #define rdmsr(x, y, z) do { } while (0) argument
52 #define wrmsr(x, y, z) do { } while (0) argument
/drivers/misc/lis3lv02d/
Dlis3lv02d.c185 static void lis3lv02d_get_xyz(struct lis3lv02d *lis3, int *x, int *y, int *z) in lis3lv02d_get_xyz()
272 s16 x, y, z; in lis3lv02d_selftest() local
453 int x, y, z; in lis3lv02d_joystick_poll() local
810 int x, y, z; in lis3lv02d_position_show() local
/drivers/staging/zcache/
Dramster.h17 static inline void ramster_init(bool x, bool y, bool z, bool w) in ramster_init()
/drivers/net/ethernet/amd/
Dariadne.c684 static void ariadne_remove_one(struct zorro_dev *z) in ariadne_remove_one()
712 static int ariadne_init_one(struct zorro_dev *z, in ariadne_init_one()
/drivers/platform/x86/
Dclassmate-laptop.c166 int16_t *z) in cmpc_get_accel_v4()
200 int16_t x, y, z; in cmpc_accel_handler_v4() local
520 unsigned char *z) in cmpc_get_accel()
549 unsigned char x, y, z; in cmpc_accel_handler() local
/drivers/video/
Dfm2fb.c229 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) in fm2fb_probe()
/drivers/staging/iio/light/
Dtsl2x7x_core.c970 int y, z; in tsl2x7x_als_time_show() local
1039 int y, z, filter_delay; in tsl2x7x_als_persistence_show() local
1057 int y, z, filter_delay; in tsl2x7x_als_persistence_store() local
1085 int y, z, filter_delay; in tsl2x7x_prox_persistence_show() local
1103 int y, z, filter_delay; in tsl2x7x_prox_persistence_store() local

1234