Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A 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.15/include/linux/
H A Dmod_devicetable.h196 #define CCW_DEVICE_ID_MATCH_DEVICE_MODEL 0x08 macro
/linux-6.15/scripts/mod/
H A Dfile2alias.c491 ADD(alias, "dm", match_flags&CCW_DEVICE_ID_MATCH_DEVICE_MODEL, in do_ccw_entry()