Searched refs:ap_intf_id (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/greybus/ | 
| D | svc.h | 49 	u8 ap_intf_id;  member
 | 
| /Linux-v5.4/drivers/greybus/ | 
| D | svc.c | 38 	return sprintf(buf, "%u\n", svc->ap_intf_id);  in ap_intf_id_show()40 static DEVICE_ATTR_RO(ap_intf_id);
 853 	svc->ap_intf_id = hello_request->interface_id;  in gb_svc_hello()
 926 	ret = gb_svc_intf_set_power_mode(svc, svc->ap_intf_id,  in gb_svc_process_hello_deferred()
 
 | 
| D | connection.c | 426 				       hd->svc->ap_intf_id,  in gb_connection_svc_connection_create()448 				  connection->hd->svc->ap_intf_id,  in gb_connection_svc_connection_destroy()
 
 | 
| D | interface.c | 151 	ret = gb_svc_route_create(svc, svc->ap_intf_id, GB_SVC_DEVICE_ID_AP,  in gb_interface_route_create()180 	gb_svc_route_destroy(svc, svc->ap_intf_id, intf->interface_id);  in gb_interface_route_destroy()
 
 | 
| /Linux-v5.4/drivers/staging/greybus/Documentation/ | 
| D | sysfs-bus-greybus | 219 What:		/sys/bus/greybus/devices/N-svc/ap_intf_id
 | 
| /Linux-v5.4/drivers/staging/greybus/ | 
| D | camera.c | 349 	ret = gb_camera_set_intf_power_mode(gcam, svc->ap_intf_id, hs);  in gb_camera_set_power_mode()
 |