Searched refs:_hdq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/masters/ |
H A 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_DAT in omap_w1_triplet() 461 omap_w1_reset_bus(void *_hdq) omap_w1_reset_bus() argument 482 omap_w1_read_byte(void *_hdq) omap_w1_read_byte() argument 506 omap_w1_write_byte(void *_hdq, u8 byte) omap_w1_write_byte() argument [all...] |
/kernel/linux/linux-6.6/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_DAT in omap_w1_triplet() 455 omap_w1_reset_bus(void *_hdq) omap_w1_reset_bus() argument 476 omap_w1_read_byte(void *_hdq) omap_w1_read_byte() argument 500 omap_w1_write_byte(void *_hdq, u8 byte) omap_w1_write_byte() argument [all...] |
Completed in 2 milliseconds