Home
last modified time | relevance | path

Searched defs:atm_dev (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/include/linux/
Datmdev.h321 struct atm_dev { struct
329 atm_dev_flags_t flags; /* device flags (ATM_DF_*) */ argument
330 struct atm_dev_addr *local; /* local ATM addresses */ argument
333 struct k_atm_dev_stats stats; /* statistics */ argument
356 void (*dev_close)(struct atm_dev *dev); argument
/linux-2.4.37.9/drivers/atm/
Dhe.c349 struct atm_dev *atm_dev = NULL; in he_init_one() local
406 struct atm_dev *atm_dev; in he_remove_one() local
2830 he_ioctl(struct atm_dev *atm_dev, unsigned int cmd, void *arg) in he_ioctl()
2887 he_phy_put(struct atm_dev *atm_dev, unsigned char val, unsigned long addr) in he_phy_put()
2902 he_phy_get(struct atm_dev *atm_dev, unsigned long addr) in he_phy_get()
Dfirestream.h476 struct atm_dev *atm_dev; member
502 #define FS_DEV(atm_dev) ((struct fs_dev *) (atm_dev)->dev_data) argument
Dhorizon.h440 struct atm_dev * atm_dev; member
486 #define HRZ_DEV(atm_dev) ((hrz_dev *) (atm_dev)->dev_data) argument
Dfirestream.c1904 struct atm_dev *atm_dev; in firestream_init_one() local
Dhorizon.c2705 static int hrz_proc_read (struct atm_dev * atm_dev, loff_t * pos, char * page) { in hrz_proc_read()
Dambassador.h650 struct atm_dev * atm_dev; member
657 #define AMB_DEV(atm_dev) ((amb_dev *) (atm_dev)->dev_data) argument
Dambassador.c1633 static int amb_proc_read (struct atm_dev * atm_dev, loff_t * pos, char * page) { in amb_proc_read()
Dzatm.c377 struct atm_dev *atm_dev; in zatm_clock_sync() local
Dfore200e.c2731 struct atm_dev* atm_dev; in fore200e_register() local
Dhe.h354 struct atm_dev *atm_dev; member
Dfore200e.h876 struct atm_dev* atm_dev; /* ATM device */ member
/linux-2.4.37.9/drivers/usb/
Dspeedtch.c236 struct atm_dev *atm_dev; member
830 static int udsl_atm_proc_read (struct atm_dev *atm_dev, loff_t *pos, char *page) in udsl_atm_proc_read()