Searched refs:vlynq_device (Results 1 – 1 of 1) sorted by relevance
49 struct vlynq_device { struct67 int (*probe)(struct vlynq_device *dev, struct vlynq_device_id *id); argument68 void (*remove)(struct vlynq_device *dev);73 int (*on)(struct vlynq_device *dev);74 void (*off)(struct vlynq_device *dev);82 static inline struct vlynq_device *to_vlynq_device(struct device *device) in to_vlynq_device()84 return container_of(device, struct vlynq_device, dev); in to_vlynq_device()97 static inline void *vlynq_get_drvdata(struct vlynq_device *dev) in vlynq_get_drvdata()102 static inline void vlynq_set_drvdata(struct vlynq_device *dev, void *data) in vlynq_set_drvdata()107 static inline u32 vlynq_mem_start(struct vlynq_device *dev) in vlynq_mem_start()[all …]