Searched refs:_hdq (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/w1/masters/ |
H A D | omap_hdq.c | 189 static irqreturn_t hdq_isr(int irq, void *_hdq) in hdq_isr() argument 191 struct hdq_data *hdq_data = _hdq; in hdq_isr() 210 static void omap_w1_search_bus(void *_hdq, struct w1_master *master_dev, in omap_w1_search_bus() argument 359 static u8 omap_w1_triplet(void *_hdq, u8 bdir) in omap_w1_triplet() argument 364 struct hdq_data *hdq_data = _hdq; in omap_w1_triplet() 383 hdq_reg_merge(_hdq, OMAP_HDQ_CTRL_STATUS, in omap_w1_triplet() 396 id_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet() 399 hdq_reg_merge(_hdq, OMAP_HDQ_CTRL_STATUS, in omap_w1_triplet() 412 comp_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet() 428 hdq_reg_out(_hdq, OMAP_HDQ_TX_DATA, bdir); in omap_w1_triplet() [all …]
|