Searched refs:mcp251xfd_map_buf_crc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 205 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_gather_write() 246 mcp251xfd_regmap_crc_read_check_crc(const struct mcp251xfd_map_buf_crc * const buf_rx, in mcp251xfd_regmap_crc_read_check_crc() 247 const struct mcp251xfd_map_buf_crc * const buf_tx, in mcp251xfd_regmap_crc_read_check_crc() 267 const struct mcp251xfd_map_buf_crc *buf_rx = priv->map_buf_crc_rx; in mcp251xfd_regmap_crc_read_one() 268 const struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read_one() 288 struct mcp251xfd_map_buf_crc *buf_rx = priv->map_buf_crc_rx; in mcp251xfd_regmap_crc_read() 289 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read() 462 .max_raw_read = sizeof_field(struct mcp251xfd_map_buf_crc, data), 463 .max_raw_write = sizeof_field(struct mcp251xfd_map_buf_crc, data),
|
H A D | mcp251xfd.h | 576 struct __packed mcp251xfd_map_buf_crc { 624 struct mcp251xfd_map_buf_crc *map_buf_crc_rx; 625 struct mcp251xfd_map_buf_crc *map_buf_crc_tx;
|
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 195 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_gather_write() 239 const struct mcp251xfd_map_buf_crc *buf_rx = priv->map_buf_crc_rx; in mcp251xfd_regmap_crc_read_one() 240 const struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read_one() 269 struct mcp251xfd_map_buf_crc *buf_rx = priv->map_buf_crc_rx; in mcp251xfd_regmap_crc_read() 270 struct mcp251xfd_map_buf_crc *buf_tx = priv->map_buf_crc_tx; in mcp251xfd_regmap_crc_read() 409 .max_raw_read = sizeof_field(struct mcp251xfd_map_buf_crc, data), 410 .max_raw_write = sizeof_field(struct mcp251xfd_map_buf_crc, data),
|
H A D | mcp251xfd.h | 538 struct __packed mcp251xfd_map_buf_crc { struct 577 struct mcp251xfd_map_buf_crc *map_buf_crc_rx; 578 struct mcp251xfd_map_buf_crc *map_buf_crc_tx;
|
Completed in 10 milliseconds