Searched refs:_hdq (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/w1/masters/ |
D | omap_hdq.c | 195 static irqreturn_t hdq_isr(int irq, void *_hdq) in hdq_isr() argument 197 struct hdq_data *hdq_data = _hdq; in hdq_isr() 216 static void omap_w1_search_bus(void *_hdq, struct w1_master *master_dev, in omap_w1_search_bus() argument 365 static u8 omap_w1_triplet(void *_hdq, u8 bdir) in omap_w1_triplet() argument 370 struct hdq_data *hdq_data = _hdq; in omap_w1_triplet() 389 hdq_reg_merge(_hdq, OMAP_HDQ_CTRL_STATUS, in omap_w1_triplet() 402 id_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet() 405 hdq_reg_merge(_hdq, OMAP_HDQ_CTRL_STATUS, in omap_w1_triplet() 418 comp_bit = (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01); in omap_w1_triplet() 434 hdq_reg_out(_hdq, OMAP_HDQ_TX_DATA, bdir); in omap_w1_triplet() [all …]
|