Home
last modified time | relevance | path

Searched defs:i2c_driver (Results 1 – 6 of 6) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h101733 struct i2c_driver { struct
101734 unsigned int class;
101735 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
101736 int (*remove)(struct i2c_client *);
101737 int (*probe_new)(struct i2c_client *);
101738 void (*shutdown)(struct i2c_client *);
101739 void (*alert)(struct i2c_client *, enum i2c_alert_protocol, unsigned int);
101740 int (*command)(struct i2c_client *, unsigned int, void *);
101741 struct device_driver driver;
101742 const struct i2c_device_id *id_table;
[all …]
Dvmlinux.h101733 struct i2c_driver { struct
101734 unsigned int class;
101735 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
101736 int (*remove)(struct i2c_client *);
101737 int (*probe_new)(struct i2c_client *);
101738 void (*shutdown)(struct i2c_client *);
101739 void (*alert)(struct i2c_client *, enum i2c_alert_protocol, unsigned int);
101740 int (*command)(struct i2c_client *, unsigned int, void *);
101741 struct device_driver driver;
101742 const struct i2c_device_id *id_table;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h72435 struct i2c_driver { struct
72436 unsigned int class;
72437 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
72438 int (*remove)(struct i2c_client *);
72439 int (*probe_new)(struct i2c_client *);
72440 void (*shutdown)(struct i2c_client *);
72441 void (*alert)(struct i2c_client *, enum i2c_alert_protocol, unsigned int);
72442 int (*command)(struct i2c_client *, unsigned int, void *);
72443 struct device_driver driver;
72444 const struct i2c_device_id *id_table;
[all …]
Dvmlinux.h72435 struct i2c_driver { struct
72436 unsigned int class;
72437 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
72438 int (*remove)(struct i2c_client *);
72439 int (*probe_new)(struct i2c_client *);
72440 void (*shutdown)(struct i2c_client *);
72441 void (*alert)(struct i2c_client *, enum i2c_alert_protocol, unsigned int);
72442 int (*command)(struct i2c_client *, unsigned int, void *);
72443 struct device_driver driver;
72444 const struct i2c_device_id *id_table;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h89640 struct i2c_driver { struct
89641 unsigned int class;
89642 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
89643 int (*remove)(struct i2c_client *);
89644 int (*probe_new)(struct i2c_client *);
89645 void (*shutdown)(struct i2c_client *);
89646 void (*alert)(struct i2c_client *, enum i2c_alert_protocol, unsigned int);
89647 int (*command)(struct i2c_client *, unsigned int, void *);
89648 struct device_driver driver;
89649 const struct i2c_device_id *id_table;
[all …]
Dvmlinux_510.h89640 struct i2c_driver { struct
89641 unsigned int class;
89642 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
89643 int (*remove)(struct i2c_client *);
89644 int (*probe_new)(struct i2c_client *);
89645 void (*shutdown)(struct i2c_client *);
89646 void (*alert)(struct i2c_client *, enum i2c_alert_protocol, unsigned int);
89647 int (*command)(struct i2c_client *, unsigned int, void *);
89648 struct device_driver driver;
89649 const struct i2c_device_id *id_table;
[all …]