Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390/
Dirq.h634 int get_dev_info( int irq, s390_dev_info_t *); /* to be eliminated - don't use */
/linux-2.4.37.9/include/asm-s390x/
Dirq.h635 int get_dev_info( int irq, s390_dev_info_t *); /* to be eliminated - don't use */
/linux-2.4.37.9/drivers/s390/char/
Dcon3215.c757 if (get_dev_info(irq, &dinfo) == -ENODEV) in raw3215_find_dev()
/linux-2.4.37.9/Documentation/s390/
Dcds.txt308 calling get_dev_info() until it returns -ENODEV as there aren't any more
433 by calling get_dev_info(). Once it has found a device it will call
517 by calling get_dev_info(). Once it has found a device it will call
/linux-2.4.37.9/drivers/s390/
Ds390io.c4126 get_dev_info (int irq, s390_dev_info_t * pdi) in get_dev_info() function