gio_device
#define to_gio_device(d) container_of(d, struct gio_device, dev)
int (*probe)(struct gio_device *, const struct gio_device_id *);
void (*remove)(struct gio_device *);
void (*shutdown)(struct gio_device *);
extern struct gio_device *gio_dev_get(struct gio_device *);
extern void gio_dev_put(struct gio_device *);
extern int gio_device_register(struct gio_device *);
extern void gio_device_unregister(struct gio_device *);
static inline void gio_device_free(struct gio_device *dev)
extern void gio_set_master(struct gio_device *);
int gio_device_register(struct gio_device *giodev)
void gio_device_unregister(struct gio_device *giodev)
struct gio_device *gio_dev = to_gio_device(dev);
struct gio_device *gio_dev;
struct gio_device *gio_dev = to_gio_device(dev);
struct gio_device *gio_dev = to_gio_device(dev);
struct gio_device *gio_dev = to_gio_device(dev);
struct gio_device *giodev;
struct gio_device *giodev;
const struct gio_device *gio_dev = to_gio_device(dev);
void gio_set_master(struct gio_device *dev)
struct gio_device *gio_dev;
const struct gio_device *dev)
struct gio_device *gio_dev_get(struct gio_device *dev)
void gio_dev_put(struct gio_device *dev)
struct gio_device *giodev;
static int newport_probe(struct gio_device *dev,
static void newport_remove(struct gio_device *dev)