Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_sysfs.c23 ssize_t (*show)(struct medialb_bus *bus, char *buf);
24 ssize_t (*store)(struct medialb_bus *bus, const char *buf,
28 static ssize_t state_show(struct medialb_bus *bus, char *buf) in state_show()
53 struct medialb_bus *bus = in bus_kobj_attr_show()
54 container_of(kobj, struct medialb_bus, kobj_group); in bus_kobj_attr_show()
67 struct medialb_bus *bus = in bus_kobj_attr_store()
68 container_of(kobj, struct medialb_bus, kobj_group); in bus_kobj_attr_store()
88 int dim2_sysfs_probe(struct medialb_bus *bus, struct kobject *parent_kobj) in dim2_sysfs_probe()
114 void dim2_sysfs_destroy(struct medialb_bus *bus) in dim2_sysfs_destroy()
Ddim2_sysfs.h23 struct medialb_bus { struct
29 int dim2_sysfs_probe(struct medialb_bus *bus, struct kobject *parent_kobj); argument
30 void dim2_sysfs_destroy(struct medialb_bus *bus);
Ddim2_hdm.c111 struct medialb_bus bus;