cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.h

#ifndef DW_HDMI_CEC_H

#define DW_HDMI_CEC_H

struct dw_hdmi;


struct dw_hdmi_cec_ops {
	
void (*write)(struct dw_hdmi *hdmi, u8 val, int offset);
	
u8 (*read)(struct dw_hdmi *hdmi, int offset);
	
void (*enable)(struct dw_hdmi *hdmi);
	
void (*disable)(struct dw_hdmi *hdmi);
};


struct dw_hdmi_cec_data {
	
struct dw_hdmi *hdmi;
	
const struct dw_hdmi_cec_ops *ops;
	
int irq;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King92100.00%1100.00%
Total92100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.