Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dhwio.h158 int cw1200_data_write(struct cw1200_common *priv,
H A Dhwio.c144 int cw1200_data_write(struct cw1200_common *priv, const void *buf, in cw1200_data_write() function
H A Dbh.c386 if (WARN_ON(cw1200_data_write(priv, data, tx_len))) { in cw1200_bh_tx_helper()