Searched refs:chandev (Results 1 – 5 of 5) sorted by relevance
7 obj-$(CONFIG_CHANDEV) += chandev.o8 export-objs += chandev.o
52 typedef struct chandev chandev; typedef53 struct chandev struct55 struct chandev *next; argument704 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 …]
151 chandev= [HW,NET]
25715 For more info see the chandev manpage usually distributed in25716 <file:Documentation/s390/chandev.8> in the Linux source tree.
2437 chandev2444 See the manpage chandev.8 &type cat /proc/chandev for more info.