Searched refs:ap_bus_type (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 144 static const struct bus_type ap_bus_type; variable 717 bus_for_each_dev(&ap_bus_type, NULL, (void *)&ctrs, __ap_calc_helper); in ap_calc_bound_apqns() 812 bus_for_each_dev(&ap_bus_type, NULL, NULL, __ap_revise_reserved); in ap_bus_revise_bindings() 976 drv->bus = &ap_bus_type; in ap_driver_register() 1419 rc = bus_for_each_drv(&ap_bus_type, NULL, reserved, in apmask_commit() 1511 rc = bus_for_each_drv(&ap_bus_type, NULL, reserved, in aqmask_commit() 1632 static const struct bus_type ap_bus_type = { variable 1778 bus_for_each_drv(&ap_bus_type, NULL, NULL, in notify_config_changed() 1800 bus_for_each_drv(&ap_bus_type, NULL, NULL, in notify_scan_complete() 1810 bus_for_each_dev(&ap_bus_type, NULL, in ap_scan_rm_card_dev_and_queue_devs() [all …]
|