Home
last modified time | relevance | path

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

/openbmc/linux/net/caif/
H A Dcfcnfg.c69 static void cfctrl_resp_func(void);
92 resp->linkerror_ind = cfctrl_resp_func; in cfcnfg_create()
94 resp->sleep_rsp = cfctrl_resp_func; in cfcnfg_create()
95 resp->wake_rsp = cfctrl_resp_func; in cfcnfg_create()
96 resp->restart_rsp = cfctrl_resp_func; in cfcnfg_create()
97 resp->radioset_rsp = cfctrl_resp_func; in cfcnfg_create()
129 static void cfctrl_resp_func(void) in cfctrl_resp_func() function