Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c613 static bool is_read_blocked(struct wwan_port *port) in is_read_blocked() function
625 if (!is_read_blocked(port)) in wwan_wait_rx()
631 if (wait_event_interruptible(port->waitqueue, !is_read_blocked(port))) in wwan_wait_rx()
776 if (!is_read_blocked(port)) in wwan_port_fops_poll()