Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/hdm-i2c/
Dhdm_i2c.c48 struct hdm_i2c { struct
63 #define to_hdm(iface) container_of(iface, struct hdm_i2c, most_iface) argument
80 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
118 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
160 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel()
194 static void do_rx_work(struct hdm_i2c *dev) in do_rx_work()
262 struct hdm_i2c *dev = container_of(work, struct hdm_i2c, rx.dwork.work); in pending_rx_work()
296 struct hdm_i2c *dev = _dev; in most_irq_handler()
316 struct hdm_i2c *dev; in i2c_probe()
392 struct hdm_i2c *dev = i2c_get_clientdata(client); in i2c_remove()
DMakefile1 obj-$(CONFIG_HDM_I2C) += hdm_i2c.o
DKconfig12 module will be called hdm_i2c.