Home
last modified time | relevance | path

Searched refs:ccw_device_id_match (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h46 ccw_device_id_match(const struct ccw_device_id *array, in ccw_device_id_match() function
/openbmc/linux/drivers/s390/cio/
H A Ddevice.c70 found = ccw_device_id_match(ids, &cdev->id); in ccw_bus_match()