hello_request     841 drivers/greybus/svc.c 	struct gb_svc_hello_request *hello_request;
hello_request     844 drivers/greybus/svc.c 	if (op->request->payload_size < sizeof(*hello_request)) {
hello_request     847 drivers/greybus/svc.c 			 sizeof(*hello_request));
hello_request     851 drivers/greybus/svc.c 	hello_request = op->request->payload;
hello_request     852 drivers/greybus/svc.c 	svc->endo_id = le16_to_cpu(hello_request->endo_id);
hello_request     853 drivers/greybus/svc.c 	svc->ap_intf_id = hello_request->interface_id;