Home | History | Annotate | Download | only in linux

Lines Matching full:device

110 #include <linux/device.h>
119 int (*open)(struct device *);
120 void (*release)(struct device *);
121 int (*ioctl)(struct device *, unsigned int, unsigned long);
122 int (*read_time)(struct device *, struct rtc_time *);
123 int (*set_time)(struct device *, struct rtc_time *);
124 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
125 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
126 int (*proc)(struct device *, struct seq_file *);
127 int (*set_mmss)(struct device *, unsigned long secs);
128 int (*irq_set_state)(struct device *, int enabled);
129 int (*irq_set_freq)(struct device *, int freq);
130 int (*read_callback)(struct device *, int data);
174 struct device *dev,