Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c47 struct most_c_obj { struct
73 #define to_c_obj(d) container_of(d, struct most_c_obj, kobj) argument
80 struct most_c_obj *channel[MAX_CHANNELS];
112 ssize_t (*show)(struct most_c_obj *d,
115 ssize_t (*store)(struct most_c_obj *d,
137 struct most_c_obj *c_obj = to_c_obj(kobj); in channel_attr_show()
158 struct most_c_obj *c_obj = to_c_obj(kobj); in channel_attr_store()
177 struct most_c_obj *c = mbo->context; in most_free_mbo_coherent()
191 static void flush_channel_fifos(struct most_c_obj *c) in flush_channel_fifos()
225 static int flush_trash_fifo(struct most_c_obj *c) in flush_trash_fifo()
[all …]