Searched refs:HECI_MINOR_TO_INSTANCE (Results 1 – 2 of 2) sorted by relevance
490 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_getinfo()498 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_getinfo()623 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_open()695 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_close()825 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_read()988 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_write()1258 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_ioctl()1336 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_poll()
136 #define HECI_MINOR_TO_INSTANCE(x) ((x) & 0xFF) macro