Home
last modified time | relevance | path

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

/linux/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd-regmap.c195 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_gather_write()
259 const struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read_one()
280 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read()
547 if (!priv->map_buf_crc_tx) { in mcp251xfd_regmap_init_crc()
548 priv->map_buf_crc_tx = in mcp251xfd_regmap_init_crc()
550 sizeof(*priv->map_buf_crc_tx), in mcp251xfd_regmap_init_crc()
552 if (!priv->map_buf_crc_tx) in mcp251xfd_regmap_init_crc()
571 if (priv->map_buf_crc_tx) { in mcp251xfd_regmap_destroy_crc()
572 devm_kfree(&priv->spi->dev, priv->map_buf_crc_tx); in mcp251xfd_regmap_destroy_crc()
573 priv->map_buf_crc_tx = NULL; in mcp251xfd_regmap_destroy_crc()
A Dmcp251xfd.h590 struct mcp251xfd_map_buf_crc *map_buf_crc_tx; member

Completed in 7 milliseconds