Home
last modified time | relevance | path

Searched refs:CCW_DEVICE_ID_MATCH_DEVICE_MODEL (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h35 | ((devm) ? CCW_DEVICE_ID_MATCH_DEVICE_MODEL : 0)
61 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_MODEL) in ccw_device_id_match()
/linux-4.1.27/include/linux/
Dmod_devicetable.h169 #define CCW_DEVICE_ID_MATCH_DEVICE_MODEL 0x08 macro
/linux-4.1.27/scripts/mod/
Dfile2alias.c465 ADD(alias, "dm", match_flags&CCW_DEVICE_ID_MATCH_DEVICE_MODEL, in do_ccw_entry()