greybus: hd: rename CPort-features callbacks
[cascardo/linux.git] / drivers / staging / greybus / greybus_protocols.h
index 8fd91f1..27acbdd 100644 (file)
@@ -212,9 +212,9 @@ struct gb_control_timesync_authoritative_request {
 /* request to control the CSI transmitter */
 #define GB_APB_REQUEST_AUDIO_CONTROL   0x09
 
-/* vendor requests to enable/disable FCT tokens flow */
-#define GB_APB_REQUEST_FCT_FLOW_EN     0x0b
-#define GB_APB_REQUEST_FCT_FLOW_DIS    0x0c
+/* vendor requests to enable/disable CPort features */
+#define GB_APB_REQUEST_CPORT_FEAT_EN   0x0b
+#define GB_APB_REQUEST_CPORT_FEAT_DIS  0x0c
 
 /* Firmware Protocol */