Searched refs:_hdq (Results 1 – 1 of 1) sorted by relevance
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() argument214 struct hdq_data *hdq_data = _hdq; in hdq_isr()233 static u8 omap_w1_reset_bus(void *_hdq) in omap_w1_reset_bus() argument239 static void omap_w1_search_bus(void *_hdq, struct w1_master *master_dev, in omap_w1_search_bus() argument475 static u8 omap_w1_read_byte(void *_hdq) in omap_w1_read_byte() argument477 struct hdq_data *hdq_data = _hdq; in omap_w1_read_byte()[all …]