Home
last modified time | relevance | path

Searched refs:SSAM_MATCH_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/surface_aggregator/
H A Ddevice.h99 | (((fun) != SSAM_SSH_FUN_ANY) ? SSAM_MATCH_FUNCTION : 0), \
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dbus.c198 if ((id->match_flags & SSAM_MATCH_FUNCTION) && id->function != uid.function) in ssam_device_id_compatible()
/openbmc/linux/include/linux/
H A Dmod_devicetable.h878 #define SSAM_MATCH_FUNCTION 0x4 macro
/openbmc/linux/scripts/mod/
H A Dfile2alias.c1435 ADD(alias, "f", match_flags & SSAM_MATCH_FUNCTION, function); in do_ssam_entry()