Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/include/asm/
Dccwdev.h38 | ((devm) ? CCW_DEVICE_ID_MATCH_DEVICE_MODEL : 0)
64 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_MODEL) in ccw_device_id_match()
/linux-6.6.21/include/linux/
Dmod_devicetable.h196 #define CCW_DEVICE_ID_MATCH_DEVICE_MODEL 0x08 macro
/linux-6.6.21/scripts/mod/
Dfile2alias.c514 ADD(alias, "dm", match_flags&CCW_DEVICE_ID_MATCH_DEVICE_MODEL, in do_ccw_entry()