cregit-Linux how code gets into the kernel

Release 4.12 drivers/net/dsa/lan9303.h

Directory: drivers/net/dsa
#include <linux/regmap.h>
#include <linux/device.h>
#include <net/dsa.h>


struct lan9303 {
	
struct device *dev;
	
struct regmap *regmap;
	
struct regmap_irq_chip_data *irq_data;
	
struct gpio_desc *reset_gpio;
	
u32 reset_duration; /* in [ms] */
	
bool phy_addr_sel_strap;
	
struct dsa_switch *ds;
	
struct mutex indirect_mutex; /* protect indexed register access */
};

extern const struct regmap_access_table lan9303_register_set;

int lan9303_probe(struct lan9303 *chip, struct device_node *np);
int lan9303_remove(struct lan9303 *chip);

Overall Contributors

PersonTokensPropCommitsCommitProp
Juergen Beisert (or Jourgen Borleis)80100.00%1100.00%
Total80100.00%1100.00%
Directory: drivers/net/dsa
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.