Searched refs:to_command (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/misc/ibmasm/ | ||
H A D | command.c | 54 struct command *cmd = to_command(kref); in ibmasm_free_command() |
H A D | ibmasm.h | 88 #define to_command(c) container_of(c, struct command, kref) macro |