Searched defs:atm_dev (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | atmdev.h | 321 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/ |
D | he.c | 349 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()
|
D | firestream.h | 476 struct atm_dev *atm_dev; member 502 #define FS_DEV(atm_dev) ((struct fs_dev *) (atm_dev)->dev_data) argument
|
D | horizon.h | 440 struct atm_dev * atm_dev; member 486 #define HRZ_DEV(atm_dev) ((hrz_dev *) (atm_dev)->dev_data) argument
|
D | firestream.c | 1904 struct atm_dev *atm_dev; in firestream_init_one() local
|
D | horizon.c | 2705 static int hrz_proc_read (struct atm_dev * atm_dev, loff_t * pos, char * page) { in hrz_proc_read()
|
D | ambassador.h | 650 struct atm_dev * atm_dev; member 657 #define AMB_DEV(atm_dev) ((amb_dev *) (atm_dev)->dev_data) argument
|
D | ambassador.c | 1633 static int amb_proc_read (struct atm_dev * atm_dev, loff_t * pos, char * page) { in amb_proc_read()
|
D | zatm.c | 377 struct atm_dev *atm_dev; in zatm_clock_sync() local
|
D | fore200e.c | 2731 struct atm_dev* atm_dev; in fore200e_register() local
|
D | he.h | 354 struct atm_dev *atm_dev; member
|
D | fore200e.h | 876 struct atm_dev* atm_dev; /* ATM device */ member
|
/linux-2.4.37.9/drivers/usb/ |
D | speedtch.c | 236 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()
|