Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-regmap.c195 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_gather_write()
240 const struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read_one()
270 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read()
503 if (!priv->map_buf_crc_tx) { in mcp251xfd_regmap_init_crc()
504 priv->map_buf_crc_tx = in mcp251xfd_regmap_init_crc()
506 sizeof(*priv->map_buf_crc_tx), in mcp251xfd_regmap_init_crc()
508 if (!priv->map_buf_crc_tx) in mcp251xfd_regmap_init_crc()
527 if (priv->map_buf_crc_tx) { in mcp251xfd_regmap_destroy_crc()
528 devm_kfree(&priv->spi->dev, priv->map_buf_crc_tx); in mcp251xfd_regmap_destroy_crc()
529 priv->map_buf_crc_tx = NULL; in mcp251xfd_regmap_destroy_crc()
Dmcp251xfd.h578 struct mcp251xfd_map_buf_crc *map_buf_crc_tx; member