Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/misc/
DMakefile7 obj-$(CONFIG_CHANDEV) += chandev.o
8 export-objs += chandev.o
Dchandev.c52 typedef struct chandev chandev; typedef
53 struct chandev struct
55 struct chandev *next; argument
704 chandev *chandev_get_by_irq(int irq) in chandev_get_by_irq()
706 chandev *curr_chandev; in chandev_get_by_irq()
708 for_each(curr_chandev,(chandev *)chandev_head.head) in chandev_get_by_irq()
972 void chandev_remove(chandev *member) in chandev_remove()
985 chandev *curr_chandev,*next_chandev; in chandev_remove_model()
988 for_each_allow_delete(curr_chandev,next_chandev,(chandev *)chandev_head.head) in chandev_remove_model()
1070 chandev *new_chandev=NULL; in chandev_add()
[all …]
/linux-2.4.37.9/Documentation/
Dkernel-parameters.txt151 chandev= [HW,NET]
DConfigure.help25715 For more info see the chandev manpage usually distributed in
25716 <file:Documentation/s390/chandev.8> in the Linux source tree.
/linux-2.4.37.9/Documentation/s390/
DDebugging390.txt2437 chandev
2444 See the manpage chandev.8 &type cat /proc/chandev for more info.