cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/irda-pxaficp.h

#ifndef ASMARM_ARCH_IRDA_H

#define ASMARM_ARCH_IRDA_H

/* board specific transceiver capabilities */


#define IR_OFF		1

#define IR_SIRMODE	2

#define IR_FIRMODE	4


struct pxaficp_platform_data {
	
int transceiver_cap;
	
void (*transceiver_mode)(struct device *dev, int mode);
	
int (*startup)(struct device *dev);
	
void (*shutdown)(struct device *dev);
	
int gpio_pwdown;		/* powerdown GPIO for the IrDA chip */
	
bool gpio_pwdown_inverted;	/* gpio_pwdown is inverted */
};

extern void pxa_set_ficp_info(struct pxaficp_platform_data *info);

#if defined(CONFIG_PXA25x) || defined(CONFIG_PXA27x)
void pxa2xx_transceiver_mode(struct device *dev, int mode);
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Nico Pitre5448.65%125.00%
Dmitry Baryshkov4944.14%250.00%
Marek Vašut87.21%125.00%
Total111100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.