Home
last modified time | relevance | path

Searched defs:hdq_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/w1/masters/
Domap_hdq.c60 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 …]
/kernel/linux/linux-5.10/drivers/w1/masters/
Domap_hdq.c54 struct hdq_data { struct
68 static inline u8 hdq_reg_in(struct hdq_data *hdq_data, u32 offset) in hdq_reg_in()
73 static inline void hdq_reg_out(struct hdq_data *hdq_data, u32 offset, u8 val) in hdq_reg_out()
78 static inline u8 hdq_reg_merge(struct hdq_data *hdq_data, u32 offset, in hdq_reg_merge()
94 static int hdq_wait_for_flag(struct hdq_data *hdq_data, u32 offset, in hdq_wait_for_flag()
123 static u8 hdq_reset_irqstatus(struct hdq_data *hdq_data, u8 bits) in hdq_reset_irqstatus()
138 static int hdq_write_byte(struct hdq_data *hdq_data, u8 val, u8 *status) in hdq_write_byte()
197 struct hdq_data *hdq_data = _hdq; in hdq_isr() local
238 static int omap_hdq_break(struct hdq_data *hdq_data) in omap_hdq_break()
308 static int hdq_read_byte(struct hdq_data *hdq_data, u8 *val) in hdq_read_byte()
[all …]