Searched refs:mlx5_fpga_temperature (Results 1 – 6 of 6) sorted by relevance
131 struct mlx5_fpga_temperature { struct151 #define MLX5_FPGA_TEMPERATURE _IOWR('m', 0x86, struct mlx5_fpga_temperature) argument
363 int mlx5_fpga_temperature(struct mlx5_fpga_device *fdev,364 struct mlx5_fpga_temperature *temp);
520 int mlx5_fpga_temperature(struct mlx5_fpga_device *fdev, in mlx5_fpga_temperature() function521 struct mlx5_fpga_temperature *temp) in mlx5_fpga_temperature()525 EXPORT_SYMBOL(mlx5_fpga_temperature);
62 struct mlx5_fpga_temperature *temp);
194 struct mlx5_fpga_temperature *temp) in mlx5_fpga_query_mtmp()
201 struct mlx5_fpga_temperature *temperature; in tools_char_ioctl()261 temperature = (struct mlx5_fpga_temperature *)data; in tools_char_ioctl()262 mlx5_fpga_temperature(fdev, temperature); in tools_char_ioctl()