Searched refs:pdevreg (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/s390/ |
D | s390dyn.c | 26 devreg_t *pdevreg = list_entry(p, devreg_t, list); in s390_device_register_internal() local 28 if (pdevreg == drinfo) in s390_device_register_internal() 34 if (pdevreg->ci.devno == drinfo->ci.devno && in s390_device_register_internal() 35 (pdevreg->flag & DEVREG_TYPE_DEVNO) && in s390_device_register_internal() 41 !memcmp(&drinfo->ci.hc, &pdevreg->ci.hc, in s390_device_register_internal() 75 devreg_t *pdevreg = list_entry(p, devreg_t, list); in s390_device_unregister_internal() local 77 if (pdevreg == dreg) { in s390_device_unregister_internal() 105 devreg_t *pdevreg = list_entry(p, devreg_t, list); in s390_search_devreg_internal() local 109 flag = pdevreg->flag; in s390_search_devreg_internal() 113 ioinfo->devno != pdevreg->ci.devno) in s390_search_devreg_internal() [all …]
|
D | s390io.c | 4522 devreg_t *pdevreg; in s390_redo_validation() local 4524 pdevreg = in s390_redo_validation() 4526 if (pdevreg != NULL) { in s390_redo_validation() 4527 if (pdevreg->oper_func != NULL) in s390_redo_validation() 4528 pdevreg->oper_func (irq, in s390_redo_validation() 4529 pdevreg); in s390_redo_validation() 5630 devreg_t *pdevreg; in s390_do_path_verification() local 5631 pdevreg = s390_search_devreg(ioinfo[irq]); in s390_do_path_verification() 5633 if (pdevreg && pdevreg->oper_func) in s390_do_path_verification() 5634 pdevreg->oper_func(irq, pdevreg); in s390_do_path_verification() [all …]
|