Lines Matching refs:_hdq
90 static u8 omap_w1_read_byte(void *_hdq);
91 static void omap_w1_write_byte(void *_hdq, u8 byte);
92 static u8 omap_w1_reset_bus(void *_hdq);
93 static void omap_w1_search_bus(void *_hdq, struct w1_master *master_dev,
212 static irqreturn_t hdq_isr(int irq, void *_hdq) in hdq_isr() argument
214 struct hdq_data *hdq_data = _hdq; in hdq_isr()
233 static u8 omap_w1_reset_bus(void *_hdq) in omap_w1_reset_bus() argument
239 static void omap_w1_search_bus(void *_hdq, struct w1_master *master_dev, in omap_w1_search_bus() argument
475 static u8 omap_w1_read_byte(void *_hdq) in omap_w1_read_byte() argument
477 struct hdq_data *hdq_data = _hdq; in omap_w1_read_byte()
510 static void omap_w1_write_byte(void *_hdq, u8 byte) in omap_w1_write_byte() argument
512 struct hdq_data *hdq_data = _hdq; in omap_w1_write_byte()