Home
last modified time | relevance | path

Searched refs:chandev_force (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c69 typedef struct chandev_force chandev_force; typedef
70 struct chandev_force struct
72 struct chandev_force *next; argument
178 static chandev_force *chandev_force_head=NULL;
1129 int chandev_is_chandev(int irq,s390_dev_info_t *devinfo,chandev_force **forceinfo,chandev_model_inf… in chandev_is_chandev()
1131 chandev_force *curr_force; in chandev_is_chandev()
1211 chandev_force *new_chandev_force; in chandev_add_force()
1234 if((new_chandev_force=chandev_alloc(sizeof(chandev_force)))) in chandev_add_force()
1259 chandev_force *curr_force,*next_force; in chandev_del_force()
1647 int chandev_doprobe(chandev_force *force,chandev *read, in chandev_doprobe()
[all …]