Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/i2c/
Di2c.c35 struct hdm_i2c { struct
48 #define to_hdm(iface) container_of(iface, struct hdm_i2c, most_iface) argument
69 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
123 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
168 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel()
191 static void do_rx_work(struct hdm_i2c *dev) in do_rx_work()
235 struct hdm_i2c *dev = container_of(work, struct hdm_i2c, rx.dwork.work); in pending_rx_work()
270 struct hdm_i2c *dev = _dev; in most_irq_handler()
290 struct hdm_i2c *dev; in i2c_probe()
346 struct hdm_i2c *dev = i2c_get_clientdata(client); in i2c_remove()