Searched refs:map_buf_crc_tx (Results 1 – 2 of 2) sorted by relevance
205 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_gather_write()268 const struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read_one()289 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read()556 if (!priv->map_buf_crc_tx) { in mcp251xfd_regmap_init_crc()557 priv->map_buf_crc_tx = in mcp251xfd_regmap_init_crc()559 sizeof(*priv->map_buf_crc_tx), in mcp251xfd_regmap_init_crc()561 if (!priv->map_buf_crc_tx) in mcp251xfd_regmap_init_crc()580 if (priv->map_buf_crc_tx) { in mcp251xfd_regmap_destroy_crc()581 devm_kfree(&priv->spi->dev, priv->map_buf_crc_tx); in mcp251xfd_regmap_destroy_crc()582 priv->map_buf_crc_tx = NULL; in mcp251xfd_regmap_destroy_crc()
631 struct mcp251xfd_map_buf_crc *map_buf_crc_tx; member