Searched defs:hdq_data (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/w1/masters/ |
D | omap_hdq.c | 60 struct hdq_data { struct 82 static inline u8 hdq_reg_in(struct hdq_data *hdq_data, u32 offset) in hdq_reg_in() 87 static inline void hdq_reg_out(struct hdq_data *hdq_data, u32 offset, u8 val) in hdq_reg_out() 92 static inline u8 hdq_reg_merge(struct hdq_data *hdq_data, u32 offset, in hdq_reg_merge() 102 static void hdq_disable_interrupt(struct hdq_data *hdq_data, u32 offset, in hdq_disable_interrupt() 117 static int hdq_wait_for_flag(struct hdq_data *hdq_data, u32 offset, in hdq_wait_for_flag() 146 static int hdq_write_byte(struct hdq_data *hdq_data, u8 val, u8 *status) in hdq_write_byte() 200 struct hdq_data *hdq_data = _hdq; in hdq_isr() local 240 static int _omap_hdq_reset(struct hdq_data *hdq_data) in _omap_hdq_reset() 276 static int omap_hdq_break(struct hdq_data *hdq_data) in omap_hdq_break() [all …]
|