mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	While UTF-8 characters can be used at the Linux documentation,
the best is to use them only when ASCII doesn't offer a good replacement.
So, replace the occurences of the following UTF-8 characters:
	- U+2014 ('—'): EM DASH
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
		
	
			
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			761 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			761 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
FPGA Bridge
 | 
						|
===========
 | 
						|
 | 
						|
API to implement a new FPGA bridge
 | 
						|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
						|
 | 
						|
* struct fpga_bridge - The FPGA Bridge structure
 | 
						|
* struct fpga_bridge_ops - Low level Bridge driver ops
 | 
						|
* devm_fpga_bridge_create() - Allocate and init a bridge struct
 | 
						|
* fpga_bridge_register() - Register a bridge
 | 
						|
* fpga_bridge_unregister() - Unregister a bridge
 | 
						|
 | 
						|
.. kernel-doc:: include/linux/fpga/fpga-bridge.h
 | 
						|
   :functions: fpga_bridge
 | 
						|
 | 
						|
.. kernel-doc:: include/linux/fpga/fpga-bridge.h
 | 
						|
   :functions: fpga_bridge_ops
 | 
						|
 | 
						|
.. kernel-doc:: drivers/fpga/fpga-bridge.c
 | 
						|
   :functions: devm_fpga_bridge_create
 | 
						|
 | 
						|
.. kernel-doc:: drivers/fpga/fpga-bridge.c
 | 
						|
   :functions: fpga_bridge_register
 | 
						|
 | 
						|
.. kernel-doc:: drivers/fpga/fpga-bridge.c
 | 
						|
   :functions: fpga_bridge_unregister
 |