Home
last modified time | relevance | path

Searched refs:hdm_i2c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c34 struct hdm_i2c { struct
47 static inline struct hdm_i2c *to_hdm(struct most_interface *iface) in to_hdm() argument
49 return container_of(iface, struct hdm_i2c, most_iface); in to_hdm()
71 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
125 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
170 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel()
193 static void do_rx_work(struct hdm_i2c *dev) in do_rx_work()
237 struct hdm_i2c *dev = container_of(work, struct hdm_i2c, rx.dwork.work); in pending_rx_work()
272 struct hdm_i2c *dev = _dev; in most_irq_handler()
292 struct hdm_i2c *dev; in i2c_probe()
[all …]