Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-sleepgraph.py-parse-unfished-cpu-exec-line.patch37 + mcont = re.match(tp.ftrace_line_fmt, nextline)
38 + n = m.group('ps') + mcont.group('msg').split(': ')[1]
/openbmc/linux/drivers/net/can/c_can/
H A Dc_can_main.c415 u32 obj, u32 mask, u32 id, u32 mcont) in c_can_setup_receive_object() argument
425 priv->write_reg(priv, C_CAN_IFACE(MSGCTRL_REG, iface), mcont); in c_can_setup_receive_object()