Searched refs:_hdq (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/w1/masters/ |
| D | omap_hdq.c | 198 static irqreturn_t hdq_isr(int irq, void *_hdq) in hdq_isr() argument 200 struct hdq_data *hdq_data = _hdq; in hdq_isr() 219 static void omap_w1_search_bus(void *_hdq, struct w1_master *master_dev, in omap_w1_search_bus() argument 475 static u8 omap_w1_triplet(void *_hdq, u8 bdir) in omap_w1_triplet() argument 480 struct hdq_data *hdq_data = _hdq; in omap_w1_triplet() 485 omap_hdq_get(_hdq); in omap_w1_triplet() 495 hdq_reg_merge(_hdq, OMAP_HDQ_CTRL_STATUS, in omap_w1_triplet() 505 id_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet() 509 hdq_reg_merge(_hdq, OMAP_HDQ_CTRL_STATUS, in omap_w1_triplet() 519 comp_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet() [all …]
|