summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/hd.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-03-03 13:34:40 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-04 18:26:08 -0800
commitaa2a5459aa167814f847afb05c262c1f29dc9c6a (patch)
tree2a0ae65d31f1e2bcd5cfe9e06a1f85d0fd5be895 /drivers/staging/greybus/hd.h
parent64a6d1388432704c9205fee04be8e6df45fc563b (diff)
greybus: hd: rename CPort-features callbacks
Rename the CPort-features callbacks, that are not just used to enable FCT flow, to the more descriptive cport_features_enable/disable. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/hd.h')
-rw-r--r--drivers/staging/greybus/hd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/hd.h b/drivers/staging/greybus/hd.h
index eaddfc9befd6..fe6c086a8e3d 100644
--- a/drivers/staging/greybus/hd.h
+++ b/drivers/staging/greybus/hd.h
@@ -25,8 +25,8 @@ struct gb_hd_driver {
int (*latency_tag_disable)(struct gb_host_device *hd, u16 cport_id);
int (*output)(struct gb_host_device *hd, void *req, u16 size, u8 cmd,
bool async);
- int (*fct_flow_enable)(struct gb_host_device *hd, u16 cport_id);
- int (*fct_flow_disable)(struct gb_host_device *hd, u16 cport_id);
+ int (*cport_features_enable)(struct gb_host_device *hd, u16 cport_id);
+ int (*cport_features_disable)(struct gb_host_device *hd, u16 cport_id);
};
struct gb_host_device {