Home
last modified time | relevance | path

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

/openbmc/linux/drivers/connector/
H A Dcn_proc.c399 struct proc_input *pinput = NULL; in cn_proc_mcast_ctl() local
413 if (msg->len == sizeof(*pinput)) { in cn_proc_mcast_ctl()
414 pinput = (struct proc_input *)msg->data; in cn_proc_mcast_ctl()
415 mc_op = pinput->mcast_op; in cn_proc_mcast_ctl()
416 ev_type = pinput->event_type; in cn_proc_mcast_ctl()