Home
last modified time | relevance | path

Searched refs:to_command (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/ibmasm/
H A Dcommand.c54 struct command *cmd = to_command(kref); in ibmasm_free_command()
H A Dibmasm.h88 #define to_command(c) container_of(c, struct command, kref) macro